[求助] 關於主題待機畫面的天氣更改 - iPhone4.TW

會員登入



顯示結果從 1 到 3 共計 3 條
  1. #1
    reck321 的頭像

    愛用者

    註冊日期:12-15-2008
    文章:54
    謝謝你: 0
    在 0篇文章中獲得 0個感謝
    如題
    有嘗試照她敘述的至http://www.weather.com/
    但是還是不知道該如何找到"台北"天氣並做更改
    希望會的人可以幫幫忙囉

    ;==========================================================
    ; Just Weather by 10n3xw01f
    ; Thanks to MerlinTheRed for weather icons
    ;==========================================================

    ;============================== Weather ================================

    [Variables]
    ;You may delete "&unit=m" if you prefer the Fahrenheit Scale.
    Go to http://www.weather.com/ and find weather code for your location then change link below!
    IMPORTANT: Change only one part of this link (BKXX0005) > this is code for Zenica, Bosnia and Herzegovina
    URL=http://xml.weather.com/weather/local/BKXX0005?cc=*&unit=m&dayf=6
    Font=Century Gothic
    ;---------------------------
    [MeasureWeatherRSS]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    UpdateRate=3600
    Url=#URL#
    RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
    StringIndex=1
    IfAboveValue=1
    IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]
    ;Debug=1
    ;---------------------------
    [MeasureWeatherTemp]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=3
    [MeasureWeatherDesc]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=5
    [MeasureWeatherIcon]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=7
    ;---------------------------
    [MeterTemp]
    MeasureName=MeasureWeatherTemp
    Meter=STRING
    X=45
    Y=20
    FontColor=255, 255, 255, 80
    StringStyle=NORMAL
    FontSize=70
    StringAlign=CENTER
    FontFace=Century Gothic
    Antialias=0

    ;[MeterDesc]
    MeasureName=MeasureWeatherDesc
    Meter=STRING
    X=5
    Y=25
    FontColor=ACACAC
    FontSize=7
    StringAlign=LEFT
    StringStyle=NORMAL
    FontFace=Century Gothic
    Antialias=0
    [MeterIconNA]
    ImageName=na.png
    Meter=IMAGE
    X=0
    Y=4

    [MeterIcon]
    MeasureName=MeasureWeatherIcon
    Meter=IMAGE
    X=100
    Y=8
    ;Hidden=1


  2. #2

    海盜船長

    註冊日期:05-07-2009
    文章:19
    謝謝你: 1
    在 0篇文章中獲得 0個感謝
    可否將weather中的第一個城市改成您要的城市 respring 再試一下?


  3. #3
    reck321 的頭像

    愛用者

    註冊日期:12-15-2008
    文章:54
    謝謝你: 0
    在 0篇文章中獲得 0個感謝
    不太懂....sorry 可否說明詳細點


 

 

發文規則

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