It is currently May 2nd, 2024, 7:01 pm

Problem with SpeedFan Plugin

Share and get help with Plugins and Addons
EvilRat79
Posts: 8
Joined: January 29th, 2012, 5:03 pm

Problem with SpeedFan Plugin

Post by EvilRat79 »

I tried to add a temperature graph to my skin but it doesn't work :(

Even if I use the exact code from d3xter's awsome skin Rainmeter says my measure is not valid but his skin itself works fine

Here is the code:

Code: Select all

[Variables]
SpeedFanIndex=5

[MeasureCPUTemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=#SpeedFanIndex#
SpeedFanScale=C

[MeterCPUTemp]
Meter=STRING
Measure=MeasureCPUTemp
X=188
Y=132
Postfix="°C"
NumOfDecimals=1
Updatedivider=3
Is there any idea?

Forgot to say:
-using Win 7 64bit
-Speedfan is running via processorganizer otherwise it doesn't start (UAC I think)
-latest Rainmeter is installed

Update:

Code: Select all

[CPUTempGraph]
Meter=Line
MeasureName=MeasureCPUTemp
X=10
Y=135
H=30
W=180
LineCount=1
LineColor=#GraphColor1#
SolidColor=100,0,0,100
AntiAlias=#NoAntiAlias#
AutoScale=1
UpdateDivider=3
This Line graph works fine O.O
EvilRat79
Posts: 8
Joined: January 29th, 2012, 5:03 pm

Re: Problem with SpeedFan Plugin

Post by EvilRat79 »

:?

After a little break... I found the mistake. ^^

Closed!