mein wetter aktuellisiert sich nicht.
hier mal meine config
// Language will be selected automatically however you can force one of these languages
// {'zh','nl','en','fr','de','it','pt','es','cs'}
// var lang = 'de';
//If you use the scroll option of Lock Info Extension set this to true
var scrollable = true;
//Enable/Disable Expansion
var expand = true;
//Enable Weather (For more settings go to Weather/configureMe.js)
var enableWeather = true;//true|false
var locale = 'EUR|DE|GM009|Bad Zwischenahn';//"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
var expandWeather = true;//Allow weather shrinking/stretching
var weatherDefState = 'shrinked';//Default state shrinked or stretched
//Group all emails (no per account separation)
var groupMails = true;
//Count of mails maximal shown as preview per account
var maxMailCount = "3";
//Same as above, but for expanded mail view
var maxMailCountExpanded = "10";
//Group all events (no per day separation)
var groupEvents = false;
//Count of calendar events maximal shown
var maxCalCountMini = "3";
//Same as above, but for expanded calendar view
var maxCalCountExpanded = "10";
//Only events within the next 14 days will be shown by default. Change the ammount of days here.
var showEventsForDaysMini = "14";
//Same as above, but for the expanded calendar view
var showEventsForDaysExpanded = "6";
//Display special icon for birthdays
var showBirthdays = true;
-------------------------------------------------// 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 = "20001" //"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 = false //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 = 'springboard' //'originalBubble'|'myopia'|'iconOnly'|'split'|'oneLine'
var stylesheetLock = 'twoLine' //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 = 'klear' //'klear'|'tango'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'tick' //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 = 'appleAccuweatherStolen' //'appleAccuweatherStolen'|'yahooWeather'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 60 //Minutes
----------
vielleicht weiß ja jemand woran es liegt.
gruß ollidirsen