;---------------------------------------------------------------------
; ENIGMA MOXAWEATHER (EXTENDED)
[Rainmeter]
Author= *entfernt* moinmoin Mailaddi im Netz kommt nicht so gut.

AppVersion=1004000
Update=1000
LeftMouseDoubleClickAction=!RainmeterRefresh
MouseOverAction=!Execute [!RainmeterShowMeter Logo][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter Logo][!RainmeterRedraw]
[Metadata]
Name=Enigma MoxaWeather (Extended)
Config=Enigma | Taskbar | Weather
Description=Shows your current and forecast weather conditions.
Instructions=Double-click to refresh the skin. | Load Enigma\Resources\Options.ini to configure the following options for this skin: WeatherCode, Unit. You will find further instructions there. | This skin's visual elements are contained in a stylesheet. To customize, you should make changes there. | Please do not remove the Yahoo! Weather logo meter if you are redistributing this skin.
Version=3.0
Tags=Taskbar | Yahoo! Weather
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Preview=#SKINSPATH#Enigma\Resources\Images\Preview.png
Credits=This skin has been adapted from the original MoxaWeather by moxamax.
Variant=1
[Variables]
URL=
http://xoap.weather.com/weather/local/G ... t=m&dayf=6
;---------------------------------------------------------------------
; STYLES
SkinWidthMultiplier=1
@include2=#SKINSPATH#Enigma\Resources\Styles\#Stylesheet#\#Stylesheet#.inc
@include3=#SKINSPATH#Enigma\Resources\Styles\#Stylesheet#\TaskbarCommon.inc
;---------------------------------------------------------------------
; MEASURES
[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1800
Url=
http://weather.yahooapis.com/forecastrs ... e#&u=#Unit#
RegExp=(?siU)<link.*>(.*)</link>.*city=\"(.*)\".*sunrise=\"(.*)\".*sunset=\"(.*)\".*<image>.*<url>(.*)</url>.*<title>.*:.*m .*(.*)</title>.*lat>(.*)<.*long>(.*)<.*yweather:condition.*text=\"(.*)\".*code=\"(.*)\".*temp=\"(.*)\".*yweather:forecast.*day=\"(.*)\".*high=\"(.*)\".*code=\"(.*)\".*yweather:forecast.*day=\"(.*)\".*high=\"(.*)\".*code=\"(.*)\".*
StringIndex=1
;--------------------------------
; CURRENT
[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=9
[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=10
[MeasureWeatherTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=11
;-------------------------
; DAY 2
[MeasureWeatherDate2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=12
Substitute="Sun":"Sunday","Mon":"Monday","Tue":"Tuesday","Wed":"Wednesday","Thu":"Thursday","Fri":"Friday","Sat":"Saturday"
[MeasureWeatherTemp2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=13
[MeasureWeatherIcon2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=14
;-------------------------
; DAY 3
[MeasureWeatherDate3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=15
Substitute="Sun":"Sunday","Mon":"Monday","Tue":"Tuesday","Wed":"Wednesday","Thu":"Thursday","Fri":"Friday","Sat":"Saturday"
[MeasureWeatherTemp3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16
[MeasureWeatherIcon3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=17
;---------------------------------------------------------------------
; METERS
[Background]
Meter=IMAGE
MeterStyle=StyleIconBackground | StyleWeatherExtendedBackground
;-----------------------
; DAY 1
[Icon]
Meter=IMAGE
MeterStyle=StyleIconIcon | StyleWeatherIconIcon
MeasureName=MeasureWeatherIcon
[Temp]
Meter=STRING
MeterStyle=StyleIconText | StyleWeatherExtendedText
MeasureName=MeasureWeatherTemp
Postfix="°"
LeftMouseUpAction=!Execute [[MeasureWeatherRSS]]
[Desc]
Meter=STRING
MeasureName=MeasureWeatherDesc
MeterStyle=StyleIconLabel
;-----------------------
; DAY 2
[Icon2]
Meter=IMAGE
MeterStyle=StyleIconIcon | StyleWeatherIconIcon | StyleWeatherExtendedIconSecond
MeasureName=MeasureWeatherIcon2
[Temp2]
Meter=STRING
MeterStyle=StyleIconText | StyleWeatherExtendedText
MeasureName=MeasureWeatherTemp2
Postfix="°"
LeftMouseUpAction=!Execute [[MeasureWeatherRSS]]
[Date2]
Meter=STRING
MeasureName=MeasureWeatherDate2
MeterStyle=StyleIconLabel
;-----------------------
; DAY 3
[Icon3]
Meter=IMAGE
MeterStyle=StyleIconIcon | StyleWeatherIconIcon | StyleWeatherExtendedIconThird
MeasureName=MeasureWeatherIcon3
[Temp3]
Meter=STRING
MeterStyle=StyleIconText | StyleWeatherExtendedText
MeasureName=MeasureWeatherTemp3
Postfix="°"
LeftMouseUpAction=!Execute [[MeasureWeatherRSS]]
[Date3]
Meter=STRING
MeasureName=MeasureWeatherDate3
MeterStyle=StyleIconLabel
[Logo]
ImageName=#SKINSPATH#Enigma\Resources\Images\MoxaWeather\Logo.png
Meter=IMAGE
X=10
Y=((#TaskbarHeight#-25)/2)
H=25
W=25
Hidden=1
LeftMouseUpAction=!Execute ["
http://weather.yahoo.com/"][!RainmeterRedraw]