Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.23 KB

MMM-MinecraftServer

The MMM-MinecraftServer module is designed for MagicMirror² to display the list of online players on a Minecraft server.

Screenshot

Installation

  1. Navigate to your MagicMirror's modules directory.
  2. Clone this repository:
    git clone https://github.com/ItsMeBrille/MMM-MinecraftServer.git

Configuration

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
  }
}

APIs

License

This project is licensed under the MIT License - see the LICENSE file for details.