Are there any logs?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.

Posts
-
RE: Temporary disable modules
-
RE: Add module reference to alerts
Well feel free to change things in the alert module since it should be rewritten at some point anyway… :D
-
RE: Temporary disable modules
Yeah exactly just re added my facial recognition module but I could not get openCV working on Sierra yet so it’s crashing and I can’t disable it without removing the config again…
-
Temporary disable modules
It would be great if one could add
disabled: true
to a modules dictionary to disable it without removing its configs. What do you think? -
RE: Split up Utilities?
-
RE: Face recognition and then play a random video
Hi there,
I just added aCURRENT_USER
broadcast so when a user is logged in my module sends a notification to all other modules.
To play your video write a module that listens to theCURRENT_USER
notification thepayload
is the current user orNone
if a user is logged out.Cheers,
Paul