I have both coretemp application and speedfan. But I use coretemp on my system because I found it to be better for my needs.
I found several skins that work well for speedfan and show the details for all cores.
I edited the script for one of the skins for speedfan to work with coretemp and it does. But I am not able to figure out how to have it display the temp for the 2nd CPU core.
I either need a skin that is designed for coretemp or a way to edit the script to display the temp for the 2nd core.
It is currently May 29th, 2023, 3:43 am
Use CPU core 2 with Coretemp.dll plugin
-
- Posts: 22
- Joined: July 26th, 2020, 10:57 pm
-
- Rainmeter Sage
- Posts: 2379
- Joined: March 23rd, 2015, 5:26 pm
Re: Use CPU core 2 with Coretemp.dll plugin
It would help if you posted your skin so people could see what you have tried. You might want to read about the CoreTemp plugin in the manual, it's pretty simple. All you need to do is change the CoreTempIndex value to the core you want (the index is zero-based). Like so:JohnCoool wrote: ↑September 24th, 2022, 11:56 pm I have both coretemp application and speedfan. But I use coretemp on my system because I found it to be better for my needs.
I found several skins that work well for speedfan and show the details for all cores.
I edited the script for one of the skins for speedfan to work with coretemp and it does. But I am not able to figure out how to have it display the temp for the 2nd CPU core.
I either need a skin that is designed for coretemp or a way to edit the script to display the temp for the 2nd core.
Code: Select all
[MeasureTempCore1]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=0
[MeasureTempCore2]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=1
; etc.
-
- Posts: 22
- Joined: July 26th, 2020, 10:57 pm
Re: Use CPU core 2 with Coretemp.dll plugin
The tip worked well!
Thank you for your help.
All Done!
Thank you for your help.
All Done!