Announcement

Collapse
No announcement yet.

Rianmeter ตัววัดสภาพอากาศ ผมอยากเปลี่ยนให้มันเเสดงอยู่ในกรุงเทพทำไงครับช่วยทีครับพี่

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rianmeter ตัววัดสภาพอากาศ ผมอยากเปลี่ยนให้มันเเสดงอยู่ในกรุงเทพทำไงครับช่วยทีครับพี่

    Rianmeter ตัววัดสภาพอากาศ ผมอยากเปลี่ยนให้มันเเสดงอยู่ในกรุงเทพทำไงครับช่วยทีครับพี่ตอนนี่มันเเสดงเป็นซิดนียอยากให้เป็นเเบงค้อกครับช่วยด้วยนะครับ




  • #2
    ใช้ตัวเดียวกันเลย

    เดียวมาบอกนะครับ ขอไปหาๆก่อน ลืมแล้วทำไง

    Comment


    • #3
      ผมใข้ตัวที่ชื่อ VClouds Weather แล้วแก้ Code เอาอะ

      ;-- LOCATION -- Go to http://www.weather.com/ search for your city.
      ;when in your city page, Copy the 8 digit code at the URL in the address bar | Paste the location code below.

      Location=THXX0002

      ;-- UNIT -- Choose either m, for metric (Celsius/km), or f, for imperial (Fahrenheit/mi) | Choose the unit below.

      Unit=m

      LOC_URL=http://www.weather.com/weather/today/#Location#
      Last edited by UNCENSORED; 20 Jan 2011, 15:15:10.

      Comment


      • #4
        ของผมมันเป็นโปรเเกรม Rianmeterครับ ทำไม่ได้อ่ะ เเง่วๆเลยเรา

        Comment


        • #5
          ลองเปลี่ยนเเล้วมัน errorครับช่วยทีนะครับพี่

          Comment


          • #6
            ผมโหลดใช้แต่ Gadget ของ win7

            บอกสภาพอากาศได้เหมือนๆกัน มี Bangkok ด้วยครับ

            Comment


            • #7
              my doc.. > rainmeter > skins > ชื่อ skin ที่ใช้ > resources > variables

              ตัวอย่าง..
              Code:
              My Documents\Rainmeter\Skins\[COLOR="#ff0000"]Pileus[/COLOR]\Resources\Variables
              ข้างในจะมี inc file อยู่..

              ตัวอย่าง..
              Code:
              [COLOR="#ff0000"]PileusVariables[/COLOR].inc
              เอา zip code THXX0002 (กรุงเทพฯ) ไปใส่ในส่วนของ weather แล้ว save

              ตัวอย่าง (zip code สมุทรปราการ)..
              Code:
              ;_____ W E A T H E R _________
              
              ;If you're in the US, your zip code is your weather code. 
              ;If you're international, like me, you might be able to find your weather code 
              ;here: http://aspnetresources.com/tools/locid.aspx
              WeatherCode=[COLOR="#ff0000"]THXX0021[/COLOR]
              รูป..
              Last edited by sUmmOnEr; 20 Jan 2011, 23:46:45.

              Comment


              • #8
                Originally posted by sUmmOnEr View Post
                my doc.. > rainmeter > skins > ชื่อ skin ที่ใช้ > resources > variables

                ตัวอย่าง..
                Code:
                My Documents\Rainmeter\Skins\[COLOR="#ff0000"]Pileus[/COLOR]\Resources\Variables
                ข้างในจะมี inc file อยู่..

                ตัวอย่าง..
                Code:
                [COLOR="#ff0000"]PileusVariables[/COLOR].inc
                เอา zip code THXX0002 (กรุงเทพฯ) ไปใส่ในส่วนของ weather แล้ว save

                ตัวอย่าง (zip code สมุทรปราการ)..
                Code:
                ;_____ W E A T H E R _________
                
                ;If you're in the US, your zip code is your weather code. 
                ;If you're international, like me, you might be able to find your weather code 
                ;here: http://aspnetresources.com/tools/locid.aspx
                WeatherCode=[COLOR="#ff0000"]THXX0021[/COLOR]
                รูป..


                เนี่ยของผมใช้ โน้ตเเพดเปิดได้ยังเงี่ยจะเเก้ตรงไหนอ่ะครับผมหาไม่เจอเลย



                [Rainmeter]
                Author=Kenz0 (mail2kenz0@gmail.com)
                AppVersion=1003000
                BackgroundMode=1
                DynamicWindowSize=1

                [Metadata]
                Name=LEXIS-Weather
                Config=LEXIS\Weather
                Description=Current weather in your city .
                Instructions= - Set your weather location Code (Weather.com) to the [Variables] section. And change the unit if you need ("s" is Fahrenheit, "m" is Celsius). | - How to find a weather location code (http://rainmeter.net/RainCMS/?q=Tips...cksWeatherCode).
                Version=1.2
                Tags=Weather
                License=Creative Commons Attribution 3.0 License.
                Preview=LEXIS-Weather.png
                Credits=Image resources from katra's weather icon theme.

                [Variables]

                ;location Code and Unit -------------------

                Code=ASXX0112
                Unit=s

                ;------------------------------------------

                @Include:Colors=#ROOTCONFIGPATH#ColorVariables.inc
                UPDATE=1800
                FONTFACE="Trebuchet MS"

                [mSource]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                UpdateRate=#UPDATE#
                Url=http://xml.weather.com/weather/local/#Code#?cc=*&unit=#Unit#
                RegExp="(?sU)<lsup>.* (\d+:\d+ .*) Local.*<obst>(.+)(, .+)<.*<tmp>(.*<)/.*(<flik>)(.*<)/.*<t>(.*)<.*<icon>(.*)<"
                CodePage=28591

                [mTime]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=1

                [mCity]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=2
                ErrorString=Error...

                [mCountry]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=3

                [mTemp]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=4
                Substitute="<":"&deg;"

                [mFeel]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=5
                Substitute="<flik>":"RealFeel"

                [mFeelTemp]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=6
                Substitute="<":"&deg;"

                [mText]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=7

                [mIcon]
                Measure=Plugin
                Plugin=Plugins\WebParser.dll
                Url=[mSource]
                StringIndex=8

                [sString]
                FontFace=#FONTFACE#
                StringStyle=BOLD
                AntiAlias=1

                [City]
                Meter=STRING
                MeasureName=mCity
                MeterStyle=sString
                X=10
                Y=0
                FontColor=#MainColor#CC
                FontSize=12

                [Country]
                Meter=STRING
                MeasureName=mCountry
                MeterStyle=sString
                X=-1R
                Y=4r
                FontColor=#SubColor#99
                FontSize=9

                [Text]
                Meter=STRING
                MeasureName=mText
                MeterStyle=sString
                X=10
                Y=2R
                FontColor=#SubColor#99
                FontSize=9

                [Time]
                Meter=STRING
                MeasureName=mTime
                MeterStyle=sString
                X=0R
                Y=0r
                FontColor=#KeyColor#FF
                FontSize=9

                [Icon]
                Meter=IMAGE
                MeasureName=mIcon
                Path=Images\
                X=0
                Y=0R
                W=150
                H=125

                [Temp]
                Meter=STRING
                MeasureName=mTemp
                MeterStyle=sString
                X=10
                Y=5R
                FontColor=#MainColor#CC
                FontSize=24

                [Feel]
                Meter=STRING
                MeasureName=mFeel
                MeterStyle=sString
                X=0R
                Y=2r
                FontColor=#KeyColor#FF
                FontSize=9

                [FeelTemp]
                Meter=STRING
                MeasureName=mFeelTemp
                MeterStyle=sString
                X=10r
                Y=0R
                FontColor=#SubColor#99
                FontSize=11

                Comment


                • #9
                  [Variables]

                  ;location Code and Unit -------------------

                  Code=THXX0002
                  Unit=c

                  Comment


                  • #10
                    นี่ไง..
                    Code:
                    [Metadata]
                    Name=LEXIS-Weather
                    Config=LEXIS\Weather
                    Description=Current weather in your city .
                    Instructions= - Set your weather location Code (Weather.com) to the [Variables] section. And change the unit if you need ("s" is Fahrenheit, [COLOR="#ff0000"]"m" is Celsius[/COLOR]). | - How to find a weather location code (http://rainmeter.net/RainCMS/?q=Tips...cksWeatherCode).
                    Version=1.2
                    Tags=Weather
                    License=Creative Commons Attribution 3.0 License.
                    Preview=LEXIS-Weather.png
                    Credits=Image resources from katra's weather icon theme.
                    
                    [Variables]
                    
                    ;location Code and Unit -------------------
                    
                    Code=[COLOR="#ff0000"]ASXX0112[/COLOR]
                    Unit=[COLOR="#ff0000"]s[/COLOR]
                    จะเอา celsius ก็เปลี่ยน unit เป็น m ง่ะ..

                    Comment

                    Working...
                    X