Skip to content

MagicMirror module to get the ComEd hourly price

Notifications You must be signed in to change notification settings

vincep5/MMM-ComEdPrice

Repository files navigation

MMM-ComEdPrice

MagicMirror module to get the current ComEd Hourly Rate for customers

API

Uses the open/free api that ComEd publishes: https://hourlypricing.comed.com/api?type=currenthouraverage

Preview

screenshot1

Using the module

Go to your MagicMirror modules directory by entering cd MagicMirror/modules

run git clone https://github.com/vincep5/MMM-ComEdPrice

run cd MMM-ComEdPrice to get into the newly created folder

run npm install to install the dependencies

Add MMM-ComEdPrice module to the modules array in the config/config.js file:

modules: [
  {
    module: "MMM-ComEdPrice",
    position: "top_right",
    header: "ComEd Pricing",
    config: {
        updateInterval: 10 * 60 * 1000, // every 10 minutes
    }
  },
]

About

MagicMirror module to get the ComEd hourly price

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published