PDA

View Full Version : how do change the temperature from f to c in the weather plug in?



moogwai
06-12-10, 17:33
Hi guys,how do change the temperature from f to c in the weather plug in? cheers.

silverfox0786
06-12-10, 17:47
not being rude but this has been mentioned before in the relevent thread

We are happy to help every member on this forum but sometimes it helps us to be helpful your self and use the search

http://www.vuplus-support.co.uk/showthread.php?4313-Weather-plugin-for-Vuo-04-12-10-new-update-by-webkurier&highlight=weather

moogwai
06-12-10, 18:00
yep,saw that thread...but when i open the file in notepad it dont look like this
Code:
elif items.tag == "unit_system":
if getData(items) == "SI":
unit = "C"
else:
unit = "F"
elif childs.tag == "current_conditions":
for items in childs:
if items.tag == "condition":
self['condition'].text = _('Current ') + getData(items)
elif items.tag == "temp_c" and unit == "C":
self['currentTemp'].text = getData(items) + ' °C'
elif items.tag == 'temp_f' and unit == 'F':
self['currentTemp'].text = getData(items) + ' °F'Also there is similar weather plugin that works fine with Celsius
see down Similar Threads

so i cant find the text i'm supposed to edit,the text is 11 lines deep and scrolls quite away along...so am i using the right programm to lok at/edit the file. I apologise if i keep asking dumb questions and i do try and find the answer before i ask a question...but sometimes i find it hard to understand.
cheers.

silverfox0786
06-12-10, 18:04
use notepad ++

bassethound
06-12-10, 18:09
I got lost trying to change it i gave up

waiting for the next image release to fix this

here is a chart to help in the mean time LOL

http://thumbnails37.imagebam.com/10971/13475f109700802.jpg (http://www.imagebam.com/image/13475f109700802)

moogwai
06-12-10, 18:14
touchee basset hound!!! that made me laugh!!

Alanp
06-12-10, 18:53
All I do is add the same location in another language say german (de) so you have two , when in the weather plugin just press the right arrow to switch when in the german screen the temp will be in C hope this helps

andyblac
06-12-10, 18:57
this is NOT a plugin problem it controlled by Google API, untill they change there API, you can't have ˚C in UK

moogwai
06-12-10, 22:47
All I do is add the same location in another language say german (de) so you have two , when in the weather plugin just press the right arrow to switch when in the german screen the temp will be in C hope this helps

done that mate....now have temp in C.....delighted!!