Habitica Wiki
Habitica Wiki
WB landscape fullscreen



Description[]

MMM-HabiticaStats is a module for MagicMirror² that displays player statistics for Habitica.

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.

Install[]

To use this module:

  1. Copy the `MMM-HabiticaStats` folder to your `MagicMirror/modules` directory
  2. Add the module to the modules array in the `config/config.js` file, like in the following example:
modules: [
    {
        module: "MMM-HabiticaStats",
        position: "middle_center", // put it wherever you want
        config: {
            userID: "YOUR-HABITICA-USER-ID-HERE",
            APIToken: "YOUR-HABITICA-API-TOKEN-HERE"
        }
    }
]

Configuration Options[]

See the project README for full configuration options and additional information.