Read the statement by Michael Teeuw here.
MMM-Videoplayer - Play video files on your mirror
-
@Snille Yes, i use your Version. The content of my cloned folder on the rPI is identical to your folder on github. So i am using the same Version.
Why its showing that its trying to load a node_helper, i have no idea. I dont even know what that is :) I just started the MM without any other modules than yours and did not see an Error and just wanted to show that.But its ok if this is not possible to play on a rPI. Was worth a try!
Thanks anyway for your support and the great work! :)
-
@feigi said in MMM-Videoplayer - Play video files on your mirror:
Why its showing that its trying to load a node_helper
the system ALWAYS tries and reports… nothing worrisome…
-
One minor note - in your readme on github, there’s no install instructions. I’d add that…
Seems to be good otherwise.
-
@BKeyport Oh! Good point! I’ll fix that. Thank you! :)
-
Added a new function in v0.4. See first post…
-
@Snille i had tried your mmm videoplayer, im curious is it no sound for playing video ?Or i need to do something on my config? I want to play with hdmi sound in my monitor.
thank for your support. good job
-
@elitecybernet Hi! Yes, default is “no sound”, because if you set it to yes, it will not “autoplay”. But you can just change the option: muted to false.
{ module: 'MMM-Videoplayer', position: 'middle_center', config: { muted: false, } },
Like so… :)