Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: GPS Based HTML Lockscreen Weather Theme
is a discussion within theiPhone 4|4S New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;Originally Posted by Dacal Hi ! Sorry, but there is so many version on this thread, i can not know if it is necessary or not. Ian send me a
...-
03-09-2012, 01:40 PM #581
I think that is the code I am using except instead of location.js I changed it to GetLocation_weather.js and used your code with the UpdateLocation set to 20s.
Thanks.
Is there a way to get AM/PM and the year to show? Been playing around with the code and cannot seem to get it to work.
Thanks.Last edited by will822; 03-09-2012 at 01:51 PM.
-
03-09-2012, 02:13 PM #582The Mechanic
- Join Date
- Aug 2010
- Location
- Vancouver Canada
- Posts
- 7,461
- Thanks
- 29,831
- Thanked 34,667 Times in 6,589 Posts
-
03-09-2012, 05:02 PM #583Power User
- Join Date
- Aug 2010
- Location
- Seattle, WA
- Posts
- 4,963
- Thanks
- 14,516
- Thanked 15,301 Times in 3,415 Posts
-
The Following 4 Users Say Thank You to chevymusclecar For This Useful Post:
chg128 (03-10-2012), hemptation (03-10-2012), stratnik (03-10-2012), The_Durben (03-09-2012)
-
03-09-2012, 05:08 PM #584I know nothing!
- Join Date
- Jul 2010
- Location
- RETIRED
- Posts
- 2,146
- Thanks
- 3,706
- Thanked 3,308 Times in 1,394 Posts
-
The Following 3 Users Say Thank You to bombmom For This Useful Post:
chevymusclecar (03-09-2012), hemptation (03-10-2012), The_Durben (03-09-2012)
-
03-09-2012, 05:15 PM #585CHG128 和平與愛
- Join Date
- Jan 2008
- Location
- KL-UK
- Posts
- 1,872
- Thanks
- 4,324
- Thanked 4,680 Times in 1,212 Posts
-
The Following 8 Users Say Thank You to chg128 For This Useful Post:
chevymusclecar (03-10-2012), hemptation (03-10-2012), Ian Nicoll (03-10-2012), metaserph (03-09-2012), mrsmickey (03-11-2012), nik1975 (03-09-2012), thesilentone (03-13-2012), The_Durben (03-09-2012)
-
03-09-2012, 05:22 PM #586The Mechanic
- Join Date
- Aug 2010
- Location
- Vancouver Canada
- Posts
- 7,461
- Thanks
- 29,831
- Thanked 34,667 Times in 6,589 Posts
-
The Following 6 Users Say Thank You to The_Durben For This Useful Post:
chevymusclecar (03-09-2012), chg128 (03-10-2012), hemptation (03-10-2012), Ian Nicoll (03-09-2012), metaserph (03-09-2012), stratnik (03-10-2012)
-
03-09-2012, 05:33 PM #587
@The_Durben many thanks. I guess i will cut out my layer and wait for the PerPage widget. Somehow i have the feeling that u guys will finish that soon
Thanks to u all
-
The Following User Says Thank You to jotka For This Useful Post:
The_Durben (03-09-2012)
-
03-09-2012, 10:32 PM #588My iPhone is a Part of Me
- Join Date
- Feb 2008
- Location
- Thessaloniki, Greece
- Posts
- 758
- Thanks
- 1,580
- Thanked 469 Times in 304 Posts
-
The Following User Says Thank You to nik1975 For This Useful Post:
chg128 (03-10-2012)
-
03-10-2012, 02:03 AM #589Livin the iPhone Life
- Join Date
- Mar 2011
- Location
- Winchester, UK
- Posts
- 2,394
- Thanks
- 2,185
- Thanked 1,420 Times in 766 Posts
-
The Following User Says Thank You to KraXik For This Useful Post:
chg128 (03-10-2012)
-
03-10-2012, 02:46 AM #590
Hi, i just corrected some things in the german translation. If somebody is interested

if (code == 0) {text="Tornado";}
else if (code == 1 ) {text= "Tropensturm";}
else if (code == 2 ) {text= "Hurrikan";}
else if (code == 3 ) {text= "Starkes Gewitter";}
else if (code == 4 ) {text= "Gewitter";}
else if (code == 5 ) {text= "Schneeregen";}
else if (code == 6 ) {text= "Graupel";}
else if (code == 7 ) {text= "Schneematch";}
else if (code == 8 ) {text= "Eissprühregen";}
else if (code == 9 ) {text= "Sprühregen";}
else if (code == 10 ) {text= "Eisregen";}
else if (code == 11 ) {text= "Schauer";}
else if (code == 12 ) {text= "Schauer";}
else if (code == 13 ) {text= "Schneefall";}
else if (code == 14 ) {text= "Schneeschauer";}
else if (code == 15 ) {text= "Schneetreiben";}
else if (code == 16 ) {text= "Schnee";}
else if (code == 17 ) {text= "Hagel";}
else if (code == 18 ) {text= "Schneeregen";}
else if (code == 19 ) {text= "Staub";}
else if (code == 20 ) {text= "Nebel";}
else if (code == 21 ) {text= "Dunst";}
else if (code == 22 ) {text= "Rauchig";}
else if (code == 23 ) {text= "Stürmisch";}
else if (code == 24 ) {text= "Windig";}
else if (code == 25 ) {text= "Kalt";}
else if (code == 26 ) {text= "Bewölkt";}
else if (code == 27 ) {text= "Stark bewölkt";}
else if (code == 28 ) {text= "Stark bewölkt";}
else if (code == 29 ) {text= "Etwas bewölkt";}
else if (code == 30 ) {text= "Etwas bewölkt";}
else if (code == 31 ) {text= "Wolkenfrei";}
else if (code == 32 ) {text= "Sonnig";}
else if (code == 33 ) {text= "Klar";}
else if (code == 34 ) {text= "Heiter";}
else if (code == 35 ) {text= "Hagelregen";}
else if (code == 36 ) {text= "Heiß";}
else if (code == 37 ) {text= "Kleine Gewitter";}
else if (code == 38 ) {text= "Kleine Gewitter";}
else if (code == 39 ) {text= "Kleine Gewitter";}
else if (code == 40 ) {text= "Kleine Schauer";}
else if (code == 41 ) {text= "Starker Schneefall";}
else if (code == 42 ) {text= "Schneeschauer";}
else if (code == 43 ) {text= "Starker Schneefall";}
else if (code == 44 ) {text= "Etwas bewölkt";}
else if (code == 45 ) {text= "Gewitterschauer";}
else if (code == 46 ) {text= "Schneeschauer";}
else if (code == 47 ) {text= "Kleine Gewitter";}
else {text="Keine Angaben";}
-
-
03-10-2012, 03:14 AM #591CHG128 和平與愛
- Join Date
- Jan 2008
- Location
- KL-UK
- Posts
- 1,872
- Thanks
- 4,324
- Thanked 4,680 Times in 1,212 Posts
-
03-10-2012, 03:50 AM #592iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Germany
- Posts
- 219
- Thanks
- 711
- Thanked 102 Times in 61 Posts
-
The Following User Says Thank You to ruedi04 For This Useful Post:
schnedi (03-10-2012)
-
03-10-2012, 06:19 AM #593The Infamous Modder
- Join Date
- Oct 2008
- Location
- From Scotland, live in Philippines, German company, work worldwide.
- Posts
- 3,795
- Thanks
- 4,836
- Thanked 11,611 Times in 2,807 Posts
Blue had this problem in some of his widgets too, and they already had this line in the html file, it still wouldn't display the accented letter, I got around it by adding the "Octal code" direct in the translation, the code for the accented "A" is /304, so the German translation for "MARCH" would be "M/304RZ"
I attach here a pdf of all the Octal codes, might come in handy to some people.
Last edited by Ian Nicoll; 03-10-2012 at 06:23 AM.

If I've helped you, please press my "Thanks" button. Thank you.

-
The Following 6 Users Say Thank You to Ian Nicoll For This Useful Post:
bombmom (03-10-2012), chevymusclecar (03-10-2012), chg128 (03-10-2012), hemptation (03-10-2012), ruedi04 (03-10-2012), The_Durben (03-10-2012)
-
03-10-2012, 07:01 AM #594My iPhone is a Part of Me
- Join Date
- Feb 2008
- Location
- Thessaloniki, Greece
- Posts
- 758
- Thanks
- 1,580
- Thanked 469 Times in 304 Posts
-
03-10-2012, 09:13 AM #595CHG128 和平與愛
- Join Date
- Jan 2008
- Location
- KL-UK
- Posts
- 1,872
- Thanks
- 4,324
- Thanked 4,680 Times in 1,212 Posts
here is the Space GPS weather mod,little bit change ,i think it look bad

Credit to Crazyvivek for the original GPS weather ,Thanks to The_Durban for deb ,and Ian Nicoll,rasputin007 and maybe other...
Downlard here http://apple.org.hk/apple/download/file.php?id=2834
you need Download "Wallpaper JPEGifier" from Cydia if you dont have it on your iPhone !
Enjoy and have fun !
have a nice weekend
and this
download here http://apple.org.hk/apple/download/file.php?id=2835
see you guysLast edited by chg128; 03-10-2012 at 09:45 AM.

-
The Following 13 Users Say Thank You to chg128 For This Useful Post:
chevymusclecar (03-10-2012), Ian Nicoll (03-10-2012), King_O_Hill (03-10-2012), lostinthemes (03-12-2012), metaserph (03-10-2012), mrsmickey (03-11-2012), nik1975 (03-10-2012), phil73 (03-10-2012), snakeeater01 (03-10-2012), Steph53940 (03-10-2012), teresaync (03-10-2012), The_Durben (03-10-2012), zocker48 (03-10-2012)
-
03-10-2012, 09:30 AM #596
-
03-10-2012, 09:44 AM #597iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Germany
- Posts
- 219
- Thanks
- 711
- Thanked 102 Times in 61 Posts
I'm using GPSWeatherDurbenStyled:

How can i get the year as it is in this theme (GPS EPHD linear)? :

-
03-10-2012, 09:47 AM #598
-
03-10-2012, 09:48 AM #599iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Germany
- Posts
- 219
- Thanks
- 711
- Thanked 102 Times in 61 Posts
-
03-10-2012, 10:23 AM #600The Mechanic
- Join Date
- Aug 2010
- Location
- Vancouver Canada
- Posts
- 7,461
- Thanks
- 29,831
- Thanked 34,667 Times in 6,589 Posts
I have mine off all the time unless I'm testing something. My weather conditions continue to update as per the refresh time in the weather. If I change cities I open the app, turn on Sig.Change then turn it off and when lock the phone the city updates. Not sure why yours wouldnt be working.
Also if using the latest script by Dacal leaving Sig.Change on you can't hardly notice a difference in battery.
-
LinkBacks (?)
-
Curry's little Repo
Refback This thread04-12-2013, 02:27 PM -
overview for bushe
Refback This thread03-15-2013, 10:09 AM -
08-11-2012, 12:06 AM
-
Elite Pro HD - Seite 40
Refback This thread03-03-2012, 12:38 PM




LinkBack URL
About LinkBacks

Reply With Quote


?

I always have to go to settings to myLocation and activate this. I tested it this afternoon. What's going wrong?
