Read the statement by Michael Teeuw here.
MMM-MySystem
-
MMM-MySystem
This is a Magic Mirror² module for the system information.
I now there are more 😉, but I built a version with a modern look and feel, suited for my needs.Installation
Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules git clone https://github.com/htilburgs/MMM-MySystem.git cd MMM-MySystem npm installUpdate
When you need to update this module:
cd ~/MagicMirror/modules/MMM-MySystem git pull npm installConfiguration
Go to the MagicMirror/config directory and edit the config.js file.
Add the module to your modules array in your config.js.{ module: "MMM-MySystem", position: "top_right", header: "System Information", disabled: false, config: { showHeader: true, showCpuUsage: true, showCpuTemp: true, showMemory: true, showDisk: true, showUptime: true, showIPeth: true, showIPwifi: true, tempUnit: "C" updateInterval: 10000 } }Configuration Options
Option Description showHeaderShow the header with Hostname, Model and OS Version
Options:true/false- Default:trueshowCPUusageShow the CPU Usage (%)
Options:true/false- Default:trueshowCPUtempShow the CPU Temperature
Options:true/false- Default:trueshowMemoryShow the Free Memory (%)
Options:true/false- Default:trueshowDiskShow the Free Diskpace
Options:true/false- Default:trueshowIPethShow the IP Address for the Ethernet
Options:true/false- Default:trueshowIPwifi | Show the IP Address for the Wifi<br/>Options:true/false- Default: <b>true`tempUnitShow the temperature in ˚C or ˚F
Options:C/F- Default:CupdateIntervalUpdate interval module in ms
Default:10000(10 seconds)Versions
v1.0.0 (10-03-2026): Initial version)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login