Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5

Yahoo Weather oder appleAccuweatherstolen
#21

Guck mal in der source Datei von Yahoo welche Adresse da drin steht.Vergleich sie mal mit der hier:
url="http://weather.yahooapis.com/forecastrss?w="+locale+"&u="
sollte deine anders sein trag mal zum testen diese ein und nimm den woeid Yahoo Code als wettercode.
Den Code findest du nach Anleitung im revi Thread erstes post ganz unten.

 ★ Mach dein iPhone einzigartig ★ 
Zitieren
#22

Sorry Nic aber ich verstehe leider nur Bahnhof ;-)
Ich bin leider eine kleine Banause in solchen Sachen.....
Zitieren
#23

Also: Die url ist richtig....Jetzt habe ich wo ich SZXX0054 eingetragen hatte mal den Code 784798 für Zuzwil eingegeben aber so findet er nichts....

Hier mal ein Screen wie ich den Code eingegeben habe:

[Bild: tq3ibw7znxq1g03s2wy.png]
Zitieren
#24

Hallo,

ich hab änliche Probleme mit dem Yahoo-Code. Ich hab nun schon die URL wie oben beschrieben geändert und auch den "neuen" Code von Yahoo-Weather eingetragen, aber es wird bei mir gar kein Wetter oder eine Stadt angezeigt. Ich hab es testweise mal mit Berlin getestet, was ja nun eigentlich funktionieren müsste...Fehlanzeige...egal ob mit Wifi oder über 3G...Update-Intervall auf 1 Minute gesetzt...nichts.

Könnte jemand mal seine funktionierende configureme.js hier darstellen, vielleicht seh ich dann meinen Fehler..

Danke
Zitieren
#25

Da haste.
GMXX5303 = Herten, NRW



-------------------------------------------------------------------------------------------------
// The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (originally from Leopard's Weather.wdgt)
var locale = "GMXX5303" //"OCN|AU|VIC|MELBOURNE" //"ASI|PH|RP077|MAKATI" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'

// 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 = true; //true|false
var enableLockScreen = false; //true|false [Currently, it is suggested that the lockScreen is disabled.]

// choose a stylesheet - if you use something other than iWeather3 you will need to make some edits to Wallpaper.html
// they are more for a reference if you want to customize and create your own theme.
var stylesheetWall = 'iWeather3' //'iWeather3'|'iWeather6'|'originalBubble'|'myopia'|'iconOnly'|'split'|'oneLine'
var stylesheetLock = 'iconOnly' //See above.

// Images must follow the same naming schema as the 'klear' set (borrowed from KWeather)
var iconSetWall = 'HTC' //'klear'|'tango'|'katra'|'tick'|'HTC'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'minis' //See above.
var iconExtLock = '.png' //See above.


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

// The other available source is 'yahooWeather' which for the 'locale'
// requires a US zip or location code (e.g. UKXX0085 or CHXX0008) from http://weather.yahoo.com
//var source = 'appleAccuweatherStolen' //'appleAccuweatherStolen'|'yahooWeather'
var source = 'yahooWeather' // yahooWeather doesn't return values for the forcast for the coming days

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




Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste