Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
well, it isn't a daily forecast.
it's a 3 hourly forecast for the next 5 days, which the addon is already using for it's (3) hourly forecast.
Posts: 935
Joined: Jun 2014
Reputation:
107
Hi ronie!
Thanks a lot for your work in providing this addon. Being new to weather addons in general, just a couple of questions for clarification on my side:
- It seems that only hourly weather is available; what about the 36 hours forecast? I have tried both Estuary and Confluence skins
- Is it possible to have the temperature set to °C instead of °F? I didn't find any setting for that
Thanks in advance for any feedback.
Best Regards,
Alex
Light IMDb Ratings Update - Keep updated the IMDb ratings for your movies and TV shows.
In case you found useful my work, feel free to offer me a cappuccino!
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
this addon isn't as useful anymore as it used to be.
they only provide limited data to anyone who signs up for an api key now.
only if you have an 'old' key, you still can get full data.
the temperature unit can be configured in kodi settings:
interface > regional > temperature unit
Posts: 716
Joined: Oct 2015
Reputation:
49
I have an old key and now a new one and cannot get any data today.
I wonder if they are not gone too?
Posts: 4
Joined: Sep 2018
Reputation:
0
Hello,
I'm using the weatherbit.io add-on. I have 13 icons for daily forecasts across the screen.
How can I change the 16 day forecast to a 5 days forecast so I only have 5 icons?
Thanks
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
the skin decides how many days to display. so you'd need to ask for help in the support thread of the skin you're using.
Posts: 4
Joined: Sep 2018
Reputation:
0
Great thanks!
Since I'm here I can look up a city by name but it will not accept a cityID. Also it won't find my city, I'm in Bukavu Democratic Republic of Congo.
Thanks!
Posts: 9
Joined: Oct 2012
Reputation:
0
Not working on
Kodi (18.0-BETA3 Git:rockchip_18.0b3-Leia). Platform: Linux ARM 32-bit
Setting
<settings version="2">
<setting id="API">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</setting>
<setting id="Debug" default="true">false</setting>
<setting id="LatLon">true</setting>
<setting id="Location1">San Francisco (US)</setting>
<setting id="Location1ID">5391959</setting>
<setting id="Location2" default="true"></setting>
<setting id="Location2deg" default="true"></setting>
<setting id="Location2ID" default="true"></setting>
<setting id="Location3" default="true"></setting>
<setting id="Location3deg" default="true"></setting>
<setting id="Location3ID" default="true"></setting>
<setting id="Location4" default="true"></setting>
<setting id="Location4deg" default="true"></setting>
<setting id="Location4ID" default="true"></setting>
<setting id="Location5" default="true"></setting>
<setting id="Location5deg" default="true"></setting>
<setting id="Location5ID" default="true"></setting>
<setting id="Station" default="true">false</setting>
<setting id="StationID" default="true"></setting>
<setting id="Weekend" default="true">0</setting>
<setting id="WMaps">true</setting>
<setting id="Zoom">4</setting>
</settings>
From Kodi log
17:05:58.103 T:3546268528 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.SyntaxError'>
Error Contents: unexpected EOF while parsing (<string>, line 0)
Traceback (most recent call last):
File "/storage/.kodi/addons/weather.openweathermap.extended/default.py", line 911, in <module>
forecast(locationname, locationid, locationdeg)
File "/storage/.kodi/addons/weather.openweathermap.extended/default.py", line 183, in forecast
lat = float(eval(locationdeg)[0])
File "<string>", line 0
^
SyntaxError: unexpected EOF while parsing
-->End of Python script error report<--
Posts: 9
Joined: Feb 2019
Reputation:
0
Hello, I just installed openweather. 7, 10 day forecasts do not work. As well as the forecasts at 36h and WE. In the Weather menu, do you need a special reading program? or / and particular weather icons? In addition, in the Kodi support forum, it is recommended to no longer use openweathermap in favor of weatherbit.io which does not work at all !!!! Has anyone managed to make the weather work very well? Thank you in advance for your help FB
Posts: 24
Joined: Oct 2018
Reputation:
1
Daily data is the data that is not available to non-subscriber.
I've tried some hacks to get some hourly data to show as daily data. Actual data would take some more work, to get, say total rain precipitation or average temperature. That would be ok, but choose what to show in a day with, for example, sun in the morning and rain at the afternoon forecast. Anyway, got up to 6 days forecast (using 12:00 forecast of each day on the hourly forecast). I'm not sure if that would be interesting for anyone, as we can use the alternative addon (that I will test now).