(09.03.2009, 12:13)Gh0s1R3c0N schrieb: Du musst die Stadt die du auf dem Springboard angezeigt haben willst an der ersten stelle im WeatherApp haben, weil er die Temperatur immer von dem ersten Wert ausm Programm nimmt.....
so sieht die configureMe.js bei mir aus. Ich wohne in Leingarten und das ist auch eingestellt bei locale wie man sieht. Trotzdem stimmt die Temperatur nicht. Wenn Du meinst, dass im normalen weather app der gewünschte Ort als erstes stehen sollte, so kann ich sagen, dass auch das der Fall ist.
Stimmt denn bei jemand der das glasklar_weather benutzt die angezeigte Temperatur? Wenn ja, so bitte ich diejenigen darum, mal mein config file zu checken, ob ich da etwas falsch eingestellt habe. Vielen Dank.
Achja, das unten rot markierte habe ich auch schon probiert. Den Code meiner Stadt aus YahooWeather bei locale eingetragen. Aber das funktioniert ja leider auch nicht...
// 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)
var locale = "Leingarten, Germany" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'
var ShowRealFeel=true // show RealFeel tempature on Lockscreen beside the normal tempature
// 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 = true //true|false
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
//Enable Wallpaper and/or Lock Screen
var enableWallpaper = true; //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 = 'katra' //'originalBubble'|'myopia'|'iconOnly'|'split'|'oneLine'
var stylesheetLock = 'katra' //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 = 'katra' //'klear'|'tango'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'katra' //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'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 30 //Minutes