Kodi Community Forum
Broken OpenWeatherMap Extended - 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 OpenWeatherMap Extended (/showthread.php?tid=207110)

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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


RE: OpenWeatherMap Extended - wyrm - 2016-08-31

Ronie my very good one eyed friend,

Just finalizing my skin for a pull request and noticed a problem with the default weather icons for the various extended forecast types. For example when using

PHP Code:
$INFO[Window(Weather).Property(Weekend.2.OutlookIcon)] 

I have 11.png returned instead of resource://resource.images.weathericons.default/11.png as I was expecting, is this correct? It would be easy enough to add the resource part to the <texture> tag, but as the Kodi default weather icons already include the resource part I would have thought OpenWeatherMap would as well.

My system is running Jarvis 16.1, OpenWeatherMap 3.2.6 on Windows 10 Anniversary Update

Thanks mate
Wyrm (AppTV)


RE: OpenWeatherMap Extended - ronie - 2016-08-31

well if paths were hardcoded in the addon, it wouldn't be possible anymore to use a custom weather icon resource addon.

perhaps we should change the code kodi instead not to prefix icons with a fixed path?
i think that was even my first reply when the resource addon functionality was added....

.

.. yes it was: https://github.com/xbmc/xbmc/pull/7361


RE: OpenWeatherMap Extended - wyrm - 2016-08-31

(2016-08-31, 16:34)ronie Wrote: well if paths were hardcoded in the addon, it wouldn't be possible anymore to use a custom weather icon resource addon.

perhaps we should change the code kodi instead not to prefix icons with a fixed path?
i think that was even my first reply when the resource addon functionality was added....

.

.. yes it was: https://github.com/xbmc/xbmc/pull/7361
Ronie,

fair cop, so I will just add the appropriate string to each texture tag, so all good.

Thanks again
Wyrm (AppTV)


RE: OpenWeatherMap Extended - Short - 2016-09-04

@rONniE why is the maps not showing up in your app on kodi 17 I'm useing my own api everything else works


RE: OpenWeatherMap Extended - Short - 2016-09-04

@rONniE why is the maps not showing up in your app on kodi 17 I'm useing my own api everything else works


RE: OpenWeatherMap Extended - Sajarac - 2016-09-23

Still can't figure out, now I have MQ7 and Open weather doesn't work. going mental, any kodi guru that can help us?

Hello guys, hope someone can reply my question: I have Jarvis and MQ6 installed, and for some reason I can not see the openweather icons, I have the API key, I get the updates i.e for today's forecast, etc, but no icons, any idea?

thanks in advance

Regards

Sajarac

Here is my missing icons: http://imgur.com/a/s2aov


RE: OpenWeatherMap Extended - ronie - 2016-09-23

it's a skin issue, you best for help in the aeon mq support forum.


RE: OpenWeatherMap Extended - Sajarac - 2016-09-23

Thank you very much for your prompt reply.
Nothing posted yet, not even in the Brazil forum, I will keep looking for it. but many thanks!!!


RE: OpenWeatherMap Extended - bubblegum57 - 2016-09-24

In mq7 the icons are

settings skin settings icons & images weather icons

can't remember how to get them read this http://forum.kodi.tv/showthread.php?tid=287669&page=23


RE: OpenWeatherMap Extended - Short - 2016-09-30

@rONniE Still no reply about the maps(live) in kodi 17 beta 2...just wondering if this add on doesn't support it or if it's broken


RE: OpenWeatherMap Extended - ronie - 2016-09-30

maps are more dead that alive... sometimes they do work, but most often they don't.
it's due to problems with server capacity on the end of openweathermap.

i'm gonna disable the feature by default (on new installs only).
users who still want to give it a shot can manually activate it in the addon settings.


RE: OpenWeatherMap Extended - Wanilton - 2016-09-30

(2016-09-23, 17:33)Sajarac Wrote: Still can't figure out, now I have MQ7 and Open weather doesn't work. going mental, any kodi guru that can help us?

Hello guys, hope someone can reply my question: I have Jarvis and MQ6 installed, and for some reason I can not see the openweather icons, I have the API key, I get the updates i.e for today's forecast, etc, but no icons, any idea?

thanks in advance

Regards

Sajarac

Here is my missing icons: http://imgur.com/a/s2aov

@Sajarac,

Tested with your city and MQ7 show all fine, if continue with troubles, let me know.

Image


RE: OpenWeatherMap Extended - Sajarac - 2016-09-30

Thank you very much for your reply, in MQ7 is working fine, but not in MQ6, as you said maybe is an skin issue, I installed MQ7 and tested fine, but after check the music section and the way that it show the lyrics I've decided to go back to my MQ6 without weather icons, but is OK prefer the music over the weather.

Many thanks and many respects again.!!

Sajarac


RE: OpenWeatherMap Extended - gielle69 - 2016-11-16

Hi,
I modified the yahoo weather add-on for adding some label with local temperature coming from sensor conntected to my Raspberry Pi.
Is it possible to change the normal update frequency of the windows that present the weather data?
Is the update frequency managed by the kodi framework ?
Many Thanks,
Gianluca


RE: OpenWeatherMap Extended - ronie - 2016-11-16

(2016-11-16, 15:06)gielle69 Wrote: Hi,
I modified the yahoo weather add-on for adding some label with local temperature coming from sensor conntected to my Raspberry Pi.
Is it possible to change the normal update frequency of the windows that present the weather data?
Is the update frequency managed by the kodi framework ?

correct, kodi refreshes weather every 30 minutes.
it's hardcoded like that in the kodi source-code.