![]() |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
Quote:
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
Set your place as either Meerkerk or Leerdam as they are on the Utrecht weather centre, but it is interesting that there is a 5º difference between you and those two places and your not that far away :confused: I guess you are going to have to decide which is more accurate. I think I will start experimenting with locations around me to see what weather stations there are and how they differ. |
Re: * The Truly Epic Maemo 5 MODs Thread *
well did learn some topography :P dordrecht should be less far than utrecht weather center. But I dont know whats closer: dordrecht or meerkerk. Also what do you exactly mean that the dordrecht weather center is playing balls?
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Haven't had a proper look at yet but here is some code i found that pulls weather information from accuweather. Bear in mind that that it does not get any images from the site so i'd expect to use this in conjunction with the original image grab from yahoo.
Code:
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`" |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
'Not playing ball' means that the Dordrecht weather centre isn't giving out its data in a way that Yahoo can use. They are not playing by the rules, I assume a football expression. |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
I got Dordrecht working anyway :) Still hope for aacuweather as its better for here . Thanks for your help :D |
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
|
| All times are GMT. The time now is 22:12. |
vBulletin® Version 3.8.8