The MMM-ComEdPricing module is designed for MagicMirror² to display the current hourly average and 5 minute pricing for ComEd.
- Navigate to your MagicMirror's
modulesdirectory. - Clone this repository:
git clone https://github.com/skruglov2023/MMM-ComEdPricing/
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
}
}
