A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
electron.js HELP
-
@Manu85 could you be a little more specific on the error… if using pm2 to start, show the part in the output from
pm2 logs --lines=100
the line
app.commandLine.appendSwitch(‘autoplay-policy’, ‘no-user-gesture-required’);
only applies to video or audio files
-
@sdetweil you know me well :-)
-
@sdetweil
I don’t see this line!app.commandLine.appendSwitch(‘autoplay-policy’, ‘no-user-gesture-required’);
-
@Manu85 ver 2.11 direct from github
function createWindow() { app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required");
I added that in ver 2.8 last year
-
@sdetweil Thank you for your answer