raiguard / ModernGadgets

Sleek, minimalist, information-dense gadgets for the modern desktop. Inspired by the AddGadgets.com system monitoring gadgets. Built on the Rainmeter platform.
MIT License
300 stars 32 forks source link

Correction on the CPU gadget that you may want to add. #186

Closed FaustoLG-RM closed 4 years ago

FaustoLG-RM commented 4 years ago

I just removed a < from these lines IfCondition=MeasureCpuTempHwinfoTjMaxCalc <> #autoMaxCpuTemp# IfCondition=MeasureCpuTempCoreTempTjMax <> #autoMaxCpuTemp#

Now the graph self adjust when the threshold is reached: IfCondition=MeasureCpuTempHwinfoTjMaxCalc > #autoMaxCpuTemp# IfCondition=MeasureCpuTempCoreTempTjMax > #autoMaxCpuTemp#

Maybe you take this modification to your gadget...

raiguard commented 4 years ago

The gadget is not designed to self-adjust. It finds out what the maximum temperature is and sets the value, then uses that for the graph. Sometimes it doesn't behave properly and the graph will look weird, just refresh the gadget to fix it. I will be working on a better way to do this when I rewrite the gadget.