A module for the MagicMirror, to display informations about the currently energy consumption measured by a Smappee Energy Monitor.
Prerequisites
- a Smappee Energy Monitor at home
- an API key for Smappees API
To use this module, it is required to have access to Smappees API. You can request access to the API by opening a ticket or by sending an email with the following information:
- full name
- account name
- serial number
To install this module, just clone this repository to the modules folder of your MagicMirror:
git clone https://github.com/CFenner/MMM-Smappee.git
The module needs the standard configuration block in your config.js to work.
{
module: 'MMM-Smappee',
position: 'bottom_left',
config: {
user: {
id: '<smappee user id>',
password: '<smappee user password>'
},
client: {
id: '<smappee api client id>',
secret: '<smappee api client secret>'
},
}
}
The following languages are available:
- 🇬🇧
- 🇩🇪
Further contributions welcome!