so I hope someone will manage to fix that..
I guess you are going to have to decide which is more accurate.| The Following User Says Thank You to JonWW For This Useful Post: | ||
wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|UK|UK179|Newcastle upon Tyne" ; weather=`grep '.*' "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" | grep -E '<description>(Currently|High)'| sed -e 's/.*<description>\(.*\)/\1/' -e 's/\(.*\) <.*/\1/' -e 's/\(°\)//'` ; echo "Weather......: `echo "$weather" | head -1`" ; echo "Today........: `echo "$weather" | head -2 | tail -1`" ; echo "Tomorrow.....: `echo "$weather" | tail -1`"
| The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|UK|UK179|Newcastle upon Tyne" ; weather=`grep '.*' "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" | grep -E '<description>(Currently|High)'| sed -e 's/.*<description>\(.*\)/\1/' -e 's/\(.*\) <.*/\1/' -e 's/\(°\)//'` ; echo "Weather......: `echo "$weather" | head -1`" ; echo "Today........: `echo "$weather" | head -2 | tail -1`" ; echo "Tomorrow.....: `echo "$weather" | tail -1`"
| The Following 2 Users Say Thank You to JonWW For This Useful Post: | ||
Still hope for aacuweather as its better for here . Thanks for your help
| The Following User Says Thank You to mr_pingu For This Useful Post: | ||