Page 1 sur 1

MagicMirror² - iframe - Domoticz

Publié : 08 juin 2020, 16:50
par Doudy
Bonjour,

Je voudrais afficher mon écran Domoticz dans un iframe de mon MagcMirror².
Voilà le résultat :
1er affichage :
Image
Affichage suivant après quelques secondes :
Image

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"
			}
		},
Quelqu'un aurait une idée pour afficher rien que la page index.html ou clock.html :?:

Merci
;)