MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-MySystem

    Scheduled Pinned Locked Moved Utilities
    1 Posts 1 Posters 15 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • htilburgsH Offline
      htilburgs
      last edited by htilburgs

      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.

      SCR-20260310-qsds

      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 install
      

      Update

      When you need to update this module:

      cd ~/MagicMirror/modules/MMM-MySystem
      git pull
      npm install
      

      Configuration

      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
      showHeader Show the header with Hostname, Model and OS Version
      Options: true/false - Default: true
      showCPUusage Show the CPU Usage (%)
      Options: true/false - Default: true
      showCPUtemp Show the CPU Temperature
      Options: true/false - Default: true
      showMemory Show the Free Memory (%)
      Options: true/false - Default: true
      showDisk Show the Free Diskpace
      Options: true/false - Default: true
      showIPeth Show the IP Address for the Ethernet
      Options: true/false - Default: true
      showIPwifi | Show the IP Address for the Wifi<br/>Options: true/false - Default: <b>true`
      tempUnit Show the temperature in ˚C or ˚F
      Options: C/F - Default: C
      updateInterval Update interval module in ms
      Default: 10000 (10 seconds)

      Versions

      v1.0.0 (10-03-2026): Initial version)

      (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

      1 Reply Last reply Reply Quote 2

      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
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy