今曰又有新玩意.
一個免費又簡單的 Intelliscreen. 配合StatusNoiftier & Winterboard.
configureMe.js
// 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 = "New York, US" //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 = true //true|false
/*‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Äì‚Ä*/
//Enable Wallpaper and/or Lock Screen <---Lockscreen顯示天氣
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 = 'oneLine' //'originalBubble'|'myopia'|'iconOnly'|'split'|'oneLine'
var stylesheetLock = 'oneLine2' //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 = 'tango' //'klear'|'tango'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'tango' //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 Yahoo! Weather
var source = 'appleAccuweatherStolen' <---更改用雅虎天氣//'appleAccuweatherStolen'|'yahooWeather'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 35 //Minutes <---更新時間設置
Source: MacThemes Forum / [lock screen widget] Home Screen Updated (Oct 12)





