It is currently April 27th, 2024, 7:59 am

LibreHardwareMonitor Rainmeter Plugin

Get help with creating, editing & fixing problems with skins
User avatar
HUNTwerker
Posts: 20
Joined: February 2nd, 2024, 12:33 pm

LibreHardwareMonitor Rainmeter Plugin

Post by HUNTwerker »

Hello,

is for the successor to OpenHardwareMonitor: https://openhardwaremonitor.org
a plugin for Rainmeter available?

LibreHardwareMonitor: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor


Regards... ;-)
User avatar
Yincognito
Rainmeter Sage
Posts: 7175
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: LibreHardwareMonitor Rainmeter Plugin📌

Post by Yincognito »

HUNTwerker wrote: February 5th, 2024, 1:28 pm Hello,

is for the successor to OpenHardwareMonitor: https://openhardwaremonitor.org
a plugin for Rainmeter available?

LibreHardwareMonitor: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor


Regards... ;-)
Check the thread below:
https://forum.rainmeter.net/viewtopic.php?t=22247
Or, directly:
https://forum.rainmeter.net/viewtopic.php?t=38884
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
HUNTwerker
Posts: 20
Joined: February 2nd, 2024, 12:33 pm

Re: LibreHardwareMonitor Rainmeter Plugin📌

Post by HUNTwerker »

Yincognito wrote: February 5th, 2024, 2:52 pm Check the thread below:
https://forum.rainmeter.net/viewtopic.php?t=22247
Or, directly:
https://forum.rainmeter.net/viewtopic.php?t=38884
Thanks, I had already tested the 2 links but they only worked with OpenHardwareMonitor and not with LibreHardwareMonitor :yawn:
User avatar
Yincognito
Rainmeter Sage
Posts: 7175
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: LibreHardwareMonitor Rainmeter Plugin📌

Post by Yincognito »

HUNTwerker wrote: February 5th, 2024, 5:05 pm Thanks, I had already tested the 2 links but they only worked with OpenHardwareMonitor and not with LibreHardwareMonitor :yawn:
Well, you weren't that clear regarding what you wanted in the original post. In any case, the 2nd link I posted explicitly says that the said plugin supports LibreHardwareMonitor as well. As an alternative, try:
https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
If neither the plugin in the 2nd link above nor this last one work for you, then most likely you were doing something wrong or you didn't properly follow the usage instructions mentioned on their pages (a radical change in LibreHardwareMonitor that makes both these plugins fail is highly unlikely, given that both are quite recent).

P.S. In case you wonder, all the links above could have easily be found by anyone doing a Google search like "Rainmeter LibreHardwareMonitor" and similar (or, alternatively, using the Search button on this forum). ;-)
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
HUNTwerker
Posts: 20
Joined: February 2nd, 2024, 12:33 pm

Re: LibreHardwareMonitor Rainmeter Plugin

Post by HUNTwerker »

I used the search function here and on the Internet.

Unfortunately there is currently no plugin for the LibreHardwareMonitor program,thats Sad O.O


Thanks for the many help my Friend :thumbup:
User avatar
Yincognito
Rainmeter Sage
Posts: 7175
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: LibreHardwareMonitor Rainmeter Plugin

Post by Yincognito »

HUNTwerker wrote: February 5th, 2024, 10:01 pm I used the search function here and on the Internet.

Unfortunately there is currently no plugin for the LibreHardwareMonitor program,thats Sad O.O


Thanks for the many help my Friend :thumbup:
You're welcome, but like I said...
Yincognito wrote: February 5th, 2024, 6:44 pm If neither the plugin in the 2nd link above nor this last one work for you, then most likely you were doing something wrong or you didn't properly follow the usage instructions mentioned on their pages [...]
For example, in my case (Libre's main window at the bottom, its gadget at top left, and the plugin/skin from here with a few changes at top right, all working):
Libre.jpg

Code: Select all

[Rainmeter]
Update=1000
AccurateText=1
BackgroundMode=2
SolidColor=0,0,0,90
BackgroundMargins=0,0,8,8

[Metadata]
Name=OHMcpu
Author=abichinger
Version=Nov 09, 2021

[Variables]
barheight=3
barwidth=200
barmargin=17
margin=8
Namespace=LibreHardwareMonitor
HardwareName=AMD Ryzen 5 5600H with Radeon Graphics
top=8
right=8

[CPUTotalLoad]
Measure=Plugin
Plugin=OpenHardwareMonitor
Namespace=#Namespace#
HardwareName=#HardwareName#
SensorName=CPU Total
SensorType=Load
MinValue=0
MaxValue=100

[CPUPackageTemp]
Measure=Plugin
Plugin=OpenHardwareMonitor
Namespace=#Namespace#
HardwareName=#HardwareName#
SensorName=Core (Tctl/Tdie)
SensorType=Temperature
MinValue=40
MaxValue=115

;[CPUPackageTempMax]
;Measure=Plugin
;Plugin=OpenHardwareMonitor
;Namespace=#Namespace#
;HardwareName=#HardwareName#
;SensorName=CPU Package
;SensorType=Temperature
;SensorValueName=Max

[styleValue]
StringAlign=LEFT
FontEffectColor=0,0,0,100
FontColor=255,255,255,200
FontSize=10
AntiAlias=1
ClipString=1

[styleLabel]
StringAlign=RIGHT
StringStyle=BOLD
FontEffectColor=0,0,0,100
FontColor=255,255,255,200
FontSize=10
AntiAlias=1
ClipString=1

[styleBar]
BarColor=105,155,115
BarOrientation=HORIZONTAL
SolidColor=255,255,255,25

;------------------------ Total Load ------------------------------

[LabelCPUTotalLoad]
Meter=STRING
MeterStyle=styleValue
X=#right#
Y=#top#
Text=CPU

[ValueCPUTotalLoad]
Meter=STRING
MeterStyle=styleLabel
MeasureName=CPUTotalLoad
X=#barwidth#
Y=0r
Text=%1%

[BarCPUTotalLoad]
Meter=BAR
MeterStyle=styleBar
MeasureName=CPUTotalLoad
X=#right#
Y=#barmargin#r
W=#barwidth#
H=#barheight#

;------------------------ Package Temp ------------------------------

[LabelCPUPackageTemp]
Meter=STRING
MeterStyle=styleValue
X=#right#
Y=#margin#r
Text=CPU Temp

[ValueCPUPackageTemp]
Meter=STRING
MeterStyle=styleLabel
MeasureName=CPUPackageTemp
;MeasureName2=CPUPackageTempMax
X=#barwidth#
Y=0r
Text=%1C (Max: ---)

[BarCPUPackageTemp]
Meter=BAR
MeterStyle=styleBar
MeasureName=CPUPackageTemp
X=#right#
Y=#barmargin#r
W=#barwidth#
H=#barheight#
Bottom line, you have to adjust a few things to make it work - just watch the pictures on the plugin's page or the code above and hopefully you'll get the idea.

P.S. Yes, the values from the skin are lagging 1 second behind compared to those from Libre's main window - a minor inconvenient.
You do not have the required permissions to view the files attached to this post.
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
HUNTwerker
Posts: 20
Joined: February 2nd, 2024, 12:33 pm

Re: LibreHardwareMonitor Rainmeter Plugin

Post by HUNTwerker »

This time I installed the plugin and now it works, WTF :confused:

There are probably differences between the two plugins from Hardwaremonitor and the Plugin from Author=abichinger.

Many thanks Mate :rosegift:
User avatar
Yincognito
Rainmeter Sage
Posts: 7175
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: LibreHardwareMonitor Rainmeter Plugin

Post by Yincognito »

HUNTwerker wrote: February 6th, 2024, 7:49 am This time I installed the plugin and now it works, WTF :confused:

There are probably differences between the two plugins from Hardwaremonitor and the Plugin from Author=abichinger.

Many thanks Mate :rosegift:
No problem, glad you got it working. Enjoy! :great:
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
HUNTwerker
Posts: 20
Joined: February 2nd, 2024, 12:33 pm

Re: LibreHardwareMonitor Rainmeter Plugin

Post by HUNTwerker »

THANKS...👍