The MMM-MinecraftServer module is designed for MagicMirror² to display the list of online players on a Minecraft server.
- Navigate to your MagicMirror's
modules
directory. - Clone this repository:
git clone https://github.com/ItsMeBrille/MMM-MinecraftServer.git
To use this module, add it to the modules array in the config/config.js
file of your MagicMirror:
{
module: "MMM-MinecraftServer",
position: "top_right",
config: {
ip: "your_minecraft_server_ip", // server ip (required)
title: "Minecraft Server", // display title
bedrock: false, // Whether its a Bedrock server
hidePlayers: false, // Hide player list
maxPlayers: 5, // Max players to show in list
hideInfo: false, // Hide bottom info (ip, version)
updateInterval: 5, // update interval in minutes
}
}
- Anders G. Jørgensen's Minecraft Server Status API for server info.
- MCHeads to get current players avatars.
This project is licensed under the MIT License - see the LICENSE file for details.