A MagicMirror² modules for display a system health on the mirror such as shows the processor & gpu temperature, available RAM, uptime and free disk space.
- Navigate into your MagicMirror's
modules
folder - Execute
git clone https://github.com/putera/MMM-Stats.git
- Navigate to
cd ~/MagicMirror/modules/MMM-Stats
folder - Run
npm install
To use this module, add it to the modules array in the config/config.js
file:
modules: [
{
module: 'MMM-Stats',
position: 'bottom_bar',
classes: 'xsmall thin white',
config: {
// See 'Configuration options' for more information.
units: 'metric', // kelvin, imperial
label: 'textAndIcon',
align: 'right'
}
}
]
The following properties can be configured:
Option | Description |
---|---|
updateInterval |
in seconds |
align |
Align the text on the display |
width |
Table width on the display |
tableAlign |
Table alignment |
language |
Your choosen language |
units |
metric (default), kelvin, imperial |
thresholdCPUTemp |
Threshold CPU temperature |
label |
Label on the display |