• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Where do you check Your weather?

brunswickite

Diamond Member
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?
 
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.
 
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

🙂
 
Accuweather here, I use the animated radar feature.


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