I am currently looking for a script that parse the Weather.com xml feed. I thought I saw a post on the HouseBot forum a while ago, but I looked again to no avail. I some one can help me, I would greatly appreciated.
Thanks,
James
Has anyone written a weather.com script for HB
You can use the Yahoo weather script here:
http://www.housebot.com/phpbb2/viewtopic.php?t=855774
If you want to use weather.com then you will need to change the target URL in the script and change the xml tags the XMLDom object uses to match the weather.com format.
If you need help, just ask.
Osler
http://www.housebot.com/phpbb2/viewtopic.php?t=855774
If you want to use weather.com then you will need to change the target URL in the script and change the xml tags the XMLDom object uses to match the weather.com format.
If you need help, just ask.
Osler
It works like a charm. I had one issue, at the beginning I have two CurrentWeather in my HB configuration. The one I inputed cerrently as called CurrentWeather-1 so the script was not populating the fields. WHY!!! Because it was looking for CurrentWeather. Duh... It looks good Osler. Thanks for all the help. Sometimes you just need to walk away from the computer for a while, and come back and then the answer is right before your face saying PICK ME, PICK ME...
I don't have a weather screen per se. I have 2 dynamic images that are displayed in the bottom right corner of my panels. Image 1 is the .png associated with the weather number for the current weather and image 2 is the .png associated with the weather number for tomorrows forecast. I have a property label overlaying image 1 that displays current temperature. I have 2 property lables overlaying image 2 that display the forecasted high and low temperature for tomorrow. That's really all I need...but you could go hog wild and pull in radar and all of that stuff in a seperate weather screen.
Osler
Osler