Looking back on my config convention, it’s really confusing. autoPlay does not mean that the video plays right when the mirror boots up, it means that when the view is switched to video by use of the notification it plays without any more need for interaction. The play feature is mostly meant to be used with voice modules and I specifically developed it to work with my own in which all you would need to do to get it to work would be to add the module and put the following into your config.js
{
module: MMM-Voice-Commands,
config: {
commands: {
"play video": "ROSS_PLAY_VIDEO",
"stop video": "ROSS_SHOW_IMAGE"
}
}
}
Now when you say play video, it will switch to the video view and when you say stop video, it will switch back to the painting.
However, using MMM-Voice-Commands is not necessary, any module that can be configured to emit a notification to ROSS_PLAY_VIDEO and start the video.
There isn’t much I can do about the low definition pictures. That is just the quality the website I am using has them in. That’s why I put the module in the lower left hand corner and made it small; it still looks like a nice nature scene, but the low resolution is unobtrusive.