Kodi Community Forum
[Tutorial] Using Weather Fanart - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: [Tutorial] Using Weather Fanart (/showthread.php?tid=62261)

Pages: 1 2 3


- tebicenter - 2009-12-26

Thank you so much for this quick tutorial!

I just installed the final version of XBMC Camelot and followed your tutorial and the weather fanart is awesome !!!

Thanks again !!!


- timdog82001 - 2009-12-30

Just an FYI, I've updated the weather pack, fixing and adding various things. You can download it in the thread Jezz linked to in the first post (not the direct download link)


- Jezz_X - 2009-12-30

timdog82001 Wrote:Just an FYI, I've updated the weather pack, fixing and adding various things. You can download it in the thread Jezz linked to in the first post (not the direct download link)

Thanks timdog82001 I took the direct link out of the first post and just left the link to your thread (you deserve full credit) Cool


- steppedup - 2011-02-07

This is awesome -thank you!


- Alexx - 2011-08-14

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


- Jezz_X - 2011-08-14

hrmm think I might of actually removed it from the new horizontal home menu


- Alexx - 2011-08-15

is it hard to add it?


- fastdump - 2011-12-15

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?... Huh


- pkscout - 2012-01-26

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...


RE: [Tutorial] Using Weather Fanart - sxczmnb - 2012-07-04

Thanks!!!


RE: [Tutorial] Using Weather Fanart - un1versal - 2012-11-08

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


RE: [Tutorial] Using Weather Fanart - un1versal - 2012-11-15

Anyone?

uNi


RE: [Tutorial] Using Weather Fanart - mad-max - 2012-11-15

If you did not change the fanartcodes inside the folder, it should be fine


RE: [Tutorial] Using Weather Fanart - un1versal - 2012-11-15

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.

* un1versal shrugs

uNi



RE: [Tutorial] Using Weather Fanart - timdog82001 - 2012-11-15

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"