Je voudrais afficher mon écran Domoticz dans un iframe de mon MagcMirror².
Voilà le résultat :
1er affichage :
Affichage suivant après quelques secondes :
Dans mon config.js
Code : Tout sélectionner
{
module: "MMM-iFrameReload",
position: "middle_center", // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
url:"http://192.168.1.xxx:XXXX/monitor/index.html",
width: "800px", // Optional. Default: 400px
height: "800px", // Optional. Default: 800px
//refreshInterval: 3600, //Optional. Default: 3600 = 1 hour
scrolling: "no"
}
},Merci