Read the statement by Michael Teeuw here.
Posts
-
RE: LICENSE: on modules.magicmirror.builders shows @noassertion instead of MIT
Thanks! Maybe I take a look into the authenticating stuff …
-
RE: Fork creator rails against MagicMirror²
Life is too short to be mad at assholes…
-
RE: MMM 2.18 - NPM? Electron? Silly lifecycle? no MMM
@oberfragger yes, in the mm folder
-
RE: MMM-PublicTransportHafas: problem displaying delays
the module is untouched since 4 years which means dead.
You can try this fork https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas
The “ ” part is missing in the fork so may this is fixed there.
-
RE: new Raspi OS release
thanks for the hint, had to check mmos …
-
RE: MMM-PIR -Sensor doesn't work after update
The sandbox error is mentioned in this github electron issue. It’s a chromium bug and everything should still work normally.
-
RE: Storing variables to be ignored by git in a js file?
you could use
envsubst < config/config.js.template > config/config.js.The
config.js.templateis the config for both which contains variables for the different values. So you could write a script which sets the variables for user1 and then runenvsubstfor config1 and the same for user2/config2 afterwards.