And here's THE solution to keep using weather.com (well at least to keep widgets OK) but without having to get any Partner ID and License Key
- Load DesktopX Builder
- Before importing your widget, disconnect from/turn off the internet (unplug cable, etc.)
- R-click on the DX Builder icon in your system tray and Import your widget
- R-click on the DX Builder icon and choose List Objects
- Find the "weather_image" object. R-click and choose Edit Script
(If you don't see this object, you are likely using a different version)
- In the script editor, find the line that looks similar to this:
http.Open "GET", "http://xoap.weather.com/weather/local/" & location & "?cc=*&dayf=5" & str_UNITS & str_RANDOM_URL, False
- Replace in that line http://xoap.weather.com/weather/local/ by http://xml.weather.com/weather/local/ , save & apply the script
- R-click on the DX Builder icon and find the "weather_forecaststatus" object. R-click and choose Edit Script
- In the script editor, find the line that looks similar to this:
http.Open "GET", "http://xoap.weather.com/search/search?where=" & x, False
- Replace in that line http://xoap.weather.com/search/search?where= by http://xml.weather.com/search/search?where=, save & apply the sript
(you may have to do the same with the second line: http.Open "GET", "http://xoap.weather.com/search/search?where=" & y, False - in case of two locations choice ...)
- This hardcodes NOTHING and the widget goes fine
- Restore your internet connection and test the widget (Use the change location button)
- If all goes okay (and it will), you can now export the widget again.
Funny isn't it ? [e digicons]
[/e]