A MagicMirror2 module, for a SolarEdge system, displaying the energy produced, used and received/released to the grid by your SolarEdge system, updated every minute
- Clone repo into MagicMirror/modules directory
- Get a SolarEdge API Key:
1. Open Solaredge website and login
2. Click, on the top navbar, the Administration section - Create an entry in
config/config.js
with your API Key, SiteID, and other config options
Example:
{
module: 'MMM-SolarEdge',
position: 'bottom_left',
config: {
apiKey: "################################", // Requires your own API Key
siteId: "#####", // SolarEdge 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.