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 temp displayed but graph blank #511

Open
thindata opened this issue Jan 11, 2023 · 1 comment
Open

cpu temp displayed but graph blank #511

thindata opened this issue Jan 11, 2023 · 1 comment

Comments

@thindata
Copy link

thindata commented Jan 11, 2023

On a vanilla debian machine the cpu temperature is displayed and updated but the graph is always blank?

cputemp

@thindata thindata changed the title cpu temp displayed but no grpah cpu temp displayed but graph blank Jan 11, 2023
@netzien
Copy link

netzien commented Feb 24, 2023

I run dash on a odroid-m1 arm server ,run ubuntu 22.04.
I edit .../server/linux_json_api.sh
cpu_temp() {
...
"raspbian")
cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000))" | _parseAndPrint
...
...
"ubuntu")
cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000))" | _parseAndPrint
...
cpu

and now works

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

2 participants