@mcretu Hi . Lost in the Post.
I think you refer to youtube not being displayed.
If that is the case, as @Bugsounet keeps saying (he said it to me about this…), red the wiki. It’s all there.
you need to change the config.js in config as follows:
https://github.com/bugsounet/MMM-Assistant2Display/wiki/Configuration
Assistant2Display need electron special configuration for web link displaying and Youtube functionality
start of the config.js configuration file
var config = {
address: "localhost",
electronOptions: {
webPreferences: {
webviewTag: true
}
},
port: 8080,
...
address should be localhost for playing YouTube video
electronOptions is need if you want to display the link and Cast module