Also, create a directory in your /Media folder named 'home' (less the quotes) and copy both the 'home_weather_big.png' and 'home_weather_small.png' to it... This will retain the weather's texture backgrounds for each day and makes it easier to view if you have the conditional weather backdrops rotating in the background. If you have just a plain dark background, then it doesn't look so bad, just less organized and in my opinion not as aesthetically pleasing to the eye.
Also, in order to get the text perfect, copy 'aeon_title.ttf from the /Fonts folder to your Horizonz fonts folder and add the following code to your Font.xml
Quote:<!-- BEGIN Aeon Weather on Homescreen mod -->
<font>
<name>Font_WeatherTitle</name>
<filename>aeon_title.ttf</filename>
<size>29</size>
</font>
<font>
<name>Font_WeatherLabel</name>
<filename>aeon_title.ttf</filename>
<size>23</size>
<linespacing>1.6</linespacing>
</font>
<font>
<name>Font_WeatherTemp</name>
<filename>aeon_title.ttf</filename>
<size>55</size>
</font>
<!-- END Aeon Weather on Homescreen Mod -->
I've noticed that when in the home menu, if your last position was on weather in the home media scroller, and you scroll up or down, the weather is sticky on all of the home system screens until you scroll back up/down to the media scroller and off the weather. If anyone can offer some advice I'd greatly appreciate it -- Likewise, If I figure it out I'll post back here with my findings.