Skip to content

skruglov2023/MMM-ComEdPricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-ComEdPricing

The MMM-ComEdPricing module is designed for MagicMirror² to display the current hourly average and 5 minute pricing for ComEd.

image

Installation

  1. Navigate to your MagicMirror's modules directory.
  2. Clone this repository:
    git clone https://github.com/skruglov2023/MMM-ComEdPricing/

Configuration

To use this module, add it to the modules array in the config/config.js file of your MagicMirror:

{
    module: "MMM-ComEdPricing",
    position: "top_right",
    config: {
        updateInterval: 300000 // 5 minutes
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published