Here is a little help for someone that might need it

Using gem4.2 install RSS/weather plugin

then in the /var/etc/feeds.xml enter your RSS feeds you can get some feeds from here ()
etc.
<?xml version="1.0" encoding="iso-8859-1" ?>
<feeds>
<feed>
<name>Most Popular Stories</name>
<url>http://feeds.news.com.au/public/rss/2.0/news_mostpopular_topstories_403.xml</url>
</feed>
<feed>
<name>Breaking News</name>
<url>http://feeds.news.com.au/public/rss/2.0/news_breaking_news_32.xml</url>
</feed>


Now for weather go to and enter in you location. When the weather displays check the address bar for something similar like ASXX0017?

then in this location /var/etc/weather/weather.xml find and replace the ASXX code with your new one and now you have local weather

etc
<locations>
<location>
<name><![CDATA[your area]]></name>
<url><![CDATA[http://xoap.weather.com/weather/local/ASXX0017?unit=m&dayf=10]]></url>
</location>
</locations>