View Single Post
Posts: 155 | Thanked: 92 times | Joined on Jul 2010 @ Jordan
#2118
Originally Posted by Kenny1001 View Post
i get this

wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" "http://weather.yahoo.com/belgium/antwerp/antwerp-966591/" ; wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/yahooweather.png" `grep 'forecast-icon.*http.*png' /home/user/MyDocs/.images/queen_beecon_dir/test.htm | grep -o http*[a-zA-Z0-9\.\-\\_/\:]*.png | grep -m 1 http` | echo `grep 'forecast-icon.*http.*png' /home/user/MyDocs/.images/queen_beecon_dir/test.htm | grep -o High[:]..`°C ; echo `grep 'forecast-icon.*http.*png' /home/user/MyDocs/.images/queen_beecon_dir/test.htm | grep -o Low[:]..`°C

my command I copy

http://talk.maemo.org/showpost.php?p...postcount=2092
you have an error in this part..[a-zA-Z0-9\.\-\\_/\:]* should be[a-zA-Z0-9\\.\\-\\\\_/\\:]* and wifi/internet on to get temp reading

Last edited by SavageBrat; 2011-01-05 at 21:27.
 

The Following User Says Thank You to SavageBrat For This Useful Post: