(14.10.2010, 14:54)raveking schrieb: wo man das bei den widget macht kann ich dir gerade nicht sagen. aber bei den winterboard themen
muss du in den themen ordner den findest du unter var/stash/themes und dann in das
jeweilige theme rein gehen. dann findest du im ordner privat eine datei namens configureMe.js
und die muss man bearbeiten.
im oberren teil findet man meistens schon die befehlszeile
/var locale = "dein ort,Germany"
Ok danke schonmal für deine Antwort. Hab jetzt mal den ganzen Kram raus kopiert. Der rot makierte Bereich müsste dann geändert werden in meine Lacation verstehe ich das richtig und was müsste ich da eintragen für Kassel zb.
''// 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 = "AUXX0014" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'|"USNY0996"
// 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
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
// Supplied styles are 'originalBubble', 'myopia', 'iconOnly' and 'split'.
// (Add your own to the CSS folder!)
var stylesheet = 'myopia' //'originalBubble'|'myopia'|'iconOnly'|'split'
// The supplied icon set is 'klear'
// Images must follow the same naming schema as the 'klear' set (borrowed from KWeather)
var iconSet = "tango" //'klear'|'tango'|null (null makes iconSet = stylesheet)
var iconExt = ".png" //'.png'|.'gif' etc.
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
// 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 = 'yahooWeather' //'appleAccuweatherStolen'|'yahooWeather'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 55 //Minutes