Kodi Community Forum

Full Version: Weather
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what changes to xbmc.xml do i need to make so that i can see the weather on the main menu screen on project mayhemm iii without having to click on weather.


many thanks

snarby
you dont make any changes in the xboxmediacenter.xml. you need to add info labels to the home screen of the actual skin "home.xml." then add something similar to this:
<control>
<description>image</description>
<type>infoimage</type>
<id>1</id>
<posx>560</posx>
<posy>400</posy>
<height>80</height>
<width>80</width>
<info>weather.conditions</info>
<colordiffuse>ffffffff</colordiffuse>
</control>
- <control>
<description>label</description>
<type>infolabel</type>
<id>1</id>
<posx>581</posx>
<posy>470</posy>
<label>-</label>
<info>weather.conditions</info>
<align>center</align>
<font>font101</font>
<textcolor>d0ffffff</textcolor>
<colordiffuse>20ffffff</colordiffuse>
</control>

there, are more labels, do a search in the graphical design forums. and then basically change your positions with the x and y coordinates.

hope this helps

j_guzzler