Apple iPhone Forum und Community

Normale Version: Weather Elements - Animierter Wetter-Lockscreen
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Ich zitiere hier mal mnidhk (Autor Post von Animated Weather Elements HD V3) und hoffe mal, daß das hier auch so funktionieren könnte:

Zitat:With the new Winterboard update, a couple of weeks ago, the lockscreen doesn't starts when there is an incoming call. Because of this, you now can make the theme automatticly start when you lock your phone instead of tapping the screen first
In wallpaper.js, remove :

Zitat:Code:

setTimeout(firstcounters,90000); //teller for showing weather after xx seconds

Put an extra line in Wallpaper.js after :

Zitat:Code:

if (!Firsttime) {
document.getElementById("weatherIcon").style.opacity=0;
document.getElementById("weatherIcon").src="Icon Sets/"+iconSet+"/"+MiniIcons[IconWeather]+iconExt;

document.getElementById("usescreen").innerHTML="&nbsp;<img src=\"startscreen.png\" border=0>";
firstinternet=true;

Extra line :

Zitat:Code:

firstcounters();

So you get :

Zitat:Code:

if (!Firsttime) {
document.getElementById("weatherIcon").style.opacity=0;
document.getElementById("weatherIcon").src="Icon Sets/"+iconSet+"/"+MiniIcons[IconWeather]+iconExt;

document.getElementById("usescreen").innerHTML="&nbsp;<img src=\"startscreen.png\" border=0>";
firstinternet=true;
firstcounters();

Now the theme starts automatticlly when locking the iphone !!

Hoffe, das hilft!?
(26.01.2010, 11:05)pupsie85 schrieb: [ -> ]
(14.10.2009, 21:47)ruhrpotts-proud schrieb: [ -> ]Danke erstmal.
Wenn ich das richtig sehe löst das ersetzten der beiden Grafiken leider nicht mein Problem. Ich möchte einfach, dass die Anzeige komplett übersprungen wird, wenn du verstehst was ich meine. Sprich es soll garnicht soweit kommen dass da irgendwas angezeigt wird sondern es soll direkt zur Wetter- Anzeige (ohne Klick) weitergesprungen werden.

Ich habe leider die entsprechende Stelle im js noch nicht gefunden, ebenso die Stelle wo das Forecast durch Klick aktiviert wird.

Weißt du zufällig wo in dem code?

hat da jemand ne lösung? find es auch affig immer erst auf continue zu drücken, der soll das gleich anzeigen.

danke
suche das selbe. ich möchte nicht erst den Bildschirm berühren, damit er mir das wetter anzeigt. er soll es direkt anzeigen.

und wenn das geht: hat die wetter anzeige dann immer noch ne Animation oder nicht?
sorry für den doppelpost aber edit war schon futsch.

gibt es ne Möglichkeit andere Wetterquellen einzustellen? AcuuWeather ist relativ ungenau. Apple zeigt mir 0°C an, das Theme aber -2°C.

Wenn ja: Wie änder ich das und wo bekomme ich die Source her (xxx.theme\Private\Sources)?

Mirbaelchen

Hallo zusammen,

ich bin hier neu und hab ein Problem zu diesem Thema:
Wenn ich zum Lockscreen gehe kommt "Weather Not Avaiable"!

Findet Weather Elements nicht das Wetter von Karlsruhe oder hab ich vielleicht ein Fehler gemacht ?

bei /var/stash/themes/Wether Elements V3/Private/configureMe.js
hab ich varCity_"GER|76228|Karlsruhe" eingegeben!

Würde mich freuen wenn jemand eine Lösung hat!

Gruß
Alex
Du musst, glaube ich, nur eingeben "Karlsruhe, Germany" -> müsst Zeile 6 sein ...

Mirbaelchen

Hallo,

leider hat es nicht geklappt.

Hier der Code:

// WeatherWidget.theme
// Produced by Adam Watkins (http://www.stupidpupil.co.uk)

// The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (originally from Leopard's Weather.wdgt)


// Zipcity :
// GOTO: http://apple.accuweather.com/adcbin/appl...p?location= and type your city after the =
// you see this for example :
// <location city="Den Haag" state="Netherlands(Zuid-Holland)" postal="EUR|NL|NL012|DEN HAAG|" />
// <location city="Den Haag" state="South Africa(Eastern Cape)" postal="AFR|ZA|SF002|DEN HAAG|" />
// Find the right code(postal="??????") for your city and enter it below : i.e ZipCity="EUR|NL|NL012|DEN HAAG|"
// The code can also be a number!!! ie : ZipCity="90631"

var ZipCity="Karlsruhe,Germany" //see instructions above
var ShowRealFeel=true // show RealFeel tempature on Lockscreen beside the normal tempature
var ForecastToday=true; // Forecast can start with "today" or "tomorrow" of the 6 day forecast
var UseStatusnotifier=true; // if you want to use the icons of "statusnotifier".
var ShowAnimationFirstTime=false; // lock iphone. Wake up iphone AFTER 1.5 minut and you see the animation of the weather. If you don't want to see the animation but weather inmediatly, set to false
var ShowAnimationFirstTimeAterTap=true; // lock iphone. Wake up iphone inmediatly. Tap screen to see weather. If you want to see animation set to "true" else to "false" if you want to see weather inmediatly
var FastAnimations=false; // if you want VERY fast animations, set this to "true". (only if "ShowAnimationFirstTime" OR "ShowAnimationFirstTimeAterTap" is "true")

// Set to 'false' if you'd prefer Farenheit
var isCelsius = true; //true|false

// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.
var useRealFeel = false //true|false


_________________________________________________

Bei der "Karslruhe,Germany" Stelle, hab ich schon fast alles ausprobiert (nur plz,land plz stadt, stadt land usw.)
Dann bei dem '// Zipcity :'
sollte ich nach dem Tutorial das nach der ':' weg machen!

Was mich auch beunruhigt ist das überall irgendwelche Holland Hinweise sind!
Also ich hoffe jemand weis wie das genau aussehen muss.
:helpsmilie:

Gruß
Alex
So, hier ist die js die du benötigst - einfach kopieren und einfügen ...

Code:
// WeatherWidget.theme
// Produced by Adam Watkins (http://www.stupidpupil.co.uk)

// The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (originally from Leopard's Weather.wdgt)


// Zipcity :
// GOTO: http://apple.accuweather.com/adcbin/apple/Apple_find_city.asp?location=     and type your city after the =
// you see this for example :
//  <location city="Den Haag" state="Netherlands(Zuid-Holland)" postal="EUR|NL|NL012|DEN HAAG|" />
//  <location city="Den Haag" state="South Africa(Eastern Cape)" postal="AFR|ZA|SF002|DEN HAAG|" />
//  Find the right code(postal="??????") for your city and enter it below : i.e ZipCity="EUR|NL|NL012|DEN HAAG|"
// The code can also be a number!!! ie : ZipCity="90631"

var ZipCity="EUR|DE|GM001|KARLSRUHE|"  //see instructions above
var ShowRealFeel=true  // show RealFeel tempature on Lockscreen beside the normal tempature
var ForecastToday=true; // Forecast can start with "today" or "tomorrow" of the 6 day forecast
var UseStatusnotifier=true;  // if you want to use the icons of "statusnotifier".
var ShowAnimationFirstTime=false; // lock iphone. Wake up iphone AFTER 1.5 minut and you see the animation of the weather. If you don't want to see the animation but weather inmediatly, set to false
var ShowAnimationFirstTimeAterTap=true; // lock iphone. Wake up iphone inmediatly. Tap screen to see weather. If you want to see animation set to "true" else to "false" if you want to see weather inmediatly
var FastAnimations=false; // if you want VERY fast animations, set this to "true". (only if "ShowAnimationFirstTime"  OR  "ShowAnimationFirstTimeAterTap" is "true")

// Set to 'false' if you'd prefer Farenheit
var isCelsius = true; //true|false

// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.
var useRealFeel = false //true|false

/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
//Enable Wallpaper and/or Lock Screen
var enableWallpaper = false; //true|false
var enableLockScreen = true; //true|false [Currently, it is suggested that the lockScreen is disabled.]

// Supplied styles are 'originalBubble', 'myopia', 'iconOnly' and 'split'.
// (Add your own to the CSS folder!)
var stylesheetWall = 'mnidhk' //'originalBubble'|'myopia'|'iconOnly'|'split'|'oneLine'
var stylesheetLock = 'mnidhk' //See above.

// The only supplied icon set is 'klear'
// Images must follow the same naming schema as the 'klear' set (borrowed from KWeather)
var iconSetWall = 'mnidhk' //'klear'|'tango'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'mnidhk' //See above.
var iconExtLock = '.png' //See above.


/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


var source = 'appleAccuweatherStolen'

// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 15 //Minutes

Mirbaelchen

Vielen Danke Mokabaer!

Funktioniert gut, aber am Tag wird bei mir der Mond angezeigt und am Abend die Sonne.
Wie normalisiere ich dieses Problem?

Und kann Weather Elements vielleicht auch den Stadtteil ausfindig machen?

Gruß
Alex

Mirbaelchen

Dank *.*rot werd*
(01.02.2010, 16:19)Mirbaelchen schrieb: [ -> ]Vielen Danke Mokabaer!

Funktioniert gut, aber am Tag wird bei mir der Mond angezeigt und am Abend die Sonne.
Wie normalisiere ich dieses Problem?

Lese hier weiter ...

(01.02.2010, 16:19)Mirbaelchen schrieb: [ -> ]Und kann Weather Elements vielleicht auch den Stadtteil ausfindig machen?

Kein Plan ?!?
(13.12.2009, 01:40)Gianga schrieb: [ -> ]ich werde mal schauen

ich habe hier irgendwo ei pic gepostet von meinem modifizierten theme


schau mal hier
soll das so aussehen ??

https://iszene.com/thread-34784-post-549...#pid549288

Hi Gianga....ich habe mir die V4 draufgemacht und sonst nichts!
Diese hat aber keinen Slider aber ich möchte ihn so wie du ihn modifiziert hast!

Bei den vielen angebotenen Downloads blickt ja keiner mehr durch!
Kannst du mir das mal hochladen was ich dafür bt´rauche damit ich diesen Slider bekomme zu meiner V3 ?

Vielen Dank für deine Mühe!
Achso welches Status Notifier ist das bei Cydia...die die ich gefunden habe haben die Icons nur oben in der Statusbar!!!

Danke mikka
(26.01.2010, 12:54)alfikater schrieb: [ -> ]Ich zitiere hier mal mnidhk (Autor Post von Animated Weather Elements HD V3) und hoffe mal, daß das hier auch so funktionieren könnte:

Zitat:With the new Winterboard update, a couple of weeks ago, the lockscreen doesn't starts when there is an incoming call. Because of this, you now can make the theme automatticly start when you lock your phone instead of tapping the screen first
In wallpaper.js, remove :

Zitat:Code:

setTimeout(firstcounters,90000); //teller for showing weather after xx seconds

Put an extra line in Wallpaper.js after :

Zitat:Code:

if (!Firsttime) {
document.getElementById("weatherIcon").style.opacity=0;
document.getElementById("weatherIcon").src="Icon Sets/"+iconSet+"/"+MiniIcons[IconWeather]+iconExt;

document.getElementById("usescreen").innerHTML="&nbsp;<img src=\"startscreen.png\" border=0>";
firstinternet=true;

Extra line :

Zitat:Code:

firstcounters();

So you get :

Zitat:Code:

if (!Firsttime) {
document.getElementById("weatherIcon").style.opacity=0;
document.getElementById("weatherIcon").src="Icon Sets/"+iconSet+"/"+MiniIcons[IconWeather]+iconExt;

document.getElementById("usescreen").innerHTML="&nbsp;<img src=\"startscreen.png\" border=0>";
firstinternet=true;
firstcounters();

Now the theme starts automatticlly when locking the iphone !!

Hoffe, das hilft!?

Danke, funktioniert einwandfrei.Nod_yes
Hi @all.......
Ich versuche verzweifelt die icons auf meinem Lockscreen bei verpasstem Anruf oder SMS oder Mail oder silent Phone angezeigt zu bekommen!

Es wurde geschrieben das die icons im Theme hinterlegt sind ......wo sind die denn ...hab alles durchsucht!!!!

Wie bekomme ich das so das es so aussieht wie auf dem Bild??

Und welches status Notifier aus Cydia ist denn gemeint...da gibt es mehrere????

Und dieses H..L...und R temperaturen wie bekomme ich das weg vom Lockscreen???

[Bild: we6qr1.png]

Danke mikka
(22.03.2010, 18:29)mkheinz schrieb: [ -> ]Es wurde geschrieben das die icons im Theme hinterlegt sind ......wo sind die denn ...hab alles durchsucht!!!!

Und welches status Notifier aus Cydia ist denn gemeint...da gibt es mehrere????

im theme - Weather Elements V3.theme\Private\images (müssen 7 sein)

wenn ich in Cydia schaue finde ich nur ein StatusNotifier (von ModMyi)
moin jungs, habe jetzt v5 drauf und sieht eigentlich ok aus.
Habe die große Uhr mit der coolen schriftart drauf, leider aber noch die kleine vom Theme.
Bekommt man die weg indem man irgendwas in der datei wegeditiert?
Und wie schaffe ich es das mein Hintergrundbild ersetze? Möchte auch den Wasserfall.
und nen slider habe ich auch nicht( stört mich jetzt nich allzu dolle)

Zusammengefasst: kleine Uhr und Datum weg ( nur noch original Uhr)
Hintergrundbild ändern ( Wiese weg, Wasserfall hin)
Slider hinzufügen

Danke MBF
(22.03.2010, 18:29)mkheinz schrieb: [ -> ]Hi @all.......
Ich versuche verzweifelt die icons auf meinem Lockscreen bei verpasstem Anruf oder SMS oder Mail oder silent Phone angezeigt zu bekommen!

Es wurde geschrieben das die icons im Theme hinterlegt sind ......wo sind die denn ...hab alles durchsucht!!!!

Wie bekomme ich das so das es so aussieht wie auf dem Bild??

Und welches status Notifier aus Cydia ist denn gemeint...da gibt es mehrere????

Und dieses H..L...und R temperaturen wie bekomme ich das weg vom Lockscreen???

[Bild: we6qr1.png]

Danke mikka

hat das einer zum laufen bekommen?
also die Icons ansich sind drinne..
Du musst lediglich den Status Notifier von Zotyo installieren .
von der ModmyI Repo.
Mehr isses nicht.
Bekomme es nur nicht mit dem Hintergrundbildwechsel und Slider hin.
Vielleicht hast du dafür ja ne Antwort Smiley
bei mir läuft es - StatusNotifier von ModMyi (http://apt.modmyi.com/)

[Bild: jdsiyoi6ny7bbantwlgn.png]
(26.03.2010, 21:25)Mokabaer schrieb: [ -> ]bei mir läuft es - StatusNotifier von ModMyi (http://apt.modmyi.com/)

[Bild: jdsiyoi6ny7bbantwlgn.png]

Der Screen so wie er jetzt aussieht, welche version ist das ?
Hätte auch gern den Slider Button und nur die große Uhr.
Und den Wasserfall und nicht die Wiese
Möchte es eigentlich genau so Smiley
ist das nun auch animiert oder nicht?
sollte doch eine animierte version folgen...!