![]() |
2011-04-27
, 18:05
|
Posts: 247 |
Thanked: 67 times |
Joined on May 2010
@ limassol cyprus
|
#12
|
I have played with the generationally's script and have decided to get my weather forecast up there, using the same command that QBW uses to get your Yahoo Forecast.
In the attachment you can see what i have come up with so far.
So basicly there is just one script (weather.sh) which takes care of all. You can also find it in zip archive in the attachment.
All you have to do is:
1) Install imagemagick from extras.
2) Remove the text "Swipe to unlock" with help of this thread.
3) After installing imagemagick, the folder "/home/user/imagemagick" should appear, if not create it.
4) Place the script "weather.sh" and your own background image, named "background.png" in this folder.
5) Edit in the script the 4nd line. Changeto your yahoo forecast page. You can also choose on this page between Fahrenheit and Celsius.Code:http://weather.yahoo.com/germany/rhineland-palatinate/kirchheimbolanden-12835433/?unit=c
6) Then run following commands in Terminal:
7) Now you can run this script by executing:Code:root chmod 777 /home/user/imagemagick/*even without root privileges.Code:sh /home/user/imagemagick/weather.sh
8) If you want to make this script run automatically, install Alarmed. Make a "New event">"Command execution">Select frequency of how often do you want to update it>Enter Name> in the command field put this:REMEMBER that you need an internet connection.Code:sh /home/user/imagemagick/weather.sh
You can play with colors and fonts. If you look into the script, you will find what and how to change. It's very easy.
P.S. I still need help of overlaying images on each other by using coordinates, not just North, NorthEast options in imagemagick.
![]() |
2011-04-27
, 18:08
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#13
|
hi guys can anyone give me a step by step on how to remove the swipe to lock text, i dont know how to use openssh or win scp.
Ur help will be greatly appreciated.
Peace.
The Following User Says Thank You to Alfred For This Useful Post: | ||
![]() |
2011-04-27
, 18:11
|
Posts: 247 |
Thanked: 67 times |
Joined on May 2010
@ limassol cyprus
|
#14
|
There are three ways to do so.
1) Find somebody, who has the same lokale as you do, and politely ask him to do this for you.
2) Learn yourself how to use OpenSSH and WINSCP(I believe you need both for this procedure).
3) Try to do this through "Mass Storage Mode", which isn't hard either. Just read the instructions carefully, and you will understand everything. Considering your Posts/Thanked ratio, I assume, you DO know how to do stuff with n900!
I personally would prefer the second one, for three reasons:
a) If you really want to stay in this community, you gotta learn stuff.
b) You are going to need these skillz in some other further stuff.
c) WinSCP and OpenSSH are really usefull programms, that allow you to access your n900 remotely via WiFi.
![]() |
2011-04-27
, 18:35
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#15
|
![]() |
2011-04-27
, 18:37
|
Posts: 247 |
Thanked: 67 times |
Joined on May 2010
@ limassol cyprus
|
#16
|
![]() |
2011-04-27
, 18:59
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#17
|
The Following 2 Users Say Thank You to Bratag For This Useful Post: | ||
![]() |
2011-04-27
, 20:01
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#18
|
![]() |
2011-04-27
, 20:55
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#19
|
The Following User Says Thank You to Alfred For This Useful Post: | ||
![]() |
2011-04-27
, 21:10
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#20
|
it's a great idea! So I await the update before doing so