It is currently May 3rd, 2024, 1:41 am

CoreTemp & BusSpeed/CpuSpeed <SOLVED>

Share and get help with Plugins and Addons
rocketspank
Posts: 2
Joined: February 9th, 2012, 3:28 am

CoreTemp & BusSpeed/CpuSpeed <SOLVED>

Post by rocketspank »

For some reason, I cannot get this to work right. It displays info but it seems to be just the MaxTemperature reading as they are the same and update to the same numbers. Been racking my brain trying to figure it out but can't, so I come to the pros. Hopefully someone can help me out here. Here is my code:

Code: Select all

[Rainmeter]
Author=
Update=1000
BackgroundMode=2
SolidColor=255,255,255,1

[Variables]
FontName=Razer Oblique
Color1=20,124,120,175
Color2=155,155,155,175
Color3=155,155,155,15

;[measureFreq]
;Measure=Plugin
;Plugin=CoreTemp
;CoreTempType=CpuSpeed

;[measureFreq1]
;Measure=Plugin
;Plugin=CoreTemp
;CoreTempType=BusMultiplier

[measureCPUAll]
Measure=CPU
Processor=0

[measureCPUC1]
Measure=CPU
Processor=1

[measureCPUC2]
Measure=CPU
Processor=2

[measureCPUC3]
Measure=CPU
Processor=3

[measureCPUC4]
Measure=CPU
Processor=4

[measureMaxTemp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=MaxTemperature

[measureCore1Temp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=0

[measureCore2Temp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=1

[measureCore3Temp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=2

[measureCore4temp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=3

[measureCPUSpeed]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=CpuSpeed

[mTEXT]
Meter=String
;MeasureName=measureFreq
;MeasureName2=measureFreq1
;Text="CPU: %1MHz:%2"
Text="CPU:"
X=0
Y=0
W=250
H=16
FontSize=12
FontColor=#Color2#
FontFace=#FontName#
AntiAlias=1

;[mSpeed]
;Meter=String
;MeasureName=measureFreq
;Text=%1MHz
;x=0
;y=R
;w=250
;h=16
;FontSize=12
;FontColor=#Color2#
;FontFace=#FontName#
;AntiAlias=1
;Scale=.01
;NumOfDecimals=1

[mCPUALL]
Meter=String
MeasureName=measureCPUAll
X=0
Y=20R
W=250
H=16
FontSize=10
FontColor=#Color1#
AntiAlias=1
NumOfDecimals=1
Text="Average Usage: %1%"
FontFace=#FontName#

[mMaxTemp]
Meter=String
MeasureName=measureMaxTemp
x=0
y=R
w=250
h=16
FontSize=10
Fontcolor=#Color2#
AntiAlias=1
Text="Max Temp: %1ºC"
FontFace=#FontName#

[mAllLine]
Meter=Line
MeasureName=measureCPUAll
MeasureName2=MeasureMaxTemp
x=0
y=R
W=250
H=20
LineCount=2
LineColor=#Color1#
Linecolor2=#Color2#
SolidColor=#Color3#
AutoScale=0
AntiAlias=1

[mCPUc1]
Meter=String
MeasureName=measureCPUC1
X=0
Y=25R
w=250
H=16
FontSize=10
FontColor=#Color1#
AntiAlias=1
NumOfDecimals=1
Text="Core 1: %1%"
FontFace=#FontName#

[mC1Temp]
Meter=String
MeasureName=measureCore1Temp
x=0
y=R
w=250
H=16
FontSize=10
FontColor=#Color2#
AntiAlias=1
Text="Temp: %1ºC"
FontFace=#FontName#

[mC1Line]
Meter=Line
MeasureName=measureCPUC1
MeasureName2=MeasureCore1Temp
x=0
y=R
W=250
H=20
LineCount=2
LineColor=#Color1#
Linecolor2=#Color2#
SolidColor=#Color3#
AutoScale=1
AntiAlias=1


[mCPUc2]
Meter=String
MeasureName=measureCPUC2
X=0
Y=25R
w=250
H=16
FontSize=10
FontColor=#Color1#
AntiAlias=1
NumOfDecimals=1
Text="Core 2: %1%"
FontFace=#FontName#

[mC2Temp]
Meter=String
MeasureName=measureCore2Temp
x=0
y=R
w=250
H=16
FontSize=10
FontColor=#Color2#
AntiAlias=1
Text="Temp: %1ºC"
FontFace=#FontName#

[mC2Line]
Meter=Line
MeasureName=measureCPUC2
MeasureName2=MeasureCore2Temp
x=0
y=R
W=250
H=20
LineCount=2
LineColor=#Color1#
Linecolor2=#Color2#
SolidColor=#Color3#
AutoScale=1
AntiAlias=1

[mCPUc3]
Meter=String
MeasureName=measureCPUC3
X=0
Y=25R
w=250
H=16
FontSize=10
FontColor=#Color1#
AntiAlias=1
NumOfDecimals=1
Text="Core 3: %1%"
FontFace=#FontName#

[mC3Temp]
Meter=String
MeasureName=measureCore3Temp
x=0
y=R
w=250
H=16
FontSize=10
FontColor=#Color2#
AntiAlias=1
Text="Temp: %1ºC"
FontFace=#FontName#

[mC3Line]
Meter=Line
MeasureName=measureCPUC3
MeasureName2=MeasureCore3Temp
x=0
y=R
W=250
H=20
LineCount=2
LineColor=#Color1#
Linecolor2=#Color2#
SolidColor=#Color3#
AutoScale=1
AntiAlias=1

[mCPUc4]
Meter=String
MeasureName=measureCPUC4
X=0
Y=25R
w=250
H=16
FontSize=10
FontColor=#Color1#
AntiAlias=1
NumOfDecimals=1
Text="Core 4: %1%"
FontFace=#FontName#

[mC4Temp]
Meter=String
MeasureName=measureCore4Temp
x=0
y=R
w=250
H=16
FontSize=10
FontColor=#Color2#
AntiAlias=1
Text="Temp: %1ºC"
FontFace=#FontName#

[mC4Line]
Meter=Line
MeasureName=measureCPUC4
MeasureName2=MeasureCore4Temp
x=0
y=R
W=250
H=20
LineCount=2
LineColor=#Color1#
Linecolor2=#Color2#
SolidColor=#Color3#
AutoScale=1
AntiAlias=1


As you can tell, some of it is commented out while I was trying to get it to work...
Last edited by rocketspank on February 9th, 2012, 4:08 am, edited 1 time in total.
Wrecklesspunk
Posts: 10
Joined: April 8th, 2011, 2:26 am

Re: CoreTemp & BusSpeed/CpuSpeed

Post by Wrecklesspunk »

Yeah, i think there's a problem either with the latest version of rainmeter or the plugin itself. All of my coretemp skins have the same exact problem since the latest update (i updated 2 days ago) Also i updated coretemp and the problem is still there.
Wrecklesspunk
Posts: 10
Joined: April 8th, 2011, 2:26 am

Re: CoreTemp & BusSpeed/CpuSpeed

Post by Wrecklesspunk »

Go here

http://code.google.com/p/rainmeter/downloads/list

and grab revision 1116

Voila everything will work as it should i'm guessing there's a bug somewhere in the latest build.
rocketspank
Posts: 2
Joined: February 9th, 2012, 3:28 am

Re: CoreTemp & BusSpeed/CpuSpeed

Post by rocketspank »

Alright. Thanks. I'll give this a shot. I'm using the most up-to-date beta release so that could be the issue.

<EDIT>
Thanks! That worked. That's what I get for trying to use beta software before all the bugs are worked out...
mathiasm87
Posts: 1
Joined: April 16th, 2012, 12:36 am

Re: CoreTemp & BusSpeed/CpuSpeed <SOLVED>

Post by mathiasm87 »

Hello

I'm a little new to rainmeter, but where will this copy / paste the code into her?

thank you