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:
- Copy the `MMM-HabiticaStats` folder to your `MagicMirror/modules` directory
- 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.