@jlward73 this module requires a binary to match the electron version it’s running under.
so the package ‘compiles’ to get the correct binary by using the electron-rebuild tool
installed as part of the module install…
but… they have changed the process
electron rebuild must be located in the folder where electron is installed, NOT in the module folder
A few other modules have this problem too
if you look at the post install script from the updated pir-sensor
https://github.com/sdetweil/MMM-PIR-Sensor
you can see how it does that
MM does NOT ship this tool (which also changed package name)
so the script checks to see if it’s installed, if not then install it, then use it
I am traveling today