Skip to content

A module for the MagicMirror, to display informations about the currently energy consumption measured by a Smappee Energy Monitor.

License

Notifications You must be signed in to change notification settings

CFenner/MMM-Smappee

Repository files navigation

api Known Vulnerabilities Maintainability Test Coverage Build Status Scrutinizer Code Quality Code Coverage Build Status

MMM-Smappee

A module for the MagicMirror, to display informations about the currently energy consumption measured by a Smappee Energy Monitor.

module preview

Usage

Prerequisites

  • a Smappee Energy Monitor at home
  • an API key for Smappees API

API Access

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

Installation

To install this module, just clone this repository to the modules folder of your MagicMirror:

git clone https://github.com/CFenner/MMM-Smappee.git

Configuration

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

Languages

The following languages are available:

  • 🇬🇧
  • 🇩🇪

Further contributions welcome!

About

A module for the MagicMirror, to display informations about the currently energy consumption measured by a Smappee Energy Monitor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published