Read the statement by Michael Teeuw here.
MMM-Growatt
-
@nowayto Changes made. Please review the Github README for details of how to implement.
Don’t forget to like and or Star the module on Github.
-
@mumblebaj Thank you, I put the star
Now I’m trying to installing it but I have the dekinet’s one and the folder has same name of yours.
Do I have to uninstall dekinets one or is there a way to try your module without uninstall the other one?
Thanks -
@nowayto yes, do
rm -rf MMM-Growatt
in the~/MagicMorror/modules
folder to remove the other module. Then just git clone my one and configure accordingly in the config.js. -
@mumblebaj First of all, thak you again.
I might found 2 syntax errors:{ module: "MMM-Growatt", position: "middle_center", //Works best at middle_center. May not display all that well in other positions disabled: false, config: { username: "username", password: "password", usServer: true, // only used by US Registered users debug: false, // set to true if you want to create a debug log mode: "dual", // Specify 'dual' when running https://github.com/mumblebaj/MMM-Growatt.git and https://github.com/mumblebaj/MMM-Growatt-Stats.git together else specify 'single' view: "table", // Only add this if you want a minimalystic table view rowToDisplay: [ "loadPower", "batteryPower", "solar", "loadPower" ] //Remove items you do not want to display on the table. Table will be ordered in the same order as items appear in the list. Not required of view is not table updateInterval: 1000*60*30 //Update every 30 minutes }
},
inside the rowToDisplay line, after the closing square comma, a comma is missing
and between the two square commas there are two “loadPower” so I wrote"gridPower" instead and seems working but in that moment solar power is higher than load so I don’t have any valor in it.Two question: can I enhance the charachters dimension?
can I add “exportedPower” to it?Thanks
-
@nowayto Hi. I will fix the README when I get some time. Unfortunately you cannot add exportedPower as that is not defined in the module when it gets the text and icons etc.
-
@mumblebaj I fix it by myself, butI just though you were interested about the two errors for other people.
Anyway thank you for everything, exportedPower is not a problem but is there a way to just enhance charachter dimension? -
@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; }