How to check cpu temperature in Lakka on Raspberry Pi?

Is there a way within the gui or over ssh? Thanks.

1 Like

Yes, over SSH. You can use:

vcgencmd measure_temp

You can also use the following which outputs in millidegrees Celsius, if you want to process a number:

cat /sys/class/thermal/thermal_zone0/temp