Вы находитесь на странице: 1из 2

;================================================= ; Rainmeter configuration file ; Updated May 18, 2009 ;================================================= ;[BEGIN CONFIG FILE]============================== [Rainmeter] Author=Jeffrey Morley

Update=1000 [Variables] FontColor=255,255,255,80 FontFace=rockwell FontSize=60 Location=66839 ;[GATHER WEATHER INFO FROM AccuWeather]=================== [MeasureAccuWeather] Measure=Plugin Plugin=Plugins\WebParser.dll UpdateRate=1500 Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp? Location=#Location# RegExp="(? siU)<currentconditions>.*<temperature>(.*)</temperature>.*<weathertext>(.*)</weathert ext>" ;[GATHER AND DISPLAY]========================================= [MeasureWeatherTemp] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[MeasureAccuWeather] StringIndex=1 [MeasureWeatherConditions] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[MeasureAccuWeather] StringIndex=2 [MeterBack] Meter=IMAGE W=600 H=171

SolidColor=0,0,0,0 [MeterWeatherTemp] Meter=STRING MeasureName=MeasureWeatherTemp StringAlign=RIGHT X=600 Y=0 FontFace=#FontFace# FontSize=#FontSize# FontColor=#FontColor# PostFix="" [MeterWeatherConditions] Meter=STRING MeasureName=MeasureWeatherConditions StringAlign=RIGHT X=600 Y=70 FontFace=#FontFace# FontSize=#FontSize# FontColor=#FontColor# ;[ACCUWEATHER LOGOS]=============================== [MeterLogoType] Meter=IMAGE H=4 W=37.5 X=400 Y=40 ImageName="images\accuweather_logotype_color.png" [MeterLogoMark] Meter=IMAGE H=22.5 W=37.5 X=400 Y=47 ImageName="images\accuweather_logomark_color.png"

Вам также может понравиться