It is currently September 29th, 2024, 11:26 pm

cpu temp

General topics related to Rainmeter.
trickedout
Posts: 2
Joined: December 23rd, 2012, 7:34 pm

cpu temp

Post by trickedout »

I have looked on the forums and goggled. and so far no luck. I am trying to get some of the rainmeter skins to show the cpu temp in Fahrenheit. on this one i am using the circle theme.

I have tried making changes to this part of the code

Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0
MinValue=0
MaxValue=100

and to this part of the code

[CPU Temp Label]
Meter=STRING
MeasureName=Cputemp
X=600
Y=261
FontColor=255,255,255
FontFace=#FontName#
FontSize=#FontHeight#
StringAlign=CENTER
Text="%1 C"
AntiAlias=1

but no luck. if there is a code to change it i just have not found it. can i get some help with this pls.
User avatar
tru
Posts: 169
Joined: January 12th, 2010, 4:24 am
Location: A Salty Piece of Land...

Re: cpu temp

Post by tru »

trickedout
Posts: 2
Joined: December 23rd, 2012, 7:34 pm

Re: cpu temp

Post by trickedout »

ty for the fast reply. was wondering if i can take the code from that skin and put into other skins. to show the temp in Fahrenheit.