I made a common.weather.xml file and can't get the image to show when I import it. Everything else shows fine and if I use the code directly in my basichome.xml the image shows. What am I doing wrong?
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<controls>
<control>
<description>Weather image</description>
<type>image</type>
<id>1</id>
<posX>635</posX>
<posY>37</posY>
<height>64</height>
<width>64</width>
<centered>yes</centered>
<texture>#infoservice.weather.today.img.small.fullpath</texture>
<visible>plugin.isenabled(InfoService)+!Control.HasFocus(73071091)</visible>
</control>
<control>
<description>Weather Location Shadow</description>
<type>label</type>
<animation effect="slide" time="700" delay="350" start="800,0" end="0,0" acceleration="-1">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<id>1</id>
<width>250</width>
<height>50</height>
<align>left</align>
<posX>711</posX>
<posY>38</posY>
<font>font101</font>
<textcolor>ff000000</textcolor>
<label>#location</label>
<visible>plugin.isenabled(InfoService)+!Control.HasFocus(73071091)</visible>
</control>
<control>
<description>Weather Location</description>
<type>label</type>
<animation effect="slide" time="700" delay="350" start="800,0" end="0,0" acceleration="-1">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<id>1</id>
<width>250</width>
<height>50</height>
<align>left</align>
<posX>710</posX>
<posY>37</posY>
<font>font101</font>
<textcolor>ffb3b3b3</textcolor>
<label>#location</label>
<visible>plugin.isenabled(InfoService)+!Control.HasFocus(73071091)</visible>
</control>
<control>
<description>Weather Condition Shadow</description>
<type>label</type>
<animation effect="slide" time="700" delay="350" start="800,0" end="0,0" acceleration="-1">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<id>1</id>
<width>250</width>
<height>70</height>
<align>left</align>
<posX>711</posX>
<posY>66</posY>
<font>font101</font>
<textcolor>ff000000</textcolor>
<label>#infoservice.weather.today.condition</label>
<visible>plugin.isenabled(InfoService)+!Control.HasFocus(73071091)</visible>
</control>
<control>
<description>Weather Condition</description>
<type>label</type>
<animation effect="slide" time="700" delay="350" start="800,0" end="0,0" acceleration="-1">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<id>1</id>
<width>250</width>
<height>70</height>
<align>left</align>
<posX>710</posX>
<posY>65</posY>
<font>font101</font>
<textcolor>ffb3b3b3</textcolor>
<label>#infoservice.weather.today.condition</label>
<visible>plugin.isenabled(InfoService)+!Control.HasFocus(73071091)</visible>
</control>
<control>
<description>Weather Temperature Shadow</description>
<type>label</type>
<animation effect="slide" time="700" delay="350" start="800,0" end="0,0" acceleration="-1">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<id>1</id>
<width>80</width>
<height>50</height>
<align>left</align>
<posX>911</posX>
<posY>38</posY>
<font>font101</font>
<textcolor>ff000000</textcolor>
<label>#infoservice.weather.today.temp</label>
<visible>plugin.isenabled(InfoService)+!Control.HasFocus(73071091)</visible>
</control>
<control>
<description>Weather Temperature</description>
<type>label</type>
<animation effect="slide" time="700" delay="350" start="800,0" end="0,0" acceleration="-1">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<id>1</id>
<width>80</width>
<height>50</height>
<align>left</align>
<posX>910</posX>
<posY>37</posY>
<font>font101</font>
<textcolor>ffb3b3b3</textcolor>
<label>#infoservice.weather.today.temp</label>
<visible>plugin.isenabled(InfoService)+!Control.HasFocus(73071091)</visible>
</control>
</controls>
</window>