maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   * The Truly Epic Maemo 5 MODs Thread * (https://talk.maemo.org/showthread.php?t=39565)

NOMIOMI 2011-03-19 18:04

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by mr_pingu (Post 971047)
yes I hope, omweather and yahooweather both dont include my city. accuweather does :) so I hope someone will manage to fix that..

smae problem here

JonWW 2011-03-20 15:35

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by mr_pingu (Post 971047)
yes I hope, omweather and yahooweather both dont include my city. accuweather does :) so I hope someone will manage to fix that..

Quote:

Originally Posted by NOMIOMI (Post 971144)
smae problem here

Which countries and cities are you both in?

mr_pingu 2011-03-20 20:24

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by JonWW (Post 971801)
Which countries and cities are you both in?

I live in the Netherlands and the city I want to add is Gorinchem( Dutch Spelling)

JonWW 2011-03-20 21:15

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by mr_pingu (Post 971946)
I live in the Netherlands and the city I want to add is Gorinchem( Dutch Spelling)

hmmm... interesting seems like the Dordrecht weather centre is not playing ball.
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.

mr_pingu 2011-03-21 14:49

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?

[DarkGUNMAN] 2011-03-21 15:19

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/\(.*\) &lt.*/\1/' -e 's/\(&#176;\)//'` ; echo "Weather......: `echo "$weather" | head -1`" ; echo "Today........: `echo "$weather" | head -2 | tail -1`" ; echo "Tomorrow.....: `echo "$weather" | tail -1`"
~

mr_pingu 2011-03-21 18:59

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by [DarkGUNMAN] (Post 972448)
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/\(.*\) &lt.*/\1/' -e 's/\(°\)//'` ; echo "Weather......: `echo "$weather" | head -1`" ; echo "Today........: `echo "$weather" | head -2 | tail -1`" ; echo "Tomorrow.....: `echo "$weather" | tail -1`"
~

Hope you will code it that way it grabs the images from accuweather also :D

JonWW 2011-03-21 21:30

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by mr_pingu (Post 972425)
Also what do you exactly mean that the dordrecht weather center is playing balls?

Sorry, English expression.

'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.

mr_pingu 2011-03-21 22:40

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by JonWW (Post 972679)
Sorry, English expression.

'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.

No problem, it's good for my english. I have a English test this thursday :P
I got Dordrecht working anyway :) Still hope for aacuweather as its better for here . Thanks for your help :D

sla_erick 2011-03-21 23:53

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Parlapipas (Post 854602)
Hi Guys, etuoyo asked me about this on the screenshot thread
Didn't want to hijack it so here are the mods i made.

Icons, QB widgets & instructions are included in the zip file. Icons were created by D4Klar, Biggzy, qosmio and myself so enjoy!

I cant get them to work, most of them show the WARNING! Bad Checksum! Possibly corrupt Import Instance Error when i click the IMPORT BUFFER TO BEECON button. Can someone check if this is happening too? I dont know how to get it to work, need some help please. Thank you


All times are GMT. The time now is 22:12.

vBulletin® Version 3.8.8