I can't seem to get videos to autoplay. I've check to make sure Chromium is set up to allow autoplay as well. Here is the MagicMirror config/config.js :
{
module: "MMM-EmbedYoutube",
position: "lower_third",
config: {
video_id: "BbDF_GXBmGc",
autoplay: true,
loop: true
}
},