Read the statement by Michael Teeuw here.
MMM-Growatt
-
@nowayto Yes, you can add your own dimensions in the
~/MagicMirror/css/custom.css
.I have noticed an error in the module css. I have corrected it. Please do a
git pull
before attempting the below changes.You could set it as follows:
.growatt-table { font-weight: bold; color: orangered; font-size: 0.5rem; }
-
Update v2.1.3 - Released
- Added animation to the lines to show a visual effect of charging or discharging. Have been wanting to do this for a while and only had the chance to implement this.
The above change is on my dev branch being tested by myself. I welcome others to checkout the dev branch and assist with testing. Everything looks good thus far. If no issues raised against the dev branch then I will release to main over the weekend.
-
Update v2.1.4 - Released!
The module display has been too rigid and only worked in the
middle_center
position.I have made a number of changes to the
css
which now allows the module to be displayed in any of the other regions.The updates are currently on my dev branch for anybody who would like to test. I will release to main by the end of the weekend.