About this file
Wunderground weather script with dialogs pictures and 5-day forecast.
This also has a trigger w/on-off switch. The trigger is !wunderground because I figure most people already have one thats !weather. Syntax for the trigger is !wunderground city state
or !wunderground country city or !wunderground zipcode or !wunderground airportcode.
You can find the dialogs on any menu and they are fairly self explanatory. One easy change you can make is the default city in the script. I have it set to my city.
To change it goto line 37.
It will look like this
Code:
On *:Dialog:CurrentConditions:init:*: { Wunderground Cincinnati Ohio }
Just change Cincinnati Ohio to your city state and it will always start there.
I've only tested this on my connection, which is pretty decent. I hope it works as good with slower connections.
This also has a trigger w/on-off switch. The trigger is !wunderground because I figure most people already have one thats !weather. Syntax for the trigger is !wunderground city state
or !wunderground country city or !wunderground zipcode or !wunderground airportcode.
You can find the dialogs on any menu and they are fairly self explanatory. One easy change you can make is the default city in the script. I have it set to my city.
To change it goto line 37.
It will look like this
Code:
On *:Dialog:CurrentConditions:init:*: { Wunderground Cincinnati Ohio }
Just change Cincinnati Ohio to your city state and it will always start there.
I've only tested this on my connection, which is pretty decent. I hope it works as good with slower connections.