Your problem will be fixed in v2.0, but other locations will now be broken. I am now going to be using mobile.wunderground.com as the location to parse. On mobile.wunderground.com, YOW gives normal forecasts, but, for example, 90210 uses descriptive forecasts.Stan wrote:YOW gives me the error.
As per this update I hope things are clear enough. I will work on fixing the timezones that Tcl does not like. Just going to work now, will hopefully release another fix to the forums sooner than later.2.6: incith-weather-2.6.tcl.gz
After releasing 2.5a a user on IRC mentioned 2 problems to me, that multiple results were basically broken, and locations with EEST were broken. There may be other timezones which I will continue to update as time goes on. I've fixed these 2 problems now and have asked slennox to update the Tcl archive for this problem so that not too many will have downloaded 2.5a. Sorry for any inconvenience this caused anyone. Thanks for coming to tell me about the problems Sampppa.
Update: ICT timezone is also broken. Bangkok and others will be affected. I cannot look into this until later.
Further updates on 2.7 - Here is the current ChangeLog:(17:33:39) <incith> !sky
(17:33:41) <visitant> Edmonton City Center, Alberta Astronomy; Sunrise: 5:09 AM MDT; Sunset: 9:55 PM MDT; Moonrise: 12:27 AM MDT; Moonset: 6:39 AM MDT; Visible Light: 18h 26m; Daylight Length: 16h 45m; Tomorrow: 1m 52s longer
And weather_format, commented has everything, and uncommented does not have w9, which means it is not going to show Pressure data. With this you can change the order and/or remove anything you do not want to show:# 2.7: astronomy is back, !sky <location>
# pressure has been added back to !weather
# multiple results problem fixed (hull, united kingdom)
# variable weather_format controls which data is sent
# fixed a bug in the way i was grabbing wind direction
# - basically, it wasn't showing 'Calm' when it actually was
# <country> searches (!w malaysia for example) will now return
# - multiple results correctly
# (NEW) if you want to change the order or remove some items that are sent
# w0 - location, w1 - updated, w2 - conditions, w3 - temperature, w4 - windchill
# w5 - high/low, w6 - humidity, w7 - dew point, w8 - UV index, w9 - pressure
# w10 - wind
# variable weather_format "%w0% %w1% %w2% %w3% %w4% %w5% %w6% %w7% %w8% %w9% %w10%"
variable weather_format "%w0% %w1% %w2% %w3% %w4% %w5% %w6% %w7% %w8% %w10%"