Weather 'FanArt' Backdrops based on current weather conditions?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Nuka1195 Offline
Skilled Python Coder
Posts: 3,914
Joined: Dec 2004
Reputation: 17
Post: #61
weird as that doesn't make sense.

the comma would only be needed if you nested the $INFO[] items.

$INFO[Skin.String(WeatherFanart_Path),,$INFO[Weather.FanartCode]]

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
tekguy Offline
Junior Member
Posts: 2
Joined: Mar 2009
Reputation: 0
Post: #62
Hi all u experts are doing great work. But unless the newbies can use it the whole development gets limited only to the select circle.

I love ur work and would like to use it. I am using Focus alpha 6 skin. Can someone please explain the codes to be used and in what files and where.

I tried putting the codes as timdog82001 mentioned in my home.xml and myweather.xml files but didn't work. I have the images downloaded in the xbox "C:\Images\weather\"

Thanks in adv for all help
find quote
timdog82001 Offline
Posting Freak
Posts: 1,132
Joined: Mar 2006
Reputation: 0
Post: #63
post the exact code you used and you'll be more likely to get some help.
find quote
jarzeb Offline
Junior Member
Posts: 5
Joined: Dec 2009
Reputation: 0
Post: #64
Wir3d Wrote:So I'm having some troubles getting this info label to work.
I have an option to set the folder to their weather images in skin options.

Then to display the images I am using:
$INFO[Skin.String(WeatherFanart_Path)]$INFO[Weather.FanartCode]

As a result, the images are displayed randomly but not by current weather condition.
Basically it's acting like I only am using $INFO[Skin.String(WeatherFanart_Path)].

Hope this makes sense.
Any thoughts?

hi im also new here - really great work
at least i managed to display the images randomly as above
where in myweather file should i put this string Confused

$INFO[Skin.String(WeatherFanart_Path),]$INFO[Weather.FanartCode]
find quote
Post Reply