Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Author=Adryano Maciel
- Update=1000
- [Metadata]
- Version=1.0
- License=Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
- [Variables]
- Location=ASXX1315
- Unit=m
- FColor=206,206,206,200
- TFont=Bebas Neue
- [cWeather]
- Measure=Plugin
- Plugin=WebParser
- URL=https://au.news.yahoo.com/weather/
- RegExp=(?siU)<div id=module-location-heading class=".*"><div><h1 class=".*">(.*)</h1>.*<div class="My\(2px\).*60x60\/(.*)@2x.png.*<p class=".*">(.*)</p></div>.*</div><div class="temperature-forecast.*"> <span class=".*fahrenheit celsius.*">(.*)</span>
- UpdateRate=900
- [mWeatherTemp]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[cWeather]
- StringIndex=4
- [mWeatherDesc]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- Url=[cWeather]
- StringIndex=3
- ;-------------METERS-------------------
- [MeterTemp]
- MeasureName=mWeatherTemp
- Meter=String
- FontColor=#Fcolor#
- FontFace=#TFont#
- FontSize=48
- Postfix=°
- X=0
- Y=0
- AntiAlias=1
- StringAlign=Left
- [MeterDescription]
- MeasureName=mWeatherDesc
- Meter=String
- StringAlign=Left
- FontColor=#Fcolor#
- FontFace=#TFont#
- FontSize=20
- X=85
- Y=5
- W=220
- AntiAlias=1
- StringAlign=Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement