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 ;)
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 ;)