linuxtuxie / MMM-SunnyPortal

MMM-SunnyPortal is a [MagicMirror] module for displaying the current, monthly and yearly power output of your SunnyPortal Solar Panels
MIT License
4 stars 4 forks source link

Added totalGraph, convertUnits, includeGraphs, removed need for CSS and corrected handling of width and height. #2

Closed hervidero closed 4 years ago

hervidero commented 4 years ago

Corrected measurements from kW to kWh for all charts except day. (More notes in the comments/commit log). Added a total graph. Added a convertUnits option to calculate kWH to MWh.

hervidero commented 4 years ago

Note: if you also update the version number in the package.json (and README.md), users will be notified of the update if they have notifications on..

hervidero commented 4 years ago

includeGraphs works! The code needs some cleaning. Might want to put some of the recurring code into a function.

hervidero commented 4 years ago

With that lastest commit, I restricted the startup and update functions to only fetch and update the selected graphs/data (not always fetch all datastreams)

hervidero commented 4 years ago

Updated package.json to version 1.1.0, but the code still needs a bit of cleanup.