This is a very simple weather script that displays current information from Wunderground. Original author is credited in the comment of the script and is heavily modified by myself. Temperature information is displayed in both F and C, and is colored between blue and red depending on temperature. Wind is displayed in MPH and KMH. Windchill is presented if available, and is colored as well.
Works fine with TCL 8.5. Requies http.
- Temperature F/C (Colored)
- Humidity
- Wind & Wind Direction MPH/KMH
- Wind Chill (Colored) (If Applicable)
- Pressure inHg/hPa (Rising/Steady/Falling)
- Current Conditions
- Time Updated
Example Output:
!w denver, co
San Rafael Neighborhood, Denver, Colorado: Temperature: 31.4F (-0.3C) - Windchill: 29F (-2C) - Humidity: 96% - Wind: NE @ 3.1MPH (5.0KPH) gusting to 10.7MPH (17.2KPH) - Pressure: 29.81in (1009hPa) (Falling) - Conditions: Mostly Cloudy - Updated: 2:17 AM MST
.chanset #channel +weather
Other information on how to use the script is in the commented portion of the script.
https://github.com/purpleears/eggdrop_weather
This is my first post here, if I did anything wrong with this post please tell me!