Read the statement by Michael Teeuw here.
Show compliments only for a limited time after wake-up HDMI
-
OK, havn’t seen that yet. Just assuming here, wouldn’t that reload all modules. If so, not a smooth solution for my goal. I could be wrong, will look into it 😁
-
@hulkhaugen
No it only shows/hides modules.
As far as I know there is no dynamic loading/unloading of modules in MagicMirror. -
Just use MMM-ModuleScheduler… it shows and hides modules based on time…
-
@cowboysdude I don’t think that will give him the effect he wants. That method isn’t dynamic based upon his PIR sensor.
-
That’s what i was wondering about as well. Can the MMM-ProfileSwitcher react with a timed module based on PIR input? If so, that sounds like my solution :)
-
@hulkhaugen No but you could implement your own module based on the MMM-PIR-Sensor one that sends notifications to MMM-ProfileSwitcher instead of directly driving the HDMI output state.