Skip to content

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages