Weather help Thread last updated on 2003-05-04 14:34:11

Posted by member 29931 on 2003-05-03 12:18:53

hey i just wanna know if u can get the weahter script to generate/get the temp. in C. instead of F.

cant find it anywhere :P

Posted by member 186 on 2003-05-03 13:32:28 link

you could probably tell it to do the math for you to convert it to C.

Posted by member 12343 on 2003-05-04 11:16:18 link

The script I am using (GetWeather) has a setting in the vbs file to do this - it converts F to C, or is supposed to anyhow. It's WeatherUnits = "metric" or "standard" I think?

The Weather.com website lets you set the units to metric by using a cookie, so a script that just shows whatever is there will show it in C in that case, although that would screw up the above as it would try to convert C to C ;)

Posted by member 2184 on 2003-05-04 14:34:11 link

I just look outside =)