I have the same issue. I think it depends on the mirror is losing its wlan connection for some time. but I’m not sure… I can’t find anything in the logs.
Read the statement by Michael Teeuw here.
Posts made by witschi87
-
RE: MMM-Wunderlist not updating
-
RE: MMM-voice
Hey guys,
i’ve installed the plugin but getting this error:
pocketsphinx_continuous: error while loading shared libraries: libpocketsphinx.so.3: cannot open shared object file: No such file or directory
Any suggestions?
-
RE: Help with tables?
Can you show us the generated html? And I think
rowspan="0"
is not cross-browser compatible. You should userowspan="2"
. -
RE: Podcast
I’m using the 100 seconds Tagesschau podcast. The video is downloaded properly and I can play it from directory. I have also checked, that the
omx.play()
-Command is reached with aconsole.log
. But nothing happens - no error message and no video is playing :(
While we are at it: what is the best way to develop a module? Do I need to restart the application (pm2 restart/reload mm
) every time I am changing a node_helper? -
RE: Podcast
@paviro Yes, I mean
setTimeout(function(){socketNotificationReceived(notification, payload)},2000);
. This is an even call to wait the download is finished. ThedownloadVideo
-Function has a callback to set thethis.loaded = true
and after that thesocketNotificationReceived
-Function runs theomx.play()
-Command. But at this point nothings happens… -
Podcast
Two things:
- in your node_helper.js the line socketNotificationReceived(notification, payload) should be self.socketNotificationReceived(notification, payload), otherwise the scripts stops with an error and the omx.play command will never executed.
- in my case, the omx.play command line is reached, but nothing happens. Do I have to set the position in the config.js?
-
RE: PIR-Sensor - put your mirror to sleep if not used
Can you tell me how to do that, please?!
-
RE: PIR-Sensor - put your mirror to sleep if not used
I’m getting the following error:
start-magic-0 (err): WARNING! Could not find config. Please create one. start-magic-0 (err): App threw an error when running [Error: Module version mismatch. Expected 47, got 48.] start-magic-0 (err): [Error: Module version mismatch. Expected 47, got 48.]
I’ve just cloned the git repository and installed the dependencies.
And that is my config:{ module: 'MMM-PIR-Sensor', config: { sensorPIN: 22, powerSaving: true } },