@sdetweil Good news, switching to new weather
module fixed the issue.
Read the statement by Michael Teeuw here.
Latest posts made by mithatcak
-
RE: MMM-SleepWake using external motion detection source
-
RE: MMM-AssistantMk2
@Sean thanks! I noticed a typo in
MMM-Hotword
config documentation it should bechannel
instead ofchannels
. When I usechannels
both Hotword and AMK2 won’t record. -
RE: MMM-SleepWake using external motion detection source
@sdetweil Unfortunately same result :/ I will try to replace
currentweather
andweatherforecast
with weather module and see if it’s going to make any difference. -
RE: MMM-AssistantMk2
@Sean first of all, thank you for this amazing module! quick question, I’m using ps3 eye which has 4 channel mics but I don’t see any option for
channel
in the config. It is only present in yourMMM-Hotword
module. Am I missing something? Thanks! -
RE: MMM-SleepWake using external motion detection source
@sdetweil I noticed a weird issue. sometimes after several sleep&wake cycles, when it goes to sleep only the stock currentweather and weatherforecast modules stays on. there is no error in the motion.log or MM log.
here is my config, I was using delay: 5 then switched to 0.2 so I can repeat the issue faster.
{ module: "MMM-SleepWake", config:{ delay: 0.2, // default source: "external", mode: "HIDE" } // detectionDir: folder containing externally generated file when motion starts // will be created if needed // detectionFile: filename generated for motion start. default = 'detected' },
-
RE: MMM-SleepWake using external motion detection source
this is exactly what I need. works perfect! just hiding modules and no more ugly “NO SIGNAL” message floating on my mirror. Thank you!