Read the statement by Michael Teeuw here.
MMM-PC-Stats
-
Description:
A MagicMirror module to get system stats from a PC board. Supports multiple core CPU’s.
As I am now almost exclusively using PC boards (and one Mac) running ubuntu and MM, I felt the need for
a module that would give me statictics such as MMM-SystemStats does for the Pi.Example:
- Shown with MMM-SunRiseSet above
- css file included for coloring
Download:
[card:mykle1/MMM-PC-Stats]
Version 1.0.0
-
Great new module
-
Thank you, Robert. :-)
-
Update 1.0.1
Fixed issue if the PC board you are using doesn’t have temperature sensors on each core, causing the module to fail. If it has temperature sensors, those values will be displayed. If not, the module will now function without them.
git pull
or install as per the readme.EDIT - August 30, 2018
Will find and display up to 8 cores, core usage and temps (if available). Struggled with, and ultimately abandoned, dynamically creating divs, so I did it in a less efficient way.