View Single Post
  #66 (permalink)  
Old 02-12-2009, 10:02 AM
DJRedLine's Avatar
DJRedLine
PPCGeeks Regular
Offline
Location: Aldershot, UK
 
Join Date: Sep 2008
Posts: 66
Reputation: 180
DJRedLine is keeping up the good workDJRedLine is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [UI] Pointui Home 2.0 Preview

Quote:
Originally Posted by funbobnopants View Post
I installed, liked the looks, but again how do you change the temperature readings? Decided to uninstall, could not remove, even with the soft reset then reinstall trick. Then it started to freeze my TP! Just finishing a 6 hour hard reset and reinstallation of all my programs. Just be aware you may have to do the same.
To change the temperature from celcius to fahrenheight you have to edit the cities.xml file stored within \Home2\AppletRibbon Today and World directory.

It should look like this -

Code:
 <item>
  <id>EUR|UK|UK148|Aldershot</id>
  <text>Aldershot</text>
  <x>162</x>
  <y>30</y>
  <url>http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&amp;locCode=EUR|UK|UK148|Aldershot</url>
  <newsurl>http://news.google.co.uk/news?ned=es_ar&output=rss</newsurl>
  <gmtOffsetMinutes>+0</gmtOffsetMinutes>
 </item>
The URL section has got metric=1 (change this to 0 for Fahrenheight, 1 for Celsius)
Reply With Quote