I'm trying to add fizz weather to the bottom of Golden Y's LCD homescreen but when I move the files over the weather is stuck at the top of its respective slide with the background of the lcd screen.
I'm trying to get it to use this image for the background:
Here's my coding so far:
<!-- Profile Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="185">
<background b-border-width="0" bgimage="\Application Data\Home\GYPHTCDiamond_LCD\GYPHTCDiamond_profileb lue.jpg">
</background>
<label bgcolor="transparent" y="93" x="19" fgcolor="#FFFFFF" font-size="28" halign="center">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="normal"/>
<text lang="0x0409"><profile/></text>
</label>
</plugin>
<!-- IconBar -->
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0" w="320">
<iconbar bgcolor="transparent" fgcolor="#ffffff" y="0" x="0"/>
</plugin>
<!-- Spacer-Plugin -->
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="213">
<background b-border-width="0">
<format state="selected" bgcolor="transparent"/>
</background>
</plugin>
<!-- Fizz Weather -->
<plugin clsid="{30DF3430-2005-0509-BAA6-00AA003E0EED}" name="WeatherPlugin" height="185">
<background b-border-width="0" bgimage="\Application Data\Home\GYPHTCDiamond_LCD\GYPHTCDiamond_weatherb lue.jpg">
</background>
</plugin>
<!-- IconBar -->
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0" w="320">
<iconbar bgcolor="transparent" fgcolor="#ffffff" y="0" x="0"/>
</plugin>
</home>