2014-10-18, 06:44
(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
I just did this and it is working perfectly again.
- Mark
thank you so much mark. followed your directions & it works. + rep!