Conky - How to get weather alerts using rss?
Posted
by
BeSlayed
on Super User
See other posts from Super User
or by BeSlayed
Published on 2011-01-17T20:38:17Z
Indexed on
2011/01/17
20:55 UTC
Read the original article
Hit count: 476
Quick question about how to get weather alerts with conky.
I'm using the following bit of code:
${execpi 3600 ~/.conky/scripts/conky-rss.sh "http://www.weather.gov/alerts/wwarssget.php?zone=MDZ006"|sed '1,3d'|fold -sw 62}
This (correctly) display a message to the effect "There are no weather alerts for ...." when there are no weather alerts. However, when there is an alert, it simply displays a message like "Short-term forecast for ..." with no further information.
Any suggestions?
How are other people getting weather alert info in their conkys?
© Super User or respective owner