Hi, My Colour Touch Screen has two weather related graphics that were inserted with the Weather Wizard (through HTML Component Properties, in PICED). They show as: C:\Clipsal\PICED\Projects\weathercurrent2036.html c:\clipsal\piced\projects\weatherforecast2036.html The content of these html is as follows (generated by PICED, given the post code): weathercurrent2036.html <HTML> <STYLE TYPE="text/css"> body { overflow:hidden; margin:0; border:0; padding:0; } </STYLE> <script type="text/javascript" src="http://www.weatherzone.com.au/woys/graphic_current.jsp?postcode=2036"> </script> <a href="http://www.weatherzone.com.au"></a> </HTML> weatherforecast2036.html <HTML> <STYLE TYPE="text/css"> body { overflow:hidden; margin:0; border:0; padding:0; } </STYLE> <script type="text/javascript" src="http://www.weatherzone.com.au/woys/graphic_forecast.jsp?postcode=2036"> </script> <a href="http://www.weatherzone.com.au"></a> </HTML> These have been working for years but suddenly stopped a few days ago. A possible explanation would be that WeatherZone now requests more than just the post code, or otherwise evolved. How to solve this ? Thank you, Nicolas
Hey, Not sure what has happened, but it does look like weatherzone has changed a couple of things. After a bit of snooping I would suggest trying these links: Current: https://www.weatherzone.com.au/wzservlet/wzwoys/button?postcode=2036&type=0 Forecast: https://www.weatherzone.com.au/wzservlet/wzwoys/button?postcode=2036&type=1