Active Topics

 


Reply
Thread Tools
Posts: 7 | Thanked: 18 times | Joined on Jun 2012 @ Srebrenik
#21
Originally Posted by dzano View Post
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.

Imaš pivo od mene ako kad budeš dolazio u Tuzlu
 

The Following 2 Users Say Thank You to crni_labud For This Useful Post:
Posts: 226 | Thanked: 270 times | Joined on Apr 2012 @ Bosnia and Herzegovina
#22
Originally Posted by mr_pingu View Post
Can you make it possible to drop the depency of OMweather?
Anyway, you are doing a good job!
No...but I hope someone will be interested to make this script better so we wont need OMWeather.

I think if you configure OMWeather to update weather automaticaly, you dont need to have widget on your desktop if you dont want to.

Last edited by dzano; 2012-12-09 at 20:33.
 

The Following User Says Thank You to dzano For This Useful Post:
Posts: 226 | Thanked: 270 times | Joined on Apr 2012 @ Bosnia and Herzegovina
#23
Originally Posted by crni_labud View Post
Imaš pivo od mene ako kad budeš dolazio u Tuzlu
Ako je pivo u pitanju, dolazim sutra odmah hehe
 

The Following User Says Thank You to dzano For This Useful Post:
uros's Avatar
Posts: 151 | Thanked: 108 times | Joined on Jan 2011 @ Belgrade, Serbia
#24
In Bosnia and Herzegovina N900 are rare phone, and we have two users from Tuzla.

This is something, material for Murphy`s Law book
 

The Following 2 Users Say Thank You to uros For This Useful Post:
Posts: 226 | Thanked: 270 times | Joined on Apr 2012 @ Bosnia and Herzegovina
#25
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.
 

The Following 2 Users Say Thank You to dzano For This Useful Post:
Posts: 7 | Thanked: 18 times | Joined on Jun 2012 @ Srebrenik
#26
Kud prođem sa N900 trava ne raste.
 

The Following 2 Users Say Thank You to crni_labud For This Useful Post:
Posts: 226 | Thanked: 270 times | Joined on Apr 2012 @ Bosnia and Herzegovina
#27
OK this is lockscreen weather and it looks like this:




1. It works with OMWeather, so you need to install and configure it.

2. Install imagemagick from extras.
Code:
root
apt-get install imagemagick
3. Download Weather icons
and extract icons to /home/user/MyDocs/.Weather/

-open Xterminal:
Code:
root
chmod 777 /home/user/MyDocs/.Weather/*
4. Download Imagemagick Weather
and extract it to /home/user/imagemagick/

-open Xterminal:
Code:
root
chmod 777 /home/user/imagemagick/*
5. Edit /home/user/imagemagick/weather.sh

6. To make it update automaticaly (every hour), make new QBWidget and import Lockscreen widget to Beecon

or

you can use:
Code:
root
sh /home/user/imagemagick/weather.sh
7. OPTIONAL

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

Last edited by dzano; 2012-12-24 at 19:07.
 

The Following 3 Users Say Thank You to dzano For This Useful Post:
Posts: 266 | Thanked: 156 times | Joined on Jun 2011 @ India
#28
Originally Posted by dzano View Post
OK this is lockscreen weather and it looks like this:




1. It works with OMWeather, so you need to install and configure it.

2. Install imagemagick from extras.
Code:
root
apt-get install imagemagick
3. Download Weather icons
and extract icons to /home/user/MyDocs/.Weather/

-open Xterminal:
Code:
root
chmod 777 /home/user/MyDocs/.Weather/*
4. Download Imagemagick Weather
and extract it to /home/user/imagemagick/

-open Xterminal:
Code:
root
chmod 777 /home/user/imagemagick/*
5. Edit /home/user/imagemagick/weather.sh

6. To make it update automaticaly (every hour), make new QBWidget and import Lockscreen widget to Beecon

or

you can use:
Code:
root
sh /home/user/imagemagick/weather.sh
7. OPTIONAL

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!
u r an inspiration.. superb.. i dreamt of having this lockscreen!! waiting to get my N900 so that i can try this.. tks man.. its excellent.. no more words to say!!
 

The Following 2 Users Say Thank You to visN900 For This Useful Post:
Posts: 138 | Thanked: 90 times | Joined on Mar 2012
#29
Originally Posted by dzano View Post
OK this is lockscreen weather and it looks like this:
Excellently!!! I shall try. @dzano, thanks for job!
 

The Following User Says Thank You to Tiran For This Useful Post:
Posts: 155 | Thanked: 82 times | Joined on Mar 2012 @ Australia
#30
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
__________________
1. N900 + CSSU Thumb
2. N900 + KP51, CSSU Thumb, Meecolay
 

The Following User Says Thank You to n900d-i-y For This Useful Post:
Reply

Tags
nokia n900, weather


 
Forum Jump


All times are GMT. The time now is 03:51.