2018-12-03, 11:07
the addon fails to get any weather data from weatherbit.io
most likely cause is you've entered an invalid api key
most likely cause is you've entered an invalid api key
(2018-11-11, 19:10)ronie Wrote: i wonder if the addon is saving the location you've selected.Finally had time to look at this, since my last post I am now up to Leia RC3, uninstalled weatherbit.io, restarted kodi, downloaded weatherbit.io, entered my information, and now all is good. Not sure what my initial problem was but it's fine now. Thank you again for the nice addon.
could you test the following:
- go to the weather addon settings and search for 'London'
- select the first location for the list of results, and click ok to save the settings.
next, open this file in a text editor:
C:\Users\Ohnesorge\AppData\Roaming\Kodi\userdata\addon_data\weather.weatherbit.io\settings.xml
and check if these two lines are present:
<setting id="Location1">London (GB)</setting>
<setting id="Location1deg" default="true">['51.5073', '-0.1277']</setting>
<settings>
<setting id="API" value="2919b40d392746bba712a82b31f11c7bj" />
<setting id="Debug" value="true" />
<setting id="LatLon" value="true" />
<setting id="Location1" value="Porec (HR)" />
<setting id="Location1deg" value="['45.2258', '13.5939']" />
<setting id="Location2" value="" />
<setting id="Location2deg" value="" />
<setting id="Location3" value="" />
<setting id="Location3deg" value="" />
<setting id="Location4" value="" />
<setting id="Location4deg" value="" />
<setting id="Location5" value="" />
<setting id="Location5deg" value="" />
<setting id="MAPAPI" value="1186d4101a5b51dd1db32f0b18efc7e8g" />
<setting id="WMaps" value="false" />
<setting id="Zoom" value="4" />
</settings>