10.01.2009, 14:50
Nachdem hier scheinbar nichts weitergeht und ich durch Zufall eine modifizierte Version von Teknofrik (Starry Night) gefunden habe, habe ich diese widerum nochmal modifiziert.
Folgende Änderungen zur Katra Version:
- Lockscreen Backgound wechselt zwischen Tag und Nacht (schwarz und Sternenhimmel).
- Wettericons verkleinert
- mehr Wettericons (angepasst an die 49 Meldungen von Yahoo)
- zusätzlich AccuWeather als Quelle nutzbar (alle Icons vorhanden, muss nur in der configureMe.js eingestellt werden)
- Hintergrund der Uhr entfernt
- Slider bei Anruf
Konfiguration wie bei Katra. Einfach die configureMe.js im Ordner Privat editieren (am besten den Code für die Stadt eingeben):
// 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 = "GMXX4898" //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 = 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 = '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 = 'YahooHD' //'klear'|'tango'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'YahooHD' //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 = 'yahooWeather' //'appleAccuweatherStolen'|'yahooWeather'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 30 //Minutes
Hier noch zwei Screenies:
Am Tag
Bei Nacht:
Folgende Änderungen zur Katra Version:
- Lockscreen Backgound wechselt zwischen Tag und Nacht (schwarz und Sternenhimmel).
- Wettericons verkleinert
- mehr Wettericons (angepasst an die 49 Meldungen von Yahoo)
- zusätzlich AccuWeather als Quelle nutzbar (alle Icons vorhanden, muss nur in der configureMe.js eingestellt werden)
- Hintergrund der Uhr entfernt
- Slider bei Anruf
Konfiguration wie bei Katra. Einfach die configureMe.js im Ordner Privat editieren (am besten den Code für die Stadt eingeben):
// 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 = "GMXX4898" //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 = 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 = '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 = 'YahooHD' //'klear'|'tango'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'YahooHD' //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 = 'yahooWeather' //'appleAccuweatherStolen'|'yahooWeather'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 30 //Minutes
Hier noch zwei Screenies:
Am Tag
Bei Nacht: