Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- AppVersion=1
- Update=50
- Background=#@#bg_weather_hd_2.png
- BackgroundMode=0
- SolidColor=0,0,0,1
- DynamicWindowSize=1
- [Metadata]
- Author=Edhel
- Description=Shows current weather in the place with icon and with the info on the left side for HD monitors. Click the icon to open the web page with more weather informations.
- License=Creative Commons BY-NC-SA 3.0
- Version=1.4
- [Variables]
- ColorBack=255,255,255,10
- @Include=#@#variables.inc
- [StyleText]
- FontFace=#fontName#
- FontSize=#textSize#
- FontColor=#Colorf#
- StringEffect=BORDER
- FontEffectColor=#Color1shadow#
- StringAlign=Left
- StringStyle=BOLD
- AntiAlias=1
- ;----------------Measures
- [Today]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- UpdateRate=1800
- URL=http://wxdata.weather.com/wxdata/weather/local/#Location#?cc=*&unit=#Imperial#&dayf=1
- RegExp="(?siU).*<cc>.*<tmp>(.*)</tmp>.*<t>(.*)</t>.*<icon>(.*)</icon>.*"
- [Tomorrow]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- UpdateRate=1800
- URL=http://wxdata.weather.com/wxdata/weather/local/#Location#?cc=*&unit=#Metric#&dayf=2
- RegExp="(?siU)<day d="1" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
- [measureTime]
- Measure=Time
- AverageSize=20
- [measureRotovadlo]
- Measure=Calc
- Formula=MeasureTime * 100
- [TodayDesc]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[Today]
- StringIndex=2
- [TodayTemp]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[Today]
- StringIndex=1
- [TodayIcon]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[Today]
- StringIndex=3
- [mWeatherTemp2]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[Tomorrow]
- StringIndex=3
- [mWeatherDesc2]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[Tomorrow]
- StringIndex=8
- [mIcon2]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[Tomorrow]
- StringIndex=7
- ;-----------Meters
- [MeterIcon]
- MeasureName=TodayIcon
- Meter=IMAGE
- X=275
- Y=125
- w=60
- h=60
- Antialias=1
- LeftMouseUpACtion=!Execute ["http://www.weather.com/weather/today/#location#:1"]
- [MeterWeather]
- Meter=STRING
- X=50
- Y=6
- W=200
- H=14
- MeterStyle=StyleText
- Text="Weather conditions:"
- [MeterDesc]
- MeasureName=TodayDesc
- Meter=STRING
- X=50
- Y=2R
- w=200
- h=14
- MeterStyle=StyleText
- [MeterTemp]
- MeasureName=TodayTemp
- Meter=STRING
- X=50
- Y=2R
- w=200
- h=14
- MeterStyle=StyleText
- Postfix="°#postfix#"
- [MeterZitra]
- Meter=String
- X=50
- Y=2R
- W=200
- H=10
- MeterStyle=StyleText
- FontSize=7
- Text="Tomorrow:"
- [MeterIcon2]
- MeasureName=mIcon2
- Meter=IMAGE
- X=50
- Y=2R
- w=20
- h=20
- Antialias=1
- [MeterDay2]
- MeasureName=mWeatherDesc2
- Meter=STRING
- X=70
- Y=0r
- W=200
- H=10
- MeterStyle=StyleText
- FontSize=7
- Antialias=1
- [MeterTemp2]
- MeasureName=mWeatherTemp2
- Meter=STRING
- X=70
- Y=2R
- w=20
- h=10
- MeterStyle=StyleText
- FontSize=7
- Postfix="°#postfix#"
- [MeterRotovadlo]
- MeasureName=MeasureRotovadlo
- Meter=ROTATOR
- X=206
- Y=58
- W=192
- H=192
- ImageName=#@#rotovadlo-2-hd.png
- StartAngle=6.2832
- RotationAngle=6.2832
- ValueReminder=1200
- OffsetX=96
- OffsetY=96
- Padding=0,0,0,5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement