[求助] 天氣問題 - iPhone4.TW
本站已於 2026 年 5 月轉為靜態存檔  ·  內容凍結,無法登入、發文、回覆、搜尋  ·  想看吉米最新內容? 前往 jimmy4.tw →


主題: 天氣問題
顯示結果從 1 到 3 共計 3 條
  1. #1

    剛加入我們

    註冊日期:11-01-2010
    文章:26
    謝謝你: 0
    在 0篇文章中獲得 0個感謝
    怎麼爬文都找不到答案..
    為什麼我主題的天氣沒辦法正常顯示
    有開網路才能顯示 網路關掉就變問號了... ?
    請高手幫幫忙 ..


  2. #2

    管理團隊

    註冊日期:05-24-2010
    文章:2,084
    謝謝你: 0
    在 0篇文章中獲得 3個感謝
    怎麼幫你?

    我猜想應該是主題有設定每XXXX秒就刷新一次

    所以你這樣沒人幫得了你的 自己找出檔案更改囉

    因為你網路關掉他刷新沒得到資料就出現?了


  3. #3

    剛加入我們

    註冊日期:11-01-2010
    文章:26
    謝謝你: 0
    在 0篇文章中獲得 0個感謝
    引用 作者: edgar0119 查看文章
    怎麼幫你?

    我猜想應該是主題有設定每XXXX秒就刷新一次

    所以你這樣沒人幫得了你的 自己找出檔案更改囉

    因為你網路關掉他刷新沒得到資料就出現?了

    請問要改哪裡可以幫我看一下嗎 ?
    我對這種東西不懂 ...


    <?xml version="1.0" encoding="utf-8" ?>
    - <!-- ****************************** -->
    - <!-- * themePump, by storyr :-/ * -->
    - <!-- * version: 1.2 * -->
    - <!-- * last modified: 11/10/2010 * -->
    - <!-- ****************************** -->
    - <settings>
    - <!-- language: en = English -->
    - <!-- zh = Chinese -->
    - <!-- cs = Czech -->
    - <!-- da = Danish -->
    - <!-- nl = Dutch -->
    - <!-- fr = French -->
    - <!-- de = German -->
    - <!-- el = Greek -->
    - <!-- he = Hebrew -->
    - <!-- hu = Hungarian -->
    - <!-- it = Italian -->
    - <!-- kr = Korean -->
    - <!-- pt = Portuguese -->
    - <!-- es = Spanish -->
    <language>en</language>

    - <!-- cities: use weather.com locations or zip codes. if your zip -->
    - <!-- doesn't work, look your location up here: -->
    - <!-- http://aspnetresources.com/tools/WeatherIdResolver -->
    - <cities>
    <city name="Ho chi minh">VMXX0007</city>

    </cities>


    - <!-- weather refresh interval: in minutes -->
    <refreshInterval>10000</refreshInterval>

    - <!-- forecast: 1 = normal (get forecast data) -->
    - <!-- 1 = data saver (no forecast) -->
    <forecast>1</forecast>

    - <!-- units: 'imperial' (fahrenheit) -->
    - <!-- 'metric' (celcius) -->
    <units>imperial</units>

    - <!-- clock: '12' or '24' hour format -->
    <clock>12</clock>

    - <!-- clockSource: 'local' -->
    - <!-- 'city' -->
    <clockSource>local</clockSource>

    - <!-- clockMode: 0 = normal -->
    - <!-- 1 = power saver (no seconds) -->
    <clockMode>1</clockMode>

    - <!-- icon set: 0 = stardock -->
    - <!-- 1 = tick -->
    - <!-- 2 = klear -->
    - <!-- 3 = plain weather light -->
    - <!-- 4 = plain weather dark -->
    <iconSetIndex>4</iconSetIndex>

    </settings>





    --------------------------------------------------------------
    <?xml version="1.0" encoding="utf-8"?>
    <!--******************************-->
    <!--* themePump, by storyr :-/ *-->
    <!--* version: 1.2 *-->
    <!--* last modified: 11/10/2010 *-->
    <!--******************************-->
    <settings>
    <!-- weather icon settings -->
    <icons>
    <sets>
    <set name="Stardock" id="stardock" mapIndex="0" path="theme/images/stardock"/>
    <set name="Tick" id="tick" mapIndex="1" path="theme/images/tick"/>
    <set name="Klear" id="klear" mapIndex="1" path="theme/images/klear"/>
    <set name="Plain Weather Light" id="plainweatherlight" mapIndex="0" path="theme/images/plain_weather_light"/>
    <set name="Plain Weather Dark" id="plainweatherdark" mapIndex="0" path="theme/images/plain_weather_dark"/>
    </sets>
    <maps>
    <map name="default">
    <image code="00" name="00.png" legend="tornado"/>
    <image code="01" name="01.png" legend="tropical storm"/>
    <image code="02" name="02.png" legend="hurricane"/>
    <image code="03" name="03.png" legend="severe thunderstorms"/>
    <image code="04" name="04.png" legend="thunderstorms"/>
    <image code="05" name="05.png" legend="mixed rain and snow"/>
    <image code="06" name="06.png" legend="mixed rain and sleet"/>
    <image code="07" name="07.png" legend="mixed snow and sleet"/>
    <image code="08" name="08.png" legend="freezing drizzle"/>
    <image code="09" name="09.png" legend="drizzle"/>
    <image code="10" name="10.png" legend="freezing rain"/>
    <image code="11" name="11.png" legend="showers / light rain"/>
    <image code="12" name="12.png" legend="heavy rain"/>
    <image code="13" name="13.png" legend="snow flurries"/>
    <image code="14" name="14.png" legend="light snow showers"/>
    <image code="15" name="15.png" legend="snowflakes"/>
    <image code="16" name="16.png" legend="snow"/>
    <image code="17" name="17.png" legend="thunderstorms"/>
    <image code="18" name="18.png" legend="hail"/>
    <image code="19" name="19.png" legend="dust"/>
    <image code="20" name="20.png" legend="foggy"/>
    <image code="21" name="21.png" legend="haze"/>
    <image code="22" name="22.png" legend="smoky"/>
    <image code="23" name="23.png" legend="blustery"/>
    <image code="24" name="24.png" legend="windy"/>
    <image code="25" name="25.png" legend="frigid"/>
    <image code="26" name="26.png" legend="cloudy"/>
    <image code="27" name="27.png" legend="mostly cloudy (night)"/>
    <image code="28" name="28.png" legend="mostly cloudy (day)"/>
    <image code="29" name="29.png" legend="partly cloudy (night)"/>
    <image code="30" name="30.png" legend="partly cloudy (day)"/>
    <image code="31" name="31.png" legend="clear (night)"/>
    <image code="32" name="32.png" legend="sunny"/>
    <image code="33" name="33.png" legend="fair (night)"/>
    <image code="34" name="34.png" legend="fair (day)"/>
    <image code="35" name="35.png" legend="thunderstorms"/>
    <image code="36" name="36.png" legend="hot"/>
    <image code="37" name="37.png" legend="isolated thunderstorms (day)"/>
    <image code="38" name="38.png" legend="scattered thunderstorms"/>
    <image code="39" name="39.png" legend="scattered rain (day)"/>
    <image code="40" name="40.png" legend="heavy rain"/>
    <image code="41" name="41.png" legend="scattered snow showers"/>
    <image code="42" name="42.png" legend="heavy snow"/>
    <image code="43" name="43.png" legend="windy/snowy"/>
    <image code="44" name="44.png" legend="N/A"/>
    <image code="45" name="45.png" legend="scattered showers (night)"/>
    <image code="46" name="46.png" legend="snow showers (night)"/>
    <image code="47" name="47.png" legend="isolated thundershowers (night)"/>
    <image code="99" name="NA.png" legend="not available"/>
    </map>
    <map name="strange">
    <image code="00" name="tstorm3.png" legend="tornado"/>
    <image code="01" name="tstorm3.png" legend="tropical storm"/>
    <image code="02" name="tstorm3.png" legend="hurricane"/>
    <image code="03" name="tstorm3.png" legend="severe thunderstorms"/>
    <image code="04" name="tstorm3.png" legend="thunderstorms"/>
    <image code="05" name="sleet.png" legend="mixed rain and snow"/>
    <image code="06" name="sleet.png" legend="mixed rain and sleet"/>
    <image code="07" name="sleet.png" legend="mixed snow and sleet"/>
    <image code="08" name="hail.png" legend="freezing drizzle"/>
    <image code="09" name="light_rain.png" legend="drizzle"/>
    <image code="10" name="hail.png" legend="freezing rain"/>
    <image code="11" name="light_rain.png" legend="showers / light rain"/>
    <image code="12" name="shower3.png" legend="heavy rain"/>
    <image code="13" name="snow4.png" legend="snow flurries"/>
    <image code="14" name="snow4.png" legend="light snow showers"/>
    <image code="15" name="snow4.png" legend="snowflakes"/>
    <image code="16" name="snow5.png" legend="snow"/>
    <image code="17" name="tstorm3.png" legend="thunderstorms"/>
    <image code="18" name="hail.png" legend="hail"/>
    <image code="19" name="fog.png" legend="dust"/>
    <image code="20" name="fog.png" legend="foggy"/>
    <image code="21" name="fog.png" legend="haze"/>
    <image code="22" name="fog.png" legend="smoky"/>
    <image code="23" name="mist.png" legend="blustery"/>
    <image code="24" name="mist.png" legend="windy"/>
    <image code="25" name="snow4.png" legend="frigid"/>
    <image code="26" name="cloudy5.png" legend="cloudy"/>
    <image code="27" name="cloudy4_night.png" legend="mostly cloudy (night)"/>
    <image code="28" name="cloudy4.png" legend="mostly cloudy (day)"/>
    <image code="29" name="cloudy3_night.png" legend="partly cloudy (night)"/>
    <image code="30" name="cloudy3.png" legend="partly cloudy (day)"/>
    <image code="31" name="sunny_night.png" legend="clear (night)"/>
    <image code="32" name="sunny.png" legend="sunny"/>
    <image code="33" name="cloudy1_night.png" legend="fair (night)"/>
    <image code="34" name="cloudy1.png" legend="fair (day)"/>
    <image code="35" name="tstorm3.png" legend="thunderstorms"/>
    <image code="36" name="sunny.png" legend="hot"/>
    <image code="37" name="tstorm1.png" legend="isolated thunderstorms (day)"/>
    <image code="38" name="tstorm3.png" legend="scattered thunderstorms"/>
    <image code="39" name="shower2.png" legend="scattered rain (day)"/>
    <image code="40" name="shower3.png" legend="heavy rain"/>
    <image code="41" name="light_rain.png" legend="scattered snow showers"/>
    <image code="42" name="snow5.png" legend="heavy snow"/>
    <image code="43" name="snow5.png" legend="windy/snowy"/>
    <image code="44" name="cloudy3.png" legend="partly cloudy (day)"/>
    <image code="45" name="shower1_night.png" legend="scattered showers (night)"/>
    <image code="46" name="snow2_night.png" legend="snow showers (night)"/>
    <image code="47" name="tstorm1_night.png" legend="isolated thundershowers (night)"/>
    <image code="99" name="dunno.png" legend="not available"/>
    </map>
    </maps>
    <moon>
    <!-- moon phase images -->
    <!-- map folder and names to your images | don't change code or legend -->
    <folder>theme/images/moon</folder>
    <map>
    <image code="00" name="1-0.png" legend="0% new moon"/>
    <image code="01" name="1-4.png" legend="4% waxing crescent"/>
    <image code="02" name="1-12.png" legend="12% waxing crescent"/>
    <image code="03" name="1-20.png" legend="20% waxing crescent"/>
    <image code="04" name="1-28.png" legend="28% waxing crescent"/>
    <image code="05" name="1-36.png" legend="36% waxing crescent"/>
    <image code="06" name="1-44.png" legend="44% waxing crescent"/>
    <image code="07" name="1-52.png" legend="52% waxing gibbous"/>
    <image code="08" name="1-60.png" legend="60% waxing gibbous"/>
    <image code="09" name="1-68.png" legend="68% waxing gibbous"/>
    <image code="10" name="1-76.png" legend="76% waxing gibbous"/>
    <image code="11" name="1-84.png" legend="84% waxing gibbous"/>
    <image code="12" name="1-92.png" legend="92% waxing gibbous"/>
    <image code="13" name="1-100.png" legend="100% full moon"/>
    <image code="14" name="2-92.png" legend="92% waning gibbous"/>
    <image code="15" name="2-84.png" legend="84% waning gibbous"/>
    <image code="16" name="2-76.png" legend="76% waning gibbous"/>
    <image code="17" name="2-68.png" legend="68% waning gibbous"/>
    <image code="18" name="2-60.png" legend="60% waning gibbous"/>
    <image code="19" name="2-52.png" legend="52% waning gibbous"/>
    <image code="20" name="2-44.png" legend="44% waning crescent"/>
    <image code="21" name="2-36.png" legend="36% waning crescent"/>
    <image code="22" name="2-28.png" legend="28% waning crescent"/>
    <image code="23" name="2-20.png" legend="20% waning crescent"/>
    <image code="24" name="2-12.png" legend="12% waning crescent"/>
    <image code="25" name="2-4.png" legend="4% waning crescent"/>
    </map>
    </moon>
    </icons>
    <!-- ***********************************************************************************************-->
    <!-- theme settings -->
    <themes>
    <theme name="themeTwoHD" enabled="true" author="storyr">
    <!-- theme selector: html element that contains the theme elements -->
    <!-- use 'body', or an element id (id's must begin with '#'), or a class name (classes must begin with '.') -->
    <selector>body</selector>
    <callback>
    <!-- callbacks: implement these functions in theme script to be notified when the event occurs -->
    <!-- function will receive two parameters: (data, settings) - see skinning guide for more info. -->
    <!-- exception: onTimeRefresh will received three parms: (hour, minute, second) -->
    <onInitialize>onPumpInitialize</onInitialize>
    <onRefreshStart>onPumpRefreshStart</onRefreshStart>
    <onRefreshEnd>onPumpRefreshEnd</onRefreshEnd>
    <onTimeRefresh>onPumpTimeRefresh</onTimeRefresh>
    </callback>
    </theme>
    </themes>
    </settings>


 

 

發文規則

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