Posts: 3
Joined: Sep 2013
Reputation:
0
I downloaded the zip file in the database of XBMC and follow the instructions in this post.
Posts: 11
Joined: Oct 2010
Reputation:
0
jueby
Junior Member
Posts: 11
2014-10-19, 17:27
(This post was last modified: 2014-10-19, 17:27 by jueby.)
Indeed. I got V4.01 my first download.
I tried again and got V4.03.
That's the latest version with Personal API input.
Thanks.
Posts: 4,142
Joined: Jun 2010
Reputation:
335
Yes, one weather underground update version, only need register in addon setting your API KEY.
I think the better way for you sane broken, is delete addonxx database file in userdata. When start Kodi will recreate, and it´s ok for use again.
Posts: 612
Joined: Oct 2010
Reputation:
1
Quick and dirty, you can do this:
Edit the wunderground.py file and replace these two lines. Still need an API key.
Line 6: WAIK = '[PASTE YOUR API KEY HERE]'
and
Line 10: url = WUNDERGROUND_URL % (WAIK, features, settings, query, fmt)
Removed the base64 Decode and Invert. I think you'll still get nagged that the add-on is broken when/if it checks.
Posts: 3,545
Joined: Mar 2010
Reputation:
120
Thanks, this worked for me.
Posts: 3,545
Joined: Mar 2010
Reputation:
120
Looks like your edits from above are causing the errors.