I also played with this nice style. I noticed that it's missing the low temp
for the first day. If you want to add it the line is e.g. (adjust the
position as needed)
${voffset 22}${goto 90}${execi 300 grep "yweather:forecast"
~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep
-o "[^\"]*" | awk 'NR==1'}°\
Also, I noticed that using the forecast was much more realistic for today
than using the latest measurement which seemed several hours ago. I.e.
replace the word 'condition' in the first high temp line with 'forecast'.
That is probably true if you live anywhere Yahoo weather deems unimportant
and faraway. :)
Thanks for bringing this up.