@sdetweil So I have tried to get your module to work, but unfortunately without success. Could you please help me?
So what I have done:
-
Cloned motion-project into my folder Mirror (there are now two folder, MagicMirror and motion)
-
Created motion.conf and made those changes:
# Command to be executed when an event starts. (default: none)
# An event starts at first motion detected after a period of no motion defined by event_gap
; on_event_start /Users/..../Mirror/MagicMirror/modules/MMM-SleepWake/external_motion start
# Command to be executed when an event ends after a period of no motion
# (default: none). The period of no motion is defined by option event_gap.
; on_event_end /Users/..../Mirror/MagicMirror/modules/MMM-SleepWake/external_motion end
- Configured my ~/MagicMirror/config/config.js file:
{
module: 'MMM-SleepWake',
delay: 1, // default (one minute just for testing)
source: 'external'
},
- Started my MM without error, but SleepWake don’t do anything my MM just shows everything without going to sleep!
So did I miss something? (My hardware: Mac Mini (late 2012) Monitor over HDMI connected.
Thank you!