Read the statement by Michael Teeuw here.
MMM-YouTube
-
@juantata what version of MagicMirror are u running? we added a fix in 2.8 to allow autoplay
edit ~/MagicMirror/js/electron.js
make sure the line below is present // Keep a global reference of the window object, if you don't, the window will // be closed automatically when the JavaScript object is garbage collected. let mainWindow; function createWindow() { app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required"); //< --- this line
if not, add it then stop and restart MagicMirror
-
-
@juantata great info… but then not the problem…
-
@juantata said in MMM-YouTube:
To call the youtube module I say:
Ok google + singer’s name + song title, and the result is thisI have a little confusion. Are you talking about MMM-AssistantMk2 or MMM-Youtube? MMM-Youtube is not activated by MMM-AssistantMk2 yet. (I will connect both on next updates, but I have not enough time to focus nowadays) So I can’t catch your point at this time.
-
This post is deleted! -
@Sean
How do you use the module? -
@juantata
Wrongly asked the question -
@Sean
How do you make the module work? -
@juantata you need some other module to send it a command (notification)
see the doc -
@sdetweil
MMM-TelegramBot?If this is, I thought it was optional.