/MMM-MyMinecraft

MagicMirror module to display Minecraft server(s) informations

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

MMM-MyMinecraft

Module for the wonderful MagicMirror from MichMich
It will display in a table, from one or more Minecraft server(s), these server informations :

  • message of the day
  • player online/player max
  • latency
  • version
  • protocol
  • It works better in 'middle_center' or 'lower_third' module position.

    Dependencies

  • minecraft-protocol : ^1.12.2
  • I. First Step

    Run these commands at your Magic Mirror root directory.

    cd ~/MagicMirror/modules

    git clone https://github.com/framboise-pi/MMM-MyMinecraft.git

    This command within MMM-MyMinecraft folder (this will install dependencies)

    npm install

    II. Second Step

    edit your config.js file from MagicMirror config folder

      
    //////////////////////
    // MY MINECRAFT
    //////////////////////
    modules: [
    {
     disabled: false,
     module: "MMM-MyMinecraft",
     position: "middle_center",  
      config: {
       ping_interval: 5,//in seconds
       slide_interval: 30//in seconds
      }
     }
    ]
    
    ----------------------------------------------------

    Configuration

    edit servers.json to add/remove servers

    Screenshots

    image

    Offline server display :

    image

    Todo

    • theme/colors to choose from
    • server thumbnail with true/false

    Thanks

    To all Magic Mirror community and to MichMich. This is how all mirrors should work in 2020.


    Please Give support or give it a Star !!! Support opensource coders as you can !

    paypal