A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
show local webpages using iframe
-
@gkchimz what are your address and ipWhitelist setting in config.js?
-
@gkchimz
Store your html direct in the modules-folder and add it as URL for MMM-SmartWebDisplay like
url: [“/modules/myhtml.html”], -
-
var config = { address: "0.0.0.0", ipWhitelist: [], electronOptions: { webPreferences: { webviewTag: true } }, port: 8080,
-
@thgmirror - Thank you very much for your help. This now works.