Kodi Community Forum
[RELEASE] Weather.com Plus Plugin - skinnable via the new Weather Plugin API in XBMC! - 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: [RELEASE] Weather.com Plus Plugin - skinnable via the new Weather Plugin API in XBMC! (/showthread.php?tid=52034)

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


- Nuka1195 - 2009-12-30

the skin for confluence is about done, but unless xbmc has a change committed it won't work. you would constantly crash. so when/if that change gets committed i will release it.

needs to be made in camelot also, which i'm unsure would happen.


- ronie - 2009-12-30

thanx for all the updates nuka!
just installed 1.2.3 and i'm getting a 'script failed' error at startup.

whenever you have a spare minute, mind having a look at my debug log ?

xbmc-r26199
linux


Which radar image? - ex_directory - 2010-01-03

Hi Guys, still struggling to understand how to skin for a different radar image? I am using this code at the moment.

Code:
<info>Window.Property(MapPath)</info>

But it always defaults to Europe - as specified by my plugin settings "Map List #1 Category" which is "Local". There are other radar images in this category though, e.g. France, UK, Germany etc in TWC supplemental. What skin code do I use to get a different local radar image?

Thanks, Ex


- Nuka1195 - 2010-01-03

Quote:
[weather.com plus]

-changed: version -> 1.2.3a
-fixed: sunrise/sunset for hourly forecast could error

hopefully fixed

ex directory that's a skin issue. the skin has to supply a list to choose from. ask in the skins forum.


- ronie - 2010-01-03

Nuka1195 Wrote:hopefully fixed

cheers. will let you know in case the error pops up again.


- ex_directory - 2010-01-03

Nuka1195 Wrote:hopefully fixed

ex directory that's a skin issue. the skin has to supply a list to choose from. ask in the skins forum.

I am the skin developer - just a bit of a noob!

Anyway, found it: should have read your first post.

So now I can change maps, but cannot get the map I want saved as the default for the next restart - also a skin issue?


Something constructive - ex_directory - 2010-01-03

While using this plugin I have found that if daily.%d.outlook is "Rain / Snow" then it never displays a fanart icon. Is there an updated list set of images somewhere?

Also, using Hourly.%h.Sunrise and Sunset displays nothing, should this not be a Daily.%d. setting anyway?

Finally, UVIndex (UV) is only available in the weekend forecast, is this correct or a doc ommision?

Ex


- Nuka1195 - 2010-01-06

Quote:
[weather.com plus]

-changed: version -> 1.3
-changed: English language strings
-changed: removed 15 minute hourly forecast info and setting. now only 12 Hourly.# properties
-changed: removed all Daily.Heading# and Hourly.Heading# properties (they are all localized in xbmc strings anyways), replaced with Hourly.IsFetched and Daily.IsFetched for <visible> conditions
-added: properties 36Hour.IsFetched, Weekend.IsFetched, Hourly.IsFetched, Daily.IsFetched, Current.Pressure, Current.Visibility, Current.Sunrise and Current.Sunset
-changed: you can now use a map url of a weather.com map in your userdefined map file. no need for direct links to images
-changed: new user defined maps sample file
-changed: minor code cleanup

*important changes


- Nuka1195 - 2010-01-06

for those waiting for the confluence skin.

http://forum.xbmc.org/showthread.php?tid=66261

read the important message in the first post.


- Nuka1195 - 2010-01-08

Quote:
[weather.com plus]

-changed: version -> 1.3.1
-fixed: hourly forecast
-changed: alert notification can now be set for read alert only, red/orange alert only or all
-changed: english language strings

*see http://forum.xbmc.org/showthread.php?tid=52034
** reset your settings

update


- sikstik - 2010-01-09

Thank you


- ex_directory - 2010-01-11

Nuka1195 Wrote:update

Hi Nuka, 4 out of 6 days this week are "Rain/Snow" in my town!!! If daily.%d.outlook is "Rain / Snow" then it never displays a fanart icon. Is there an updated list set of images somewhere you could point me to please?


- Nuka1195 - 2010-01-11

you are awrae timdog updated the package?

http://forum.xbmc.org/showthread.php?tid=41650

how are you using daily for fanart? there is a Daily.%d.FanartCode. what exactly are you doing?


- ex_directory - 2010-01-11

Nuka1195 Wrote:you are awrae timdog updated the package?

http://forum.xbmc.org/showthread.php?tid=41650

how are you using daily for fanart? there is a Daily.%d.FanartCode. what exactly are you doing?

Hi Nuka, making progress, I did know about that thread, but reading it again gave me an idea, it was a '0' in front of the first 9 folders causing the problem Now i get icons!

I do get some odd results though with rain/snow still. If it is rain/snow showers, as in Edinburgh right now, When i use $INFO[Window.Property(Current.FanartCode)] i get the rain icon and changing to Sheffield, uk, also rain /snow showers right now i get the fog icon!


- ronie - 2010-01-12

ex_directory Wrote:Hi Nuka, making progress, I did know about that thread, but reading it again gave me an idea, it was a '0' in front of the first 9 folders causing the problem Now i get icons!

I do get some odd results though with rain/snow still. If it is rain/snow showers, as in Edinburgh right now, When i use $INFO[Window.Property(Current.FanartCode)] i get the rain icon and changing to Sheffield, uk, also rain /snow showers right now i get the fog icon!

daily.%d.Outlook / OutlookIcon / FanartCode should match i guess, but Current.FanartCode might be different due to the fact it's based on the actual weather condition, instead of the forecast.

at least that's what i make of it. ;-)


btw. i've figured out a way to save the selected map, so the correct map will be loaded after a reboot. just let me know if you're interested in the code.