• 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7
New XBMC 13.2 and Weather Underground Add-on showing BROKEN
#76
weatherunderground is better than yahoo
yahoo is too simple
I agree with wellen1981
Reply
#77
Tx for this. Using the personal API version worked a treat. I am back to normal with my WU.
Reply
#78
Hi, would like to know if you can explain in more detail the process; I have a very basic knowledge about gui - inverted api and that stuff BUT I will love to have the wheather underground working again so if its possible, would you please explain little more about the process? . thanks
Reply
#79
Thank you, followed the instructions and it worked first time. Good to have WU back!
Reply
#80
(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/

worked perfectly for me, thanks
Reply
#81
(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


You Sir, are a champion.
Reply
#82
Use the personal version mentioned earlier - even easier... No fiddling with the API key required.
If I have helped you or increased your knowledge please click the 'Thumb Up - Like' button to show me your appreciation :)
For YouTube questions see the official thread here.
Reply
#83
I downloaded from the link but only got 4.01, I cant seem to find 4.03. Any help?
Reply
#84
(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?

Using the link above, https://github.com/uNiversaI/weather.wun...al_api.zip, I got version 4.03. From the addon.xml file:

<addon id="weather.wunderground" name="Weather Underground" version="4.0.3" provider-name="no one">
Anti-Fascist◾Artist◾Atheist◾Barefoot◾Cis-male◾Cyclist◾Gay◾Geeky◾Introverted◾Likes weird stuff◾Living with depression & anxiety◾Naturist◾Pierced◾Socialist◾He/him
Reply
#85
Thanks that was what I needed. However, when I go to configure the API key within the add-on section, the keyboard it brings up is blank. I cannot enter any values with a remote or with an actual keyboard. Within the userdata folder, the wunderground add on does not seem to have a section for an api key (although I think i am in the wrong place as the date modified is not today).
Reply
#86
The blank keyboard issue is most likely due to the skin, assuming that you are running Kodi Helix.
Not all skins have been updated to be Kodi-compatible. Confluence is definitely compatible.
Anti-Fascist◾Artist◾Atheist◾Barefoot◾Cis-male◾Cyclist◾Gay◾Geeky◾Introverted◾Likes weird stuff◾Living with depression & anxiety◾Naturist◾Pierced◾Socialist◾He/him
Reply
#87
Yep that did it. Thanks for your help.
Reply
#88
(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

Thank you. For those too lazy do complete the reverse and base64 encode steps, if you have a Linux system, just run this two-liner. Replace the characters after the "key=" with your own API key, here I just made up one at random:
Code:
key=9cc49125b91eb85a
echo $key|rev|base64

In this case, it should output:
Code:
YTU4YmUxOWI1MjE5NGNjOQo=
Need help programming a Streamzap remote?
Reply
#89
Thanks for the instructions. I found out late (I read this thread after I had followed the instructions and fixed it), that you can use linux to do the swap and encode. Thanks for the tips.

For anyone that's interested, I'm using the original 3.0.9 and to get rid of the "broken" status, I guessed that all I had to do was remove the 3rd line from the end of the addon.xml in the weather underground directory (...addons/weather.wunderground):

<broken>This addon is no longer functional. Please select a different weather addon.</broken>

I re-enabled the addon, rebooted, and it's working without complaining about the addon being broken.

I have no idea if that will change after an update, but I guess we'll see.

I'll post back at some point, once I have a better idea if this is a permanent fix for the old addon.

Cheers,

Matt.
Reply
#90
Has anyone thought about doing a fork for this and just making the API key a setting in the UI?
Reply
  • 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7

Logout Mark Read Team Forum Stats Members Help
New XBMC 13.2 and Weather Underground Add-on showing BROKEN5