Kodi Community Forum
Broken Multi Weather - 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: Broken Multi Weather (/showthread.php?tid=352028)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


RE: Multi Weather - marius37bv - 2021-03-15

(2021-03-15, 13:19)ronie Wrote: @marius37bv the instructions on how to create a debug log are in the first post of this thread

I did again just like you explained. I posted and paste the kodi log. Do you need the adress of the log?


RE: Multi Weather - reesewang - 2021-03-15

Yahoo returned this json resulting an error at line 11 of yahoo.py:
Quote:{'weathers': [{'woeid': 2144028, 'unit': 'imperial', 'location': {'woeid': 2144028, 'photoWoeid': 2144028, 'countryName': 'China', 'displayName': 'Shuimogou', 'latitude': 43.636608, 'longitude': 90.069, 'offsetSecs': 21600}, 'observation': {'dayPartTexts': [], 'temperature': {}, 'observationTime': {'day': None, 'hour': None, 'weekday': None, 'timestamp': None}, 'localTime': {'day': 15, 'hour': 20, 'weekday': 1, 'timestamp': '2021-03-15T20:17:54.700Z'}}, 'forecasts': {'hourly': [], 'daily': []}, 'precipitations': [], 'sunAndMoon': {'moonPhase': None}, 'photos': [{'resolutions': [{'height': 1136, 'width': 640, 'url': 'https://s.yimg.com/os/weather/1.0.1/default/clear_n_portrait.jpg'}]}], 'provider': {'name': None}}], 'meta': {'skycode': {}, 'conditionMap': {}}}
because weather[0]['observation']['localTime']['timestamp'] is None.


RE: Multi Weather - reesewang - 2021-03-15

Noticed this at Yahoo API documentation: https://developer.yahoo.com/weather/documentation.html
Quote:As of Saturday, May 1, 2021, the free Yahoo Weather API will be retired.



RE: Multi Weather - ronie - 2021-03-15

@marius37bv yes, i'm going to need a link to the logfile please.

@reesewang yahoo does not seem to provide weather data for your location: https://www.yahoo.com/news/weather/china/shuimogou/shuimogou-2144028
i don't know if it is a temporary issue or not, but there's not much i can do about it.


RE: Multi Weather - marius37bv - 2021-03-16

(2021-03-15, 20:47)ronie Wrote: @marius37bv yes, i'm going to need a link to the logfile please.

@reesewang yahoo does not seem to provide weather data for your location: https://www.yahoo.com/news/weather/china/shuimogou/shuimogou-2144028
i don't know if it is a temporary issue or not, but there's not much i can do about it.

Hello! I paste the link and i get this "hastebin - payilebole (kodi.tv)"  This is the link  https://paste.kodi.tv/payilebole.kodi


RE: Multi Weather - ronie - 2021-03-16

it's the same problem as the one above, i'm afraid..
yahoo does not provide weather data for your location:
https://www.yahoo.com/news/weather/japan/tokushima-prefecture/anan-shi-1116968


RE: Multi Weather - blueribb - 2021-03-27

Every now and then Multi Weather shows 125 degrees F and requires me to press the "refresh" button to work normally.

Intel i5 NUC (4th gen)
Pennsylvania USA
Libreelec 10.0 b1 (kodi 19)


RE: Multi Weather - ciprijan - 2021-05-16

Script.openweathermap.maps does not work in kodi 19.1.
regards


RE: Multi Weather - jmh2002 - 2021-05-24

@ronie

Is it possible to have the option to change the display name of the weather location please? It normally existed in your various previous weather addons.

THANKS Smile


RE: Multi Weather - ronie - 2021-05-25

no plans to add it back as of yet, but you can change the display name yourself, by editing:
.kodi/userdata/addon_data/weather.multi/settings.xml


RE: Multi Weather - jmh2002 - 2021-05-26

(2021-05-25, 17:23)ronie Wrote: no plans to add it back as of yet, but you can change the display name yourself, by editing:
.kodi/userdata/addon_data/weather.multi/settings.xml

Thanks Ronie, that's a work around at least Nod


RE: Multi Weather - unformatted - 2021-07-27

(2021-05-26, 00:59)jmh2002 Wrote:
(2021-05-25, 17:23)ronie Wrote: no plans to add it back as of yet, but you can change the display name yourself, by editing:
.kodi/userdata/addon_data/weather.multi/settings.xml

Thanks Ronie, that's a work around at least Nod

That only changes the display name once you open Weather from the main menu. If you are in the main menu with the focus on Weather (not opening it) the display name remains unchanged. I'm running kodi 19.1 on RPi2 (kodi-rpi-legacy on armv7l).

I'm also having difficulty reading the Forecast temperatures, especially the maximum temperature which is red on a black background. Would it be possible to change the minimum - maximum temperatures to white text just like all the other text?

It would also be nice to have an update time interval or something in the settings. I don't know the current update time but I guess it to be half an hour or something. I know the readings get updated by "Press OK to switch between locations" on the top row and I find myself doing that quite often.


RE: Multi Weather - ronie - 2021-07-27

(2021-07-27, 14:57)unformatted Wrote: If you are in the main menu with the focus on Weather (not opening it) the display name remains unchanged.

yup, i'm afraid though i don't have a solution for that.
 
(2021-07-27, 14:57)unformatted Wrote: Would it be possible to change the minimum - maximum temperatures to white text just like all the other text?
this addon doesn't control text colours, that is handled by the skin you're using.
 
(2021-07-27, 14:57)unformatted Wrote: It would also be nice to have an update time interval or something in the settings.

the update interval is hardcoded in kodi (and is indeed 30 minutes).
there is no way to change it.


RE: Multi Weather - unformatted - 2021-07-28

(2021-07-27, 19:30)ronie Wrote:
(2021-07-27, 14:57)unformatted Wrote: If you are in the main menu with the focus on Weather (not opening it) the display name remains unchanged.

yup, i'm afraid though i don't have a solution for that.
 
(2021-07-27, 14:57)unformatted Wrote: Would it be possible to change the minimum - maximum temperatures to white text just like all the other text?
this addon doesn't control text colours, that is handled by the skin you're using.
 
(2021-07-27, 14:57)unformatted Wrote: It would also be nice to have an update time interval or something in the settings.

the update interval is hardcoded in kodi (and is indeed 30 minutes).
there is no way to change it.

Thanks for clearing that up. And thanks for this great add-on!


RE: Multi Weather - spl147 - 2021-08-06

i am new to skinning, and i am trying to figure out how to pull data from this plugin.

i have tried <label>$INFO[Window(weather).Property(Daily1.Precipitation)]</label> but it does not populate.