;=================================================
; Rainmeter configuration file
; Updated July 15, 2009
;=================================================
;[BEGIN CONFIG FILE]==============================
[Rainmeter]
Author=Jeffrey Morley
Update=1000
Rev. by Chris Smith "Coojoe"
Rev.8
;Please visit [URL]http://www.rainmeter.net/locate_code[/URL]
;to get your location code from AccuWeeather
;place code next to the "Location" below
[Variables]
FontColor=255,255,255,120
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>(.*)</weathertext>.*<weathericon>(.
*)</weathericon>"
StringIndex=3
IfAboveValue=0
IfAboveAction=!execute [!RainmeterHideMeter MeterNA][!RainmeterShowMeter MeterWeatherIcon]
debug=1
;[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
[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeather]
StringIndex=3
[MeterBack]
AntiAlias=1
Meter=IMAGE
W=650
H=171
SolidColor=0,0,0,0
[MeterWeatherTemp]
AntiAlias=1
Meter=STRING
MeasureName=MeasureWeatherTemp
StringAlign=RIGHT
X=650
Y=0
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#FontColor#
PostFix="°"
[MeterWeatherConditions]
AntiAlias=1
Meter=STRING
MeasureName=MeasureWeatherConditions
StringAlign=RIGHT
X=650
Y=70
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#FontColor#
[MeterWeatherIcon]
AntiAlias=1
Hidden=1
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=25
Y=70
W=64
H=64
[refresh.weather]
Meter=Button
ButtonImage=refresh.png
X=4
Y=8r
ButtonCommand=!Execute [!RainmeterRefresh]
[MeterNA]
ImageName=na.png
Meter=IMAGE
X=35
Y=4r
W=80
H=80
;[ACCUWEATHER LOGOS]===============================
[MeterLogoType]
AntiAlias=1
Meter=IMAGE
H=5
W=46.875
X=400
Y=40
ImageName="images\accuweather_logotype_color.png"
[MeterLogoMark]
AntiAlias=1
Meter=IMAGE
H=22.5
W=37.5
X=400
Y=47
ImageName="images\accuweather_logomark_color.png"