Weather.com has removed the URL www.w3.weather.com and its functionality. Unfortunately Meteorologist depends on that URL for parsing weather information. Does anyone know how to replace the functionality of www.w3.weather.com?
Those are the IP addresses that 'weather.com' is currently pointing to. After I did the edit, I clicked 'refresh' in the menu, and it picked right back up.
Hey developers, perhaps the ability to edit the server would be a good addition to the next version?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You're going to have to download the source and modify it. Delete the two occurrences of "w3." that are in the source (in MEWeatherModule.m and MEWeatherModuleParser.m). Replace the weather.xml file with the new one at http://homepage.mac.com/jochs/files/meteo/weather.xml if you want to add new cities. Compile and run; voila!
--Seth
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This bug has been marked a duplicate of bug #1718271 in an effort to clean up the bug system. The bug report (http://sourceforge.net/tracker/index.php?func=detail&aid=1718271&group_id=78571&atid=553756) contains links to fixes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I managed to kludge mine back into operating by editing my /etc/hosts file to include these three lines:
-----
63.111.24.22 www.w3.weather.com
63.111.69.56 www.w3.weather.com
65.207.183.13 www.w3.weather.com
-----
Those are the IP addresses that 'weather.com' is currently pointing to. After I did the edit, I clicked 'refresh' in the menu, and it picked right back up.
Hey developers, perhaps the ability to edit the server would be a good addition to the next version?
Logged In: NO
You're going to have to download the source and modify it. Delete the two occurrences of "w3." that are in the source (in MEWeatherModule.m and MEWeatherModuleParser.m). Replace the weather.xml file with the new one at http://homepage.mac.com/jochs/files/meteo/weather.xml if you want to add new cities. Compile and run; voila!
--Seth
Logged In: YES
user_id=1790272
Originator: NO
This bug has been marked a duplicate of bug #1718271 in an effort to clean up the bug system. The bug report (http://sourceforge.net/tracker/index.php?func=detail&aid=1718271&group_id=78571&atid=553756) contains links to fixes.