This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

about weather tcl

Old posts that have not been replied to for several years.
Locked
h
hk169

about weather tcl

Post by hk169 »

[08:42] <HK169>.wzf new york us
[08:42] <X'Mas-BOT> New York, New York --
[08:42] <X'Mas-BOT> Temp: 30 F Wind Chill: 20 F Humidity: 86%
[08:42] <X'Mas-BOT> Conditions : with wind WNW at 13 mph

can i edit the tcl report Temp: xx F to x C ?
how can i do ?

thx
a
acm

Post by acm »

I just downloaded the script you're referring to. All you need to do is change the line that looks like this (approx line #192):

Code: Select all

set wz_unit i
to either:

Code: Select all

set wz_unit m  #set default to metric
set wz_unit c  #set default to combined
acm
h
hk169

Post by hk169 »

thx u :D
Locked