/MMM-Ferroamp

Primary LanguageJavaScriptMIT LicenseMIT

MMM-Ferroamp

A Solar Module for MagicMirror2 designed to integrate with a Ferroamp System

Dependencies

Installation

  1. Clone repo into MagicMirror/modules directory git clone https://github.com/mihed001/MMM-Ferroamp cd MMM-Ferroamp npm install
  2. Create an entry in 'config/config.js' with your API Key, SiteID and any config options.

Example:

 {
    module: 'MMM-Ferroamp',
	position: 'top_right',
	config: {
		apiKey: "################################", //Requires your own API Key
		siteId: "12345", //Ferroamp site ID
	}
 },

Note: Only enter your API Key in the config.js file. Your API Key is yours alone, do not post or use it elsewhere.

Optional Config

Option Description
basicHeader Set to true to substitute the 'Solar PV' text and graphic for the default MagicMirror header

API Key

Use of this module requires

  1. An API Key, which you can obtain by emailing Ferroamp support.
  2. The Site ID of the Ferroamp system you wish to monitor.