New XBMC 13.2 and Weather Underground Add-on showing BROKEN - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Weather Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=155) +---- Thread: New XBMC 13.2 and Weather Underground Add-on showing BROKEN (/showthread.php?tid=206544) |
RE: New XBMC 13.2 and Weather Underground Add-on showing BROKEN - alexp4re - 2014-10-18 (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: thank you so much mark. followed your directions & it works. + rep! RE: New XBMC 13.2 and Weather Underground Add-on showing BROKEN - Wulfsige - 2014-10-18 Thanks Weatherman, your solution works great Fix for Weather Underground add-on. - Weatherman - 2014-10-18 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 RE: New XBMC 13.2 and Weather Underground Add-on showing BROKEN - arzaz - 2014-10-18 Followed the above solution, but without sucess RE: Fix for Weather Underground add-on. - XieniX - 2014-10-18 Thx for the fix, now I kan use again a personal weatherstation 100 meters from my home. For the lazy ones for the inverted apy key, i have used this site: http://textmechanic.com/Reverse-Text-Generator.html With XBMCbuntu the wunderground.py is located at /.xbmc/addons/weather.wunderground/resources/lib Edit with nano and you're done RE: New XBMC 13.2 and Weather Underground Add-on showing BROKEN - Wulfsige - 2014-10-18 There is another fix, thanks to cw-kid for pointing it out (2014-10-18, 09:22)cw-kid Wrote: There is an even better solution which is easier. Just install this zip file which is a fork of the WU addon RE: Fix for Weather Underground add-on. - Weatherman - 2014-10-18 (2014-10-18, 17:04)XieniX Wrote: Thx for the fix, now I kan use again a personal weatherstation 100 meters from my home. I'm actually using my own personal weather station for XBMC, which is on my roof! Can't get any closer to home than that. I send personal weather station data real-time to Weather Underground - ID: KMDBELAI1. (www.weather-station.org) Gives me a free yearly membership for providing the data, too. - Mark RE: Fix for Weather Underground add-on. - XieniX - 2014-10-18 So a real Weatherman (2014-10-18, 17:15)Weatherman Wrote:(2014-10-18, 17:04)XieniX Wrote: Thx for the fix, now I kan use again a personal weatherstation 100 meters from my home. For the people who are confused with the api key registration on weatherunderground.com I have used this info for my registration as example.[/align] Project Name: Raspberry project website: None project contact name: "My own name" project contact email: "My email adres" This has worked for me... RE: Fix for Weather Underground add-on. - TRaSH - 2014-10-18 thnx that worked RE: New XBMC 13.2 and Weather Underground Add-on showing BROKEN - jueby - 2014-10-18 (2014-10-18, 17:11)Wulfsige Wrote: There is another fix, thanks to cw-kid for pointing it out Downloaded the zip, but can't find anything in settings to enter API. The inverted then encode to Base64 method did work though. Can you point out where in settings the API should be entered? Kind regards. RE: New XBMC 13.2 and Weather Underground Add-on showing BROKEN - p750mmx - 2014-10-18 You can find it within the WU settings, it should be there. Fix for Weather Underground add-on. - R0ss0 - 2014-10-19 Worked like a charm! It's really important to be sure you transcribe correctly. Even though I was taking my time and thought I double checked my self I still mixed up z's and 2's and even a 0 and a O. Once I put the base64 data in then .py file correctly everything worked perfectly! RE: Fix for Weather Underground add-on. - wgstarks - 2014-10-19 I couldn't get this to work. Got the api no problem. Reversed it. Encoded to base64 (utf-8). Added that to wunderground.py. All I get is a constant Fetching forecast info. Debug Log RE: Fix for Weather Underground add-on. - mzeyrek - 2014-10-19 seems there is a prb with WU, i even tried to uninstall and install again giving broken repo error. I was able to find v4.0.1 from http://cdimage.debian.org/mirror/addons.superrepo.org/v5/addons/weather.wunderground/ and able to install however constantly fetching forecast ingo as well. RE: Fix for Weather Underground add-on. - elviejo - 2014-10-19 Works perfectly, my only question is the 500 hits to get the key, how that works? |