Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1836

Help: Rainmeter Application • Re: Rainmeter Not Displaying HWiNFO S.M.A.R.T. Disk Temperatures (Reads "0 °C")

$
0
0
In Rainmeter you can’t add comments on the same line of a value.

So these:

Code:

DISK_D_TEMP_INDEX=5 ; My HDD D:DISK_C_TEMP_INDEX=6 ; My SSD C:
Are invalid values

These:

Code:

DISK_D_TEMP_INDEX=5DISK_C_TEMP_INDEX=6
Are valid.


The same applies to all the sections you have similar syntax. All those will cause issues.

To properly comment something you have to add the comment on a separate line:

Code:

; My HDD D:DISK_D_TEMP_INDEX=5; My SSD C:DISK_C_TEMP_INDEX=6

Statistics: Posted by RicardoTM — Yesterday, 6:06 pm



Viewing all articles
Browse latest Browse all 1836

Trending Articles