
Weather extended
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
rlb29
11 years ago
...but when you choose the metrics units, the windspeed is displayed in m/s. It's not correct...it must be km/h.
To correct this you must replace (in the file WeatherScreenlet.py) "m/s" by "km/h" in the line :
h:<b>"+weather[0]["humid"] + "%</b> w:<b>" +weather[0]["windspeed"] + " m/s</b>")
Report
Scucci
11 years ago
Look for the lines "&dayf=10&prod=xoap&par" and REMOVE "&prod=xoap". There will be two instances of it in the file, they're really close to each other. The new line should look like:
Quote:data = urlopen('http://xoap.weather.com/weather/local/'+self.ZIP+'?cc=*&dayf=10&par=1003666583&key=4128909340a9b2fc&unit='+unit+'&hbhf=12').read()
That fixed all the major problems I was having with this (and other) weather screenlets. Apparently Weather.com changed some of their code around a little, and most screenlets haven't been updated yet.
Report
Jayrome
11 years ago
Report
acee
11 years ago
In the Weather screenlets, i have a bug with the temperature hours.
Show this picture:
http://img369.imageshack.us/img369/8964/weatherss3.jpg
How to fix it?
thanks!
Report
sandaili
11 years ago
Also - an issue that is the same as with the standard Weather screenlet - you can't close the extended forcast.
Any clues?
Report
666biker
11 years ago
Report
drxnele
11 years ago
Report
ElTimo
11 years ago
Report