2014-11-12, 15:10
weatherunderground is better than yahoo
yahoo is too simple
I agree with wellen1981
yahoo is too simple
I agree with wellen1981
(2014-10-20, 20:20)Turok777 Wrote: Yes ............plugin : (weather.wunderground-personal_api) ...... only in the settings you need to enter your API key
https://github.com/uNiversaI/weather.wun...rsonal_api
registration : http://www.wunderground.com/weather/api/
(2014-10-18, 15:10)Weatherman Wrote: For those interested in still using the Weather Underground add-on, here is how you can get it working again:
- Sign up for your own API key from the weather underground website, for 500 hits a day it's free.
- Inverted they key (ie. the API key - backwards)
- Use a base64 encoder online (ie. https://www.base64encode.org/) to converted your inverted API key to base64.
- Copy the base64 encoded API key to line that includes:
WAIK = ' ' (copying the base64 encoded API key inside the single quotes)
The file that needs to be edited, is wunderground.py
I just did this and it is working perfectly again.
- Mark
(2015-01-02, 22:46)westcoastbias Wrote: I downloaded from the link but only got 4.01, I cant seem to find 4.03. Any help?
(2014-10-18, 05:09)Weatherman Wrote: For those interested in still using the Weather Underground add-on, here is how you can get it working again:
- Sign up for your own API key from the weather underground website, for 500 hits a day it's free.
- Inverted they key (ie. the API key - backwards)
- Use a base64 encoder online (ie. https://www.base64encode.org/) to converted your inverted API key to base64.
- Copy the base64 encoded API key to line that includes:
WAIK = ' ' (copying the base64 encoded API key inside the single quotes)
The file that needs to be edited, is wunderground.py
key=9cc49125b91eb85a
echo $key|rev|base64
YTU4YmUxOWI1MjE5NGNjOQo=