Module for the wonderful MagicMirror from MichMich
It will display in a table, from one or more Minecraft server(s), these server informations :
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
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 } } ]
edit servers.json
to add/remove servers
- theme/colors to choose from
- server thumbnail with true/false
To all Magic Mirror community and to MichMich. This is how all mirrors should work in 2020.