Read the statement by Michael Teeuw here.
Magic Mirror updated now doesnt work
-
@sdetweil there you go:
var config = { address: "", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8181, ipWhitelist: [], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"$ // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format$ // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/$ language: "en", timeFormat: 24, units: "metric", // customCss: 'css/custom.css', modules: [ // { // module: "alert", // },
-
@bachoo786 said in Magic Mirror updated now doesnt work:
address: “”, < — means ONLY the local system can connect
change to
address: “0.0.0.0”,means whitelist controls who can connect
-
@sdetweil omg that worked !!! I remember before there was no need to put any thing. How come its changed?
Anyway I have another problem, my home assistant module keeps on turning on and off like rapidly. It never used to do that before.
-
@bachoo786 we found a security gap. The doc says, if not specified, it is localhost. But we allowed anyone.
Home assistant on/off what does that mean? Show me the two logs.
I will be away for a few hours
-
@sdetweil sorry which 2 logs?
-
@sdetweil here is a link of a little video in gif format showing you what I mean by homeassistant module turning on and off.
-
@bachoo786 which Home Assistant module are u using?
-
@sdetweil it seems to be working fine now after few reboots to the pi.
-
@bachoo786 cool. Thx for the update!