Read the statement by Michael Teeuw here.
MMM-Homeassistant-sensors doesn't work anymore, recommended alternative.
-
I use https://github.com/Snille/MMM-homeassistant-sensors but after the last update of Home assistant it doesn’t work anymore (the program crashes after some seconds with an error about javascript being out of memory. So i was wondering if anyone had any suggested alternatives? There is another module named the same, I don’t know if that causes issues when it gets installed? Will it overwrite files? https://github.com/ledsi/MMM-homeassistant-sensors
-
@flac_rules
If you git-pull the second one - which seems to have the exact same name - the git-clone (<- edited!) will fail.
But if you rename the „original“ directory with e.g.mv MMM-homeassistant-sensors MMM-homeassistant-sensors_original
you should be able to issue a git clone (<- edited) for the second variant, install this and give it a try.
If t his doesn‘t work, either - delete the newly created directory and re-rename the original one …Regards,
Ralf -
@rkorell not git pull after rename, git clone to get the first copy
two different source repos, cant merge them
-
@sdetweil said in MMM-Homeassistant-sensors doesn't work anymore, recommended alternative.:
git clone
Dear Sam, you are SO right!
Sorry - typo …
Have edited above in my first post.
Thanks for paying attention!Regards,
Ralf -
Thanks. Renaming the folders worked fine.
-