;SimpleWeatherVBigTemp
;[BEGIN CONFIG FILE]==============================
;--==[CREDIT]==--
;All the data that is collected with this skin is gatherd from AccuWeather.com
;They have been extreamly kind to us, the rainmeter community, and let us use their service.
;We have a deal and I ecourage EVERYONE to honour it! All they ask is that we use a link (
[Link nur für registrierte und freigeschaltete Mitglieder sichtbar. Jetzt registrieren...] ) in our skins and that we link to them. And, when possible, include a image with their name. PLEASE do this so we we will be allowed to continue to use this service.
[Rainmeter]
;Author=Chewtoy with thanks to Jeffrey Morley for his thorough AccuWeatherAll-skin.
;Version=1.02
;AppVersion=0.14
;This skin is published under GPL license!
Update=1000
DynamicWindowSize=1
[Variables]
FontColor=255, 255, 255, 150
FontColorOver=255, 255, 255, 250
FontFace=Tahoma
BarColor=200, 200, 200, 90
FontSize=8
FontSize2=12
SolidColor=255, 255, 255, 80
Location=EUR|DE|GM009|GÖTTINGEN|&METRIC=1
;Be sure to use your own location. You might find it here -->
[Link nur für registrierte und freigeschaltete Mitglieder sichtbar. Jetzt registrieren...]
;If you want metric measurements instead of imperial (or "English" as some refer to them) be sure to add |&METRIC=1 in the location.
;================================================= =========
;[MEASURE WEATHER]=========================================
;================================================= =========
[MeasureAccuWeatherCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=900
Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?Location=#Location#
RegExp="(?siU)<temp>(.*)</temp>.*<dist>(.*)</dist>.*<speed>(.*)</speed>.*<pres>(.*)</pres>.*<prec>(.*)</prec>.*<temperature>(.*)</temperature>.*<realfeel>(.*)</realfeel>.*<weathertext>(.*)</weathertext>.*<weathericon>(.*)</weathericon>"
[MeasureAccuWeatherForcast1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=900
Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?Location=#Location#
RegExp="(?siU)<forecast>(.*)<day number="1">(.*)<daycode>(.*)</daycode>.*<daytime>*<txtshort>(.*)</txtshort>.*<weathericon>(.*)</weathericon>.*<hightemperature>(.*)</hightemperature>.*<realfeelhigh>(.*)</realfeelhigh>.*"
;This actually shows the current days forecast.
[MeasureAccuWeatherForcast2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=900
Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?Location=#Location#
RegExp="(?siU)<forecast>(.*)<day number="2">(.*)<daycode>(.*)</daycode>.*<daytime>.*<txtshort>(.*)</txtshort>.*<weathericon>(.*)</weathericon>.*<hightemperature>(.*)</hightemperature>.*<realfeelhigh>(.*)</realfeelhigh>.*"
[MeasureAccuWeatherForcast3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=900
Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?Location=#Location#
RegExp="(?siU)<forecast>(.*)<day number="3">(.*)<daycode>(.*)</daycode>.*<daytime>.*<txtshort>(.*)</txtshort>.*<weathericon>(.*)</weathericon>.*<hightemperature>(.*)</hightemperature>.*<realfeelhigh>(.*)</realfeelhigh>.*"
[MeasureAccuWeatherForcast4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=900
Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?Location=#Location#
RegExp="(?siU)<forecast>(.*)<day number="4">(.*)<daycode>(.*)</daycode>.*<daytime>.*<txtshort>(.*)</txtshort>.*<weathericon>(.*)</weathericon>.*<hightemperature>(.*)</hightemperature>.*<realfeelhigh>(.*)</realfeelhigh>.*"
[MeasureAccuWeatherForcast5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=900
Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?Location=#Location#
RegExp="(?siU)<forecast>(.*)<day number="5">(.*)<daycode>(.*)</daycode>.*<daytime>.*<txtshort>(.*)</txtshort>.*<weathericon>(.*)</weathericon>.*<hightemperature>(.*)</hightemperature>.*<realfeelhigh>(.*)</realfeelhigh>.*"
;================================================= =========
;[GRAPHICS]================================================
;================================================= =========
;----AccuWeatherCredit----
[MeterCreditToAccuWeather]
Meter=String
X=0
Y=0
FontColor=#FontColor#
FontFace="FreesiaUPC Bold"
FontSize=10
StringStyle=Bold
AntiAlias=1
Text="Göttinger Wetter"
MouseOverAction=!Execute [!RainmeterShowMeter MeterCreditToAccuWeatherOver][!RainmeterRedraw]
[MeterCreditToAccuWeatherOver]
Meter=String
X=r
Y=r
FontColor=#FontColorOver#
FontFace="FreesiaUPC Bold"
FontSize=10
StringStyle=Bold
AntiAlias=1
Text="AccuWeather.com®"
Hidden=1
LeftMouseDownAction=!Execute ["http://www.accuweather.com/world-index-forecast.asp?partner=rainmeter&loccode=#location#"] [!RainmeterHideMeter MeterCreditToAccuWeatherOver] [!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MeterCreditToAccuWeatherOver] [!RainmeterRedraw]
;---Current---
;-=Icon=-
[MeasureIconCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherCurrent]
StringIndex=9
[MeterCurrentIcon]
MeasureName=MeasureIconCurrent
Meter=Image
X=2
Y=13
;-=Temperature=-
[MeasureTempUnit]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherCurrent]
StringIndex=1
[MeasureTempCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherCurrent]
StringIndex=6
[MeterTempCurrent]
Meter=String
MeasureName=MeasureTempCurrent
MeasureName2=MeasureTempUnit
X=R
Y=5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize2#
AntiAlias=1
Text="%1°%2"
;-=Day=-
[MeterDay]
Meter=String
X=R
Y=-5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
StringStyle=Bold
AntiAlias=1
Text="Current"
;-=RealFeel=-
[MeasureRealFeelCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherCurrent]
StringIndex=7
[MeterRealFeelCurrent]
Meter=String
MeasureName=MeasureRealFeelCurrent
MeasureName2=MeasureTempUnit
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
Text="RealFeel: %1°%2"
;-=WeatherText=-
[MeasureWeatherTextCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherCurrent]
StringIndex=8
[MeterWeatherTextCurrent]
Meter=String
MeasureName=MeasureWeatherTextCurrent
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
;---Today+1---
;-=Icon=-
[MeasureIcon+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast2]
StringIndex=5
[MeterIcon+1]
MeasureName=MeasureIcon+1
Meter=Image
X=2
Y=3R
;-=Temperature=-
[MeasureTemp+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast2]
StringIndex=6
[MeterTemp+1]
Meter=String
MeasureName=MeasureTemp+1
MeasureName2=MeasureTempUnit
X=R
Y=5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize2#
AntiAlias=1
Text="%1°%2"
;-=Day=-
[MeasureDay+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast2]
StringIndex=3
[MeterDay+1]
Meter=String
MeasureName=MeasureDay+1
X=R
Y=-5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
StringStyle=Bold
AntiAlias=1
Text="%1"
;-=RealFeel=-
[MeasureRealFeel+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast2]
StringIndex=7
[MeterRealFeel+1]
Meter=String
MeasureName=MeasureRealFeel+1
MeasureName2=MeasureTempUnit
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
Text="RealFeel: %1°%2"
;-=WeatherText=-
[MeasureWeatherText+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast2]
StringIndex=4
[MeterWeatherText+1]
Meter=String
MeasureName=MeasureWeatherText+1
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
;---Today+2---
;-=Icon=-
[MeasureIcon+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast3]
StringIndex=5
[MeterIcon+2]
MeasureName=MeasureIcon+2
Meter=Image
X=2
Y=3R
;-=Temperature=-
[MeasureTemp+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast3]
StringIndex=6
[MeterTemp+2]
Meter=String
MeasureName=MeasureTemp+2
MeasureName2=MeasureTempUnit
X=R
Y=5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize2#
AntiAlias=1
Text="%1°%2"
;-=Day=-
[MeasureDay+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast3]
StringIndex=3
[MeterDay+2]
Meter=String
MeasureName=MeasureDay+2
X=R
Y=-5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
StringStyle=Bold
AntiAlias=1
Text="%1"
;-=RealFeel=-
[MeasureRealFeel+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast3]
StringIndex=7
[MeterRealFeel+2]
Meter=String
MeasureName=MeasureRealFeel+2
MeasureName2=MeasureTempUnit
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
Text="RealFeel: %1°%2"
;-=WeatherText=-
[MeasureWeatherText+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast3]
StringIndex=4
[MeterWeatherText+2]
Meter=String
MeasureName=MeasureWeatherText+2
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
;---Today+3---
;-=Icon=-
[MeasureIcon+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast4]
StringIndex=5
[MeterIcon+3]
MeasureName=MeasureIcon+3
Meter=Image
X=2
Y=3R
;-=Temperature=-
[MeasureTemp+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast4]
StringIndex=6
[MeterTemp+3]
Meter=String
MeasureName=MeasureTemp+3
MeasureName2=MeasureTempUnit
X=R
Y=5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize2#
AntiAlias=1
Text="%1°%2"
;-=Day=-
[MeasureDay+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast4]
StringIndex=3
[MeterDay+3]
Meter=String
MeasureName=MeasureDay+3
X=R
Y=-5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
StringStyle=Bold
AntiAlias=1
Text="%1"
;-=RealFeel=-
[MeasureRealFeel+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast4]
StringIndex=7
[MeterRealFeel+3]
Meter=String
MeasureName=MeasureRealFeel+3
MeasureName2=MeasureTempUnit
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
Text="RealFeel: %1°%2"
;-=WeatherText=-
[MeasureWeatherText+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast4]
StringIndex=4
[MeterWeatherText+3]
Meter=String
MeasureName=MeasureWeatherText+3
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
;---Today+4---
;-=Icon=-
[MeasureIcon+4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast5]
StringIndex=5
[MeterIcon+4]
MeasureName=MeasureIcon+4
Meter=Image
X=2
Y=3R
;-=Temperature=-
[MeasureTemp+4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast5]
StringIndex=6
[MeterTemp+4]
Meter=String
MeasureName=MeasureTemp+4
MeasureName2=MeasureTempUnit
X=R
Y=5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize2#
AntiAlias=1
Text="%1°%2"
;-=Day=-
[MeasureDay+4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast5]
StringIndex=3
[MeterDay+4]
Meter=String
MeasureName=MeasureDay+4
X=R
Y=-5r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
StringStyle=Bold
AntiAlias=1
Text="%1"
;-=RealFeel=-
[MeasureRealFeel+4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast5]
StringIndex=7
[MeterRealFeel+4]
Meter=String
MeasureName=MeasureRealFeel+4
MeasureName2=MeasureTempUnit
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
Text="RealFeel: %1°%2"
;-=WeatherText=-
[MeasureWeatherText+4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureAccuWeatherForcast5]
StringIndex=4
[MeterWeatherText+4]
Meter=String
MeasureName=MeasureWeatherText+4
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1