A MagicMirror module to display Raspberry Pi system information such as:
- CPU Usage
- CPU Temperature
- RAM Usage
- Disk Free Space
- Internet Connection Status
-
Navigate to your MagicMirror modules directory:
cd ~/MagicMirror/modules
-
Clone the repositiory git clone https://github.com/gbassaragh/MMM-SystemInfo.git
-
Install dependencies cd MMM-SystemInfo npm install
-
Add the module to your config.js: { module: "MMM-RPiSystemInfo", position: "top_right", config: { updateInterval: 10000 } }