![]() |
Weather lockscreen and widget..it works now.
Hello everyone..
this is collection of HTC weather images: Weather Icons Can anyone help me with Queen Beecon widget command so it would read number of icon from this file: /home/user/apps/omweather/XXXXXXX.xml and according to that number, it would show weather image on desktop...to look something like this: http://www.fileden.com/files/2007/9/18/1440420/aaa.jpg |
Re: HTC weather widget..help
Bumping...
Best wishes. |
Re: HTC weather widget..help
I have made some progress...I think it's gonna be on my desktop tomorrow. I'll let you know...
|
Re: HTC weather widget..help
OK, I made it...its working pretty good for my "first script":)
Lots of things can be improved but I dont know better. Haven't find place on my desktop for it yet...but it looks like this: http://www.fileden.com/files/2007/9/...206-033904.png -It works with OMWeather app. so you need to have it installed and configured. -go to: /home/user/apps/omweather/ and search for XXXXXXXX.xml file. You will need it's name to make Queen Beecon widget work for you. (for Sarajevo its: BKXX0004.xml) -download QB widget: HTC Weather and edit this line: instanceCmd=prognoza="$(tail -316 /home/user/apps/omweather/BKXX0004.xml (just change .xml file name) -download Weather icons and extract icons to /home/user/MyDocs/.Weather/ -open Xterminal: Code:
root cheers |
Re: HTC weather widget..it works now.
Tnx nice work.
Hvala komšo, dobra ideja. Živeli |
Re: HTC weather widget..it works now.
Now it would be nice to place it on lockscreen. :)
Kakav si komso..radi li ovo kod tebe, jesi li probao? Pozz |
Re: HTC weather widget..it works now.
Let`s see, during weekend, is good time to play with widget and qtlockscreen, why not. Another idea, conkywx...
Dobro smo prijatelju, samo gužva na poslu, pa trči deci i tako u krug. |
Re: HTC weather widget..help
1 Attachment(s)
Quote:
Has made all under the instruction. But at me shows only an icon without a text conclusion of the weather information???? |
Re: HTC weather widget..it works now.
Quote:
I in FileBox have created it and have unpacked in it Weather icons. Then has entered: Code:
root |
Re: HTC weather widget..help
Quote:
|
Re: HTC weather widget..it works now.
How did you make folder .Weather in /home/user/MyDocs/, I think its impossible to create folder with dot in front of name (hidden)
|
Re: HTC weather widget..it works now.
Use FileBox and enable root access, restart (FileBox) and then make .folder
pozz :) |
Re: HTC weather widget..it works now.
This is another version of QBW widget script...everything is same but this one shows some text information about weather.
HTC Widget 2 http://www.fileden.com/files/2007/9/...207-123704.png |
Re: HTC weather widget..it works now.
And this is version 3. Last one from me :)
HTC Weather 3 http://www.fileden.com/files/2007/9/...207-125741.png |
Re: HTC weather widget..it works now.
dzano;
Works like a charm :) Thank you much appreciated man ;) |
Re: HTC weather widget..it works now.
@dzano, many thanks! Magnificent work! :) ;)
My result: http://imageplay.net/img/tya22296094...28_8883256.png How it is possible to add display of a name of city (city with information about weather)??? |
Re: HTC weather widget..it works now.
Here is weather widget for lockscreen...according to weather conditions it changes background and weather icon. Its not completed but it looks really nice:
http://www.fileden.com/files/2007/9/...208-012401.png http://www.fileden.com/files/2007/9/...208-013213.png |
Re: HTC weather widget..it works now.
Quote:
How it is possible to add display of a name of city? |
Re: HTC weather widget..it works now.
Oh man, there is so much work to make this one working properly...but it's worth :) Right now I'm looking for 47 really nice wallpappers that suits to weather conditions (rain, snow, fog and stuff) and in same time white text should me visable.
|
Re: HTC weather widget..it works now.
Can you make it possible to drop the depency of OMweather?
Anyway, you are doing a good job! ;) |
Re: HTC weather widget..it works now.
Quote:
Imaš pivo od mene ako kad budeš dolazio u Tuzlu :D |
Re: HTC weather widget..it works now.
Quote:
I think if you configure OMWeather to update weather automaticaly, you dont need to have widget on your desktop if you dont want to. |
Re: HTC weather widget..it works now.
Quote:
|
Re: HTC weather widget..it works now.
In Bosnia and Herzegovina N900 are rare phone, and we have two users from Tuzla.
This is something, material for Murphy`s Law book |
Re: HTC weather widget..it works now.
Hehehe...it's not so rare as you can see here:
www.pik.ba but lots of people don't want/know to use it. :) |
Re: HTC weather widget..it works now.
Kud prođem sa N900 trava ne raste. :D:D
|
Re: HTC weather widget..it works now.
OK this is lockscreen weather and it looks like this:
http://www.fileden.com/files/2007/9/...208-013213.png http://www.fileden.com/files/2007/9/...209-103820.png 1. It works with OMWeather, so you need to install and configure it. 2. Install imagemagick from extras. Code:
root and extract icons to /home/user/MyDocs/.Weather/ -open Xterminal: Code:
root and extract it to /home/user/imagemagick/ -open Xterminal: Code:
root 6. To make it update automaticaly (every hour), make new QBWidget and import Lockscreen widget to Beecon or you can use: Code:
root If you want to remove "Swipe to unlock" do this: -go into the /usr/share/locale/en_US/LC_MESSAGES/ (if you use some language other than en_US, search for file in folder according to your system language) and copy the file osso-system-lock.mo to your computer. (save original for backup) -convert .mo to .po using this URL: http://tools.konstruktors.com/ -open .po in Notepad (or any other text editor) -search for "secu_swipe_to_unlock" and you should see a line under it saying 'msgid "Swipe to unlock"'. Replace "Swipe to unlock" with " " and save the file. (NOTE: "[SPACE]") -convert it back to .mo and copy it to N900 (/usr/share/locale/en_US/LC_MESSAGES/) _________________________________________ Thats it...I didn't had time to find different background for every weather condition so I used same background for rain and light rain...but you can replace it with your photos in /home/user/imagemagick/ (800x480.png) Hope you'll like it :) This post was my...inspiration! ################################################ UPDATE: This is updated version of QB widget and weather.sh script. It uses less CPU and checks for OMWeather updates every 30min instead of 1 hour. weather.sh - copy to /home/user/imagemagick/ Lockscreen widget - import to QB |
Re: HTC weather widget..it works now.
Quote:
|
Re: HTC weather widget..it works now.
Quote:
|
Re: Weather lockscreen and widget..it works now.
If OMweather is installed, you can customize the omweather widget to look like the HTC weather widget by replacing the weather images over the original images that are installed, if you don't want to use QBW.
http://talk.maemo.org/showthread.php?t=75014&page=37 |
Re: Weather lockscreen and widget..it works now.
It looks really nice...but only thing I like about HTC weather widget are these weather icons, so my idea was to make one big weather icon on desktop and lockscreen without having two clocks on it.
|
Re: HTC weather widget..it works now.
1 Attachment(s)
Quote:
Code:
-page +580+410 -background transparent -fill grey -font fonts/tahoma.ttf -pointsize 20 -strokewidth 1 -stroke white label:"Влажность: $h%" \ |
Re: Weather lockscreen and widget..it works now.
Can you please upload screeshot? I'll check it out later. thanks
|
Re: Weather lockscreen and widget..it works now.
Quote:
|
Re: Weather lockscreen and widget..it works now.
You have to change fonts if you want to use cyrillic...and thats this part here:
-page +45+440 -background transparent -fill grey -font fonts/tahoma.ttf -pointsize 15 -strokewidth 1 -stroke white label:"Восход/Заход: $r / $s" \ You can find it in: /home/user/imagemagick/fonts/ But I would not recomend you to do that because this "Light Drizzle" part can not be translated to other language. ps. Are you sure you have replaced weather.sh with edited one? After you edit it...run script again: opet xterminal root sh /home/user/imagemagick/weather.sh |
Re: Weather lockscreen and widget..it works now.
Quote:
Quote:
Code:
root Code:
root |
Re: Weather lockscreen and widget..it works now.
It's impossible. Did you run that script again using xterminal?
|
Re: Weather lockscreen and widget..it works now.
Set of icons by Wazd Atmos Iconset 0.12
|
Re: Weather lockscreen and widget..it works now.
UPDATE on THIS post:This is updated version of QB widget and weather.sh script. It uses less CPU and checks for OMWeather updates every 30min instead of 1 hour.
weather.sh - copy to /home/user/imagemagick/ Lockscreen widget - import to QB |
Re: Weather lockscreen and widget..it works now.
@ dzano
It is possible to xxxxxxx.xml from omweather to make the old yahoo weather widget work? I like how the old Yahoo widget use to display the temp, then below the hi temp and low temp like the image on the first page. Your HTC Weather 3 widget is close but only displays temp no hi or low temp. Anyway could it be possible? |
All times are GMT. The time now is 17:10. |
vBulletin® Version 3.8.8