Here's something that works for getting the forecast in: http://rss.hamweather.net/zone/us/ks/derby.xml Using elinks it is possible to get a text only page that's easily read by TTS options. Scripts and other resources are available upon request. ------------- As for the weather radio option, take a look at: http://techlab.rfgateway.info/imagine/ which references a small weather radio module that can interface with Rasberry Pi, Arduino and BBB. Mars - N0PCO On 09/11/2016 08:49 PM, Ken wrote:
The Zone forecasts are gone, but you can get a text version of any lat/lon web page and, with a modest amount of cleanup, it will TTS very nicely. I used curl and html2text with -nob (no bold) option.
I realized today that the alerts and warnings now require you to use "https:" for the URL . I found I had to add "--no-check-certificate" to the wget line for that to work.
Ken