[Tutorial] Using Weather Fanart

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #21
hrmm think I might of actually removed it from the new horizontal home menu

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
Alexx Offline
Junior Member
Posts: 27
Joined: Aug 2011
Reputation: 0
Post: #22
is it hard to add it?
find quote
fastdump Offline
Junior Member
Posts: 43
Joined: Feb 2008
Reputation: 0
Post: #23
Alexx Wrote:Trying to get this to work but for some reason its only showing the fanart in the weather screen and not on the homescreen when weather is highlighted, an ideas how I can fix that?

For some reason it works fine on customizable confluence but on stock confluence the fanart will only show up inside the weather screen

Ditto.

Any advice on how one might get this working?... Confused

█▀ ▄▀▄ ▄▀▀ ▀█▀ █▀▄ █─█ █▄─▄█ █▀▄
█▀ █▀█ ─▀▄ ─█─ █─█ █─█ █─█─█ █─█
▀─ ▀─▀ ▀▀─ ─▀─ ▀▀─ ─▀─ ▀───▀ █▀─
XBMC Frodo ← Win 7 ← ZBOX HD-N22
find quote
pkscuot Offline
Fan
Posts: 598
Joined: Jan 2011
Reputation: 10
Location: Honolulu, HI
Post: #24
Here's what you need to do to add back the weather conditions fan art on the home screen. Note that this requires modifying the default Confluence theme, so you might consider making a copy of the theme, renaming it, and putting it in your addons folder. You still need to follow the tutorial in the first post to tell Confluence to use the fan art and where it is. If you were using this with the Dharma version of Confluence, you might not have to do anything more than replacing the code below, as I think the settings are preserved..

Find Home.xml in the 720p folder and open it.

Starting at line 587 you want to replace this:
Code:
<item id="7">
    <label>8</label>
    <onclick>ActivateWindow(Weather)</onclick>
    <icon>special://skin/backgrounds/weather.jpg</icon>
    <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
    <visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
</item>

with this:

Code:
<item id="7">
    <label>8</label>
    <onclick>ActivateWindow(Weather)</onclick>
    <icon>special://skin/backgrounds/weather.jpg</icon>
    <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
    <visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
    <visible>!Skin.HasSetting(ShowWeatherFanart) | IsEmpty(Skin.String(WeatherFanartDir))</visible>
</item>
<item id="7">
    <label>8</label>
    <onclick>ActivateWindow(Weather)</onclick>
    <icon>special://skin/backgrounds/weather.jpg</icon>
    <thumb>$INFO[Skin.String(WeatherFanartDir)]$INFO[Weather.FanartCode]</thumb>
    <visible>!Skin.HasSetting(HomeMenuNoWeatherButton)</visible>
    <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible>
</item>
It would be nice to have this added back to the new Confluence before Eden ships, but I understand that there are priorities...
find quote
sxczmnb Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #25
Thanks!!!
find quote
uNiversal Offline
Out of Memory
Posts: 3,194
Joined: Oct 2012
Reputation: 75
Location: Binary pulsar
Post: #26
I'm in pre frodo and downloaded the images set it up and they cycle but dont show no where near the amount it should, how do you get this setup to display the correct fanart for a specific weather condition?

uNi
(This post was last modified: 2012-11-08 05:11 by uNiversal.)
find quote
uNiversal Offline
Out of Memory
Posts: 3,194
Joined: Oct 2012
Reputation: 75
Location: Binary pulsar
Post: #27
Anyone?

uNi
find quote
mad-max Online
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #28
If you did not change the fanartcodes inside the folder, it should be fine

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
uNiversal Offline
Out of Memory
Posts: 3,194
Joined: Oct 2012
Reputation: 75
Location: Binary pulsar
Post: #29
Didnt change anything, its not "fine" It cycles through a few images but they are related to time of day or seem to rather than time of day + weather condition.

* uNiversal shrugs

uNi
find quote
timdog82001 Offline
Posting Freak
Posts: 1,132
Joined: Mar 2006
Reputation: 0
Post: #30
I'm fairly certain that there's no way for it to match time of day without also matching weather, so that's probably just a coincidence. Which images are showing up though? Just a select few, like 8 or 9 different images? Take a look at the images in the root of the folder. Is it the same as those? Also, what have the reported weather conditions been when you've been when you've noticed this behavior? Generally the same, or pretty variable? If the same, what was the exact reported weather? e.g., "Cloudy" or "Cloudy/Snow-Rain Mix" or "Clear"
find quote