Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU and Drive Temps in Fahrenheit + Dashboard Missing CPU and Drive Temps #887

Closed
myopenflixr opened this issue Nov 11, 2017 · 8 comments
Closed

Comments

@myopenflixr
Copy link

Hi,

Is there any way to provide and option to have CPU and Drive Temps display in Fahrenheit system wide (or at least on the main System Information page)? All my temps are displaying in Celcius.

There's a Webmin option to change temps to Fahrenheit, but this only seems to work on the Gray Theme and not Authentic Theme.

temps

Also, my Dashboard does not display any CPU & Drive Temps. I'm not sure if I'm missing a setting to have them display, but I could not find any settings to display the additional info.

dashboard

Authentic Theme: 19.02-git-201711102348
Wemin: 1.860
Server Side OS: Ubuntu Server 16.04.3
Client Side OS: Windows 10
Browser: Firefox & Chrome

Thanks,
Mike

@iliajie
Copy link
Collaborator

iliajie commented Nov 11, 2017

Hi,

Right Side Panel will show temperatures only if it's overheating.

You could force to show those labels by adding to your theme extensions (js) the following:

var config_custom_force_display_cpu_sensors=1;
var config_custom_force_display_drive_sensors=1;

About Fahrenheit. Well it seems there is a bug there. It doesn't react on Units for temperatures in Background Status Collection.

I will take a look, right after I'm finishing working on one MacOS bug.

@myopenflixr
Copy link
Author

Thanks qooob!

Your solution to force the labels worked great!

I'll be on the lookout for the (hopeful) Fahrenheit bug fix.

@iliajie
Copy link
Collaborator

iliajie commented Nov 11, 2017

Fixed. Give it a try.

Thank you for reporting it, Mike. 😉

@iliajie iliajie closed this as completed Nov 11, 2017
@myopenflixr
Copy link
Author

That worked!

However, I have another question regarding the font. I'm not sure if this is how the temps are supposed to look, but the font used to display the temps seems different than everything else. Is this normal?

webmin

@iliajie
Copy link
Collaborator

iliajie commented Nov 11, 2017

Probably not. I'll take a look tomorrow.

@iliajie
Copy link
Collaborator

iliajie commented Nov 12, 2017

Fixed in the commit 2796391

@nsaneman
Copy link

@qooob Are the temperatures themed correctly? Previously they were circular, lighter, had more padding and didn't have a shadow.

Virtualmin

The change occurred in 19.02 and in my opinion the squared look is worse.

@iliajie
Copy link
Collaborator

iliajie commented Nov 16, 2017

We have more like a square design overall. I wanted them to look alike.

You can always tweak it using The Extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants