

I hesitate to mark a single post as "the solution" since several folks contributed. But, because the forum leaders request, I will use the supplied tool to mark this "solved"
This sounds like a really cool toy, with a good deal of utility behind it, too.Tovian wrote: Mon Jun 23, 2025 7:21 pm I absolutely love this new toy. Every time I walk into my "office" I first look at this big, beautiful weather-radar display and instantly know the short-term likelihood of thunderstorms in my part of the world (They pop up almost every afternoon at this time of year, and can be really severe. When I see 'em coming I power down all my computers).
Code: Select all
watch -n 3600 --color "curl https://wttr.in"
Excellent! glad to hear this. And yes, I might just do that with one of my old computers too. (or my camera server .)Tovian wrote: Mon Jun 23, 2025 7:21 pm I absolutely love this new toy. Every time I walk into my "office" I first look at this big, beautiful weather-radar display and instantly know the short-term likelihood of thunderstorms in my part of the world (They pop up almost every afternoon at this time of year, and can be really severe. When I see 'em coming I power down all my computers).
Also, I found the "remote" for the big monitor so I can now turn it on/off without even getting up. And, I used UBlock-Origin to clean up the (web page) display so it's even better now.
Now that I have this terrific tool it will probably never rain another drop in the southeastern United States (??)
But, regardless, thanks again - I'm very pleased !!!
* The only downside is it may motivate me to spend more money on a newer and significantly larger TV/Monitor.
DukeComposed wrote: Mon Jun 23, 2025 7:55 pmThis sounds like a really cool toy, with a good deal of utility behind it, too.Tovian wrote: Mon Jun 23, 2025 7:21 pm I absolutely love this new toy. Every time I walk into my "office" I first look at this big, beautiful weather-radar display and instantly know the short-term likelihood of thunderstorms in my part of the world (They pop up almost every afternoon at this time of year, and can be really severe. When I see 'em coming I power down all my computers).
For those curious to know how to set up something similar in a terminal window:
should be enough get you a working prototype. Adjust the size of the window and typeface as desired and maybe even put this in a ~/.bashrc or ~/.profile or tmux config to start it automatically if you want a dedicated weather report station like OP.Code: Select all
watch -n 3600 --color "curl https://wttr.in"
Code: Select all
watch -n 3600 --color "curl https://wttr.in/NameOfState"
It can:operadude wrote: Tue Jun 24, 2025 6:31 am Not sure if it can do City-specific or GPS coordinates, but WOW :exclamation:
I'm pretty sure "area codes" here is supposed to be ZIP codes, but the idea still stands.Supported location types:Code: Select all
/paris # city name /~Eiffel+tower # any location (+ for spaces) /Москва # Unicode name of any location in any language /muc # airport code (3 letters) /@stackoverflow.com # domain name /94107 # area codes /-78.46,106.79 # GPS coordinates
WOWDukeComposed wrote: Tue Jun 24, 2025 6:43 amIt can:operadude wrote: Tue Jun 24, 2025 6:31 am Not sure if it can do City-specific or GPS coordinates, but WOW![]()
I'm pretty sure "area codes" here is supposed to be ZIP codes, but the idea still stands.Supported location types:Code: Select all
/paris # city name /~Eiffel+tower # any location (+ for spaces) /Москва # Unicode name of any location in any language /muc # airport code (3 letters) /@stackoverflow.com # domain name /94107 # area codes /-78.46,106.79 # GPS coordinates
Code: Select all
https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJ3ZWF0aGVyIiwiY2VudGVyIjpbLTg2LjYzNCwzNC4wNjJdLCJsb2NhdGlvbiI6Wy04NC40NTksMzQuMDYyXSwiem9vbSI6NiwibGF5ZXIiOiJicmVmX3FjZCJ9LCJhbmltYXRpbmciOmZhbHNlLCJiYXNlIjoic3RhbmRhcmQiLCJhcnRjYyI6ZmFsc2UsImNvdW50eSI6ZmFsc2UsImN3YSI6ZmFsc2UsInJmYyI6ZmFsc2UsInN0YXRlIjpmYWxzZSwibWVudSI6ZmFsc2UsInNob3J0RnVzZWRPbmx5IjpmYWxzZSwib3BhY2l0eSI6eyJhbGVydHMiOjAsImxvY2FsIjowLjYsImxvY2FsU3RhdGlvbnMiOjAuOCwibmF0aW9uYWwiOjAuNzl9fQ%3D%3D