Kodi Community Forum
Help with weather info - xml stopped working... - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Help with weather info - xml stopped working... (/showthread.php?tid=11520)



- Livin - 2005-04-19

this code was working for me on pm3 skin until i installd 04/18 build ...
Quote: <control>
<description>image</description>
<type>infoimage</type>
<id>1</id>
<posx>626</posx>
<posy>500</posy>
<height>50</height>
<width>50</width>
<info>weather.conditions</info>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control>
<description>label</description>
<type>infolabel</type>
<id>1</id>
<posx>575</posx>
<posy>510</posy>
<label>-</label>
<info>weather.conditions</info>
<align>right</align>
<font>font10</font>
<textcolor>60ffffff</textcolor>
</control>
<control>
<description>label</description>
<type>infolabel</type>
<id>1</id>
<posx>585</posx>
<posy>505</posy>
<label>-</label>
<info>weather.temperature</info>
<align>left</align>
<font>special13</font>
</control>



- jmarshall - 2005-04-19

as of skin version 1.3, there's no such thing as infolabels and infoimages.

change the <type> to label or image.