It is currently April 26th, 2024, 8:15 am

Mass effect skin - main temp not displayed

Get help with creating, editing & fixing problems with skins
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Mass effect skin - main temp not displayed

Post by eclectic-tech »

That is weird... it is working here:
masseffectweather2.png
Here is the code I have for the current temperature measure and meter AND the current day/night icon meters:

Code: Select all

;...

[MeasureTF]
Measure=Plugin
Plugin=Plugins/WebParser.dll
Url=#wURL1#
RegExp="(?siU)<span class=".*txt-xxlarge"><strong>(.*)</strong>.*"
UpdateRate=#UpdateRateSeconds#
StringIndex=1

;...

[MeterIconD]
Meter=Image
MeasureName=MeasureWeatherIconD
Path="#CURRENTPATH#WeatherIcons"
X=20
Y=60
H=105
W=105

[MeterIconN]
Meter=Image
MeasureName=MeasureWeatherIconN
Path="#CURRENTPATH#WeatherIconsN"
X=20
Y=60
H=105
W=105

[MeterTF]
Meter=String
MeasureName=MeasureTF
X=143r
Y=58r
FontFace=#FontFace#
FontSize=16
FontColor=#ColorF#
StringStyle=BOLD
StringAlign=Center
AntiAlias=1
Postfix="°"
Angle=1.57
EDIT: Added code for day/night icon meters, just in case you modified those...
You do not have the required permissions to view the files attached to this post.