[動態桌布] Clock Screen with weather widget. - iPhone4.TW

會員登入



顯示結果從 1 到 4 共計 4 條
  1. #1
    zzz99 的頭像

    超熱血的愛用者

    註冊日期:10-28-2007
    文章:5,186
    謝謝你: 0
    在 3篇文章中獲得 25個感謝
    很有創意!!!! Wallpaper也是很讚的.

    大家不妨試試.

    先下載這個 weather+time theme.
    而這個是弄空白web clip和時間only.
    Q: How do I use the blanks?
    A: Put them into /var/mobile/Library/WebClips and respring.

    沒有天氣,時間會大一點. 而天氣update period是可以切定的,default是35mins.




    Clock Screen





    這個是CSS 作者,請多多支持.
    此篇文章於 10-12-2008 11:30 被 zzz99 編輯。


  2. #2
    zzz99 的頭像

    超熱血的愛用者

    註冊日期:10-28-2007
    文章:5,186
    謝謝你: 0
    在 3篇文章中獲得 25個感謝
    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 <---更新時間設置
    此篇文章於 10-12-2008 11:26 被 zzz99 編輯。


  3. #3

    新生報到

    註冊日期:04-24-2008
    文章:3
    謝謝你: 0
    在 0篇文章中獲得 0個感謝
    Can you describe more detail?

    thanks


  4. #4
    zzz99 的頭像

    超熱血的愛用者

    註冊日期:10-28-2007
    文章:5,186
    謝謝你: 0
    在 3篇文章中獲得 25個感謝
    引用 作者: uiiiiiii613 查看文章
    Can you describe more detail?

    thanks
    Like what?


 

 

發文規則

  • 不可以發表新主題
  • 不可以發表回覆
  • 不可以上傳附件
  • 不可以編輯自己的文章
  •  
回到此頁頂端