Where do you check Your weather?

brunswickite

Diamond Member
Jul 23, 2002
6,386
1
0
I dont check the weather regularly only for the temperature, but when Snow storms are coming, I check very frequently,
Weather.com
Accuweather
Noaa

I went to 3 differnet sites, but they are all confilicting, and usally there alaways wrong.

were do you check Your weather?
 

aswedc

Diamond Member
Oct 25, 2000
3,543
0
76
I like the precip amount/chance and snowfall amount maps on Accuweather
 

Mill

Lifer
Oct 10, 1999
28,558
3
81
NOAA is where the official observations are made. The NWS's forecasts and discussion are pretty accurate and I use a mixture of computer model reading, weather forums, and the NWS.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
i alias this shell command to "weather":
lynx --dump "http://www.weather.com/weather/local/52806" | grep -A 1 -B 1 "Feels Like" | sed -e "s/Feels Like//" | sed -e "s/\[.*\]//" | sed -e "s/[^a-zA-Z0-9]//g" (change your zip if you try it of course, the bottom number is the "feels like" temperature)

death@two ~ % weather
21F
PartlyCloudy
5F

:)
 

wnied

Diamond Member
Oct 10, 1999
4,206
0
76
Accuweather here, I use the animated radar feature.


It gives me the Low-down on the Hoe-down headed my way.
~wnied~