[request] Url Codes For Weather.com

I am trying to change the local code to match my zip (77382) in a weather script in a systats weather desklet.

Right now the code is set to Toronto (http://xoap.weather.com/weather/local/CAXX0504?cc=*&unit=e ).

Anyone know where I can find the page for my .zip?

#196378

You have to change the CAXX0504 to your (77382).. and it'll work! (hopefully..) :D

#196380

Nope, already tried that. Now Ive signed up for weather.coms xml feed service, but I have no idea how to use the service. GRRRRR

#196386

Just entered

http://xoap.weather.com/weather/local/77382?cc=*&unit=e

into my browsers address line and I see weather conditions

for Spring, Tx in well formed XML.

Try again.

#196390

Heh, I forgot the "?"

Thanks. :)

#196391

Does anyone have the codes that I can use in SysStats for tomorrow etc etc..?

http://uk.weather.com/weather/detail/UKXX1303?dayNum=1

is the only one I can find and it doesn't match the current sysStats code format.... (it also doesn't work)

#196718

not sure what the problem is, but your code should look like:

url=http://xoap.weather.com/weather/local/UKXX1303?cc=*&unit=e&dayf=2

this will append a two day forecast to the original retieving of your weather at

http://xoap.weather.com/weather/local/UKXX1303?cc=*&unit=e

the likes of

http://uk.weather.com/weather/detail/UKXX1303?dayNum=1

are for browser view only.

Without knowingly tampering the script you won't be able to do

forecasts.

#196740