Reply
Thread Tools
D4rKlar's Avatar
Posts: 675 | Thanked: 923 times | Joined on Apr 2010 @ London
#2081
Originally Posted by [DarkGUNMAN] View Post
More progress on the portrait screen. Credit to mr id helping me with the regex(s) for the Yahoo Weather widget.
Nicely done mate! Here's mine, you could also use Powatool to remove the default clock and QB to have it in vert,



Kind Regards,
D4rKlar
__________________
_________________________
_________________________________
_
* D4rKlar on DeviantART * Maemo5 on DeviantART *
_
* M4riNa D4rK Theme and Iconset *
_
 

The Following 5 Users Say Thank You to D4rKlar For This Useful Post:
John McClane's Avatar
Posts: 124 | Thanked: 144 times | Joined on Apr 2010 @ Puerto Rico
#2082
Originally Posted by [DarkGUNMAN] View Post
More progress on the portrait screen. Credit to mr id helping me with the regex(s) for the Yahoo Weather widget.

Super nice. Mind sharing the code for the yahoo widget, Please?

Thanks in advance.
__________________
Been There! Done That!
Yippee Kai Yay
Proud of my White N900
http://j0hnmcclane.deviantart.com/
 

The Following 4 Users Say Thank You to John McClane For This Useful Post:
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#2083
Originally Posted by John McClane View Post
Super nice. Mind sharing the code for the yahoo widget, Please?

Thanks in advance.
It is still a work in progress, as I wish to add more detail reading the tags from the html file.. if there is a way of changing font sizes for the output as well as justification for certain lines I'd appreciate the help. Import this from the buffer as a beecon.

Once successfully imported, edit the command and change the url to your local yhoo weather page.

Graphics for the flipclock will follow once i've compressed them.

Code:
[queen-beecon-header]
version=1.000000
checksum=5348084
[queen-beecon-exported-instance]
widgetType=1
widgetVisible=1
operationalStatus=0
hideCanvas=true
hideClickCanvas=true
snippetBgRGB=0
snippetExtBgRGB=#000000000000
beecon_lt0_ImgZoom=0
beecon_lt0_BgRGB=2
beecon_lt0_ExtBgRGB=#808080808080
beecon_lt0_ImgFilename=queen-beecon-syserr.png
beecon_eq0_ImgZoom=0
beecon_eq0_BgRGB=3
beecon_eq0_ExtBgRGB=#0000ffff0000
beecon_eq0_ImgFilename=queen-beecon-appok.png
beecon_eq1_ImgZoom=0
beecon_eq1_BgRGB=4
beecon_eq1_ExtBgRGB=#ffffffff0000
beecon_eq1_ImgFilename=queen-beecon-appwrn.png
beecon_ge2_ImgZoom=0
beecon_ge2_BgRGB=5
beecon_ge2_ExtBgRGB=#ffff00000000
beecon_ge2_ImgFilename=queen-beecon-apperr.png
beecon_idxge2_ImgZoom=0
beecon_idxge2_BgRGB=11
beecon_idxge2_ExtBgRGB=#0000ffffffff
beecon_idxge2_ImgFilename=queen-beecon-index.png
widWidth=200.8853503184713
widHeight=340.24281150159743
instanceTitle=YahooWeatherTEST
instanceCmd=wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" "http://uk.weather.yahoo.com/england/tyne-and-wear/newcastle-upon-tyne-30079/" ; 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
rememberMe=
cmdImgFilename=;queen-beecon.png
cmdImgAngle=0
cmdImgZoom=0
cmdFgRGB=5
cmdExtFgRGB=#ffff00000000
cmdTextAngle=1
cmdVisibilityPosition=0
cmdImgVisibilityPosition=1
cmdJustify=0
cmdExtFont=Nokia Sans bold italic 14
cmdFontName=3
cmdFontSize=14
resImgFilename=yahooweather.png
resImgAngle=1
resImgZoom=33
resFgRGB=4
resExtFgRGB=#ffffffffffff
resTextAngle=1
resVisibilityPosition=2
resImgVisibilityPosition=7
resJustify=0
resExtFont=Droid Sans 14
resFontName=3
resFontSize=12
resWrapLongLines=false
progressAnimationFrames=0
progressAnimationTimer=4
progressAnimationPos=4
progressAnimationAtClickXY=false
progressAnimationBasename=queen-beecon-progress
updOnStartup=false
updOnClick=true
multiClick=false
updOnDesktop=false
updOnSight=false
updOnOrientation=false
delayIndex=0
customIntervalSecs=0
updNeworkPolicy=1
GPSsettings=0
updOnDBUS=0
updOnDBUSBus=0
updOnDBUSMatchRule=

Last edited by [DarkGUNMAN]; 2011-01-04 at 15:44.
 

The Following 4 Users Say Thank You to [DarkGUNMAN] For This Useful Post:
John McClane's Avatar
Posts: 124 | Thanked: 144 times | Joined on Apr 2010 @ Puerto Rico
#2084
Originally Posted by [DarkGUNMAN] View Post
It is still a work in progress, as I wish to add more detail reading the tags from the htnl file.. if there is a way of changing font sizes for the output as well as justification for certain lines I'd appreciate the help. Imort this from the buffer as a beecon.

Grahics for the flipclock will follow once i've compressed them.

Code:
[queen-beecon-header]
version=1.000000
checksum=427580
[queen-beecon-exported-command]
title=YahooWeatherTEST
command=wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" "http://uk.weather.yahoo.com/england/tyne-and-wear/newcastle-upon-tyne-30079/" ; 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


I'm getting an Error which states that buffer does not contain valid Instance Export Data.

Regards,
John McClane
__________________
Been There! Done That!
Yippee Kai Yay
Proud of my White N900
http://j0hnmcclane.deviantart.com/
 
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#2085
My bad.. this should work. Tested and imported it myself.

Important note here - for your local weather change the url to the one for your area. Visit the yahoo weather page and select your town/city. Copy the url and paste into the code after it has been imported.

Code:
[queen-beecon-header]
version=1.000000
checksum=5348084
[queen-beecon-exported-instance]
widgetType=1
widgetVisible=1
operationalStatus=0
hideCanvas=true
hideClickCanvas=true
snippetBgRGB=0
snippetExtBgRGB=#000000000000
beecon_lt0_ImgZoom=0
beecon_lt0_BgRGB=2
beecon_lt0_ExtBgRGB=#808080808080
beecon_lt0_ImgFilename=queen-beecon-syserr.png
beecon_eq0_ImgZoom=0
beecon_eq0_BgRGB=3
beecon_eq0_ExtBgRGB=#0000ffff0000
beecon_eq0_ImgFilename=queen-beecon-appok.png
beecon_eq1_ImgZoom=0
beecon_eq1_BgRGB=4
beecon_eq1_ExtBgRGB=#ffffffff0000
beecon_eq1_ImgFilename=queen-beecon-appwrn.png
beecon_ge2_ImgZoom=0
beecon_ge2_BgRGB=5
beecon_ge2_ExtBgRGB=#ffff00000000
beecon_ge2_ImgFilename=queen-beecon-apperr.png
beecon_idxge2_ImgZoom=0
beecon_idxge2_BgRGB=11
beecon_idxge2_ExtBgRGB=#0000ffffffff
beecon_idxge2_ImgFilename=queen-beecon-index.png
widWidth=200.8853503184713
widHeight=340.24281150159743
instanceTitle=YahooWeatherTEST
instanceCmd=wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" "http://uk.weather.yahoo.com/england/tyne-and-wear/newcastle-upon-tyne-30079/" ; 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
rememberMe=
cmdImgFilename=;queen-beecon.png
cmdImgAngle=0
cmdImgZoom=0
cmdFgRGB=5
cmdExtFgRGB=#ffff00000000
cmdTextAngle=1
cmdVisibilityPosition=0
cmdImgVisibilityPosition=1
cmdJustify=0
cmdExtFont=Nokia Sans bold italic 14
cmdFontName=3
cmdFontSize=14
resImgFilename=yahooweather.png
resImgAngle=1
resImgZoom=33
resFgRGB=4
resExtFgRGB=#ffffffffffff
resTextAngle=1
resVisibilityPosition=2
resImgVisibilityPosition=7
resJustify=0
resExtFont=Droid Sans 14
resFontName=3
resFontSize=12
resWrapLongLines=false
progressAnimationFrames=0
progressAnimationTimer=4
progressAnimationPos=4
progressAnimationAtClickXY=false
progressAnimationBasename=queen-beecon-progress
updOnStartup=false
updOnClick=true
multiClick=false
updOnDesktop=false
updOnSight=false
updOnOrientation=false
delayIndex=0
customIntervalSecs=0
updNeworkPolicy=1
GPSsettings=0
updOnDBUS=0
updOnDBUSBus=0
updOnDBUSMatchRule=
 

The Following 6 Users Say Thank You to [DarkGUNMAN] For This Useful Post:
Posts: 130 | Thanked: 57 times | Joined on Jul 2010 @ UK
#2086
@stickymick Like your wallpapers - I had something similar a while back.





 

The Following 3 Users Say Thank You to ikirk For This Useful Post:
Posts: 199 | Thanked: 22 times | Joined on Apr 2010 @ Philippines
#2087
Originally Posted by viovoxer View Post
here it is: http://picasaweb.google.com/viovoxer...eat=directlink
hope you like it
We don't just like it.. we LOVE it!!! Thanks man!!!
__________________
proud to be PINOY!
 
John McClane's Avatar
Posts: 124 | Thanked: 144 times | Joined on Apr 2010 @ Puerto Rico
#2088
Originally Posted by [DarkGUNMAN] View Post
My bad.. this should work. Tested and imported it myself.

Important note here - for your local weather change the url to the one for your area. Visit the yahoo weather page and select your town/city. Copy the url and paste into the code after it has been imported.

Code:
[queen-beecon-header]
version=1.000000
checksum=5348084
[queen-beecon-exported-instance]
widgetType=1
widgetVisible=1
operationalStatus=0
hideCanvas=true
hideClickCanvas=true
snippetBgRGB=0
snippetExtBgRGB=#000000000000
beecon_lt0_ImgZoom=0
beecon_lt0_BgRGB=2
beecon_lt0_ExtBgRGB=#808080808080
beecon_lt0_ImgFilename=queen-beecon-syserr.png
beecon_eq0_ImgZoom=0
beecon_eq0_BgRGB=3
beecon_eq0_ExtBgRGB=#0000ffff0000
beecon_eq0_ImgFilename=queen-beecon-appok.png
beecon_eq1_ImgZoom=0
beecon_eq1_BgRGB=4
beecon_eq1_ExtBgRGB=#ffffffff0000
beecon_eq1_ImgFilename=queen-beecon-appwrn.png
beecon_ge2_ImgZoom=0
beecon_ge2_BgRGB=5
beecon_ge2_ExtBgRGB=#ffff00000000
beecon_ge2_ImgFilename=queen-beecon-apperr.png
beecon_idxge2_ImgZoom=0
beecon_idxge2_BgRGB=11
beecon_idxge2_ExtBgRGB=#0000ffffffff
beecon_idxge2_ImgFilename=queen-beecon-index.png
widWidth=200.8853503184713
widHeight=340.24281150159743
instanceTitle=YahooWeatherTEST
instanceCmd=wget --user-agent="" -q -t 1 -T 10 -O "/home/user/MyDocs/.images/queen_beecon_dir/test.htm" "http://weather.yahoo.com/puerto-rico/trujillo-alto/trujillo-alto-161777/" ; 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
rememberMe=
cmdImgFilename=;queen-beecon.png
cmdImgAngle=0
cmdImgZoom=0
cmdFgRGB=5
cmdExtFgRGB=#ffff00000000
cmdTextAngle=1
cmdVisibilityPosition=0
cmdImgVisibilityPosition=1
cmdJustify=0
cmdExtFont=Nokia Sans bold italic 14
cmdFontName=3
cmdFontSize=14
resImgFilename=yahooweather.png
resImgAngle=1
resImgZoom=33
resFgRGB=4
resExtFgRGB=#ffffffffffff
resTextAngle=1
resVisibilityPosition=2
resImgVisibilityPosition=7
resJustify=0
resExtFont=Droid Sans 14
resFontName=3
resFontSize=12
resWrapLongLines=false
progressAnimationFrames=0
progressAnimationTimer=4
progressAnimationPos=4
progressAnimationAtClickXY=false
progressAnimationBasename=queen-beecon-progress
updOnStartup=false
updOnClick=true
multiClick=false
updOnDesktop=false
updOnSight=false
updOnOrientation=false
delayIndex=0
customIntervalSecs=0
updNeworkPolicy=1
GPSsettings=0
updOnDBUS=0
updOnDBUSBus=0
updOnDBUSMatchRule=
Sorry to bother again, I changed the url as you stated, but I got another Error . That says Bad Cheksum Possibly Corrupt Import Instance Data!

My weather url is in the code above on Bold.
Appreciate ur help!
__________________
Been There! Done That!
Yippee Kai Yay
Proud of my White N900
http://j0hnmcclane.deviantart.com/
 
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#2089
1. Import the buffer text UNEDITED. this is so the beecon is created. Any Changes to the buffer text will not allow import because it makes the text different to the checksum.

2. Once it imports successfully go to advanced and edit the command replacing with your url. Test it out by clicking Run. You should see the High and Low temp. If it works, click Save, then Save and Run.

Last edited by [DarkGUNMAN]; 2011-01-04 at 15:40.
 

The Following 3 Users Say Thank You to [DarkGUNMAN] For This Useful Post:
Posts: 6 | Thanked: 3 times | Joined on Nov 2010
#2090
Originally Posted by mattbutsko View Post
I've updated my two homescreens. Now I've got a more brighter, sharper look.

Main screen:


Secondary:
Hi mattbutsko can u tell me where did u get this theme and wallpapers cuz i like it
 
Reply

Tags
desktop, epic thread, fremantle, maemo, maemo 5, picture, pictures, screenshot, screenshots, show and tell

Thread Tools

 
Forum Jump


All times are GMT. The time now is 21:49.