A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
white screen flash on startup
-
Re: White flash when electron boots up
this is happening again, and I’;m following a issue on the electron site,
a workaround that should help usadd
electronOptions: { backgroundColor: “#00000001”}, to your config.js, before the address:like this
var config = { electronOptions:{backgroundColor:'#00000001'}, // width:800, height:1024, fullscreen:false }, // add this line address: "0.0.0.0",
I see a marked improvement
-
@sdetweil Does nothing in my case.
-
@BKeyport bummer
-
@sdetweil said in white screen flash on startup:
electronOptions:{backgroundColor:‘#00000001’},
Not working for me either :) But thank you for trying. Hopefully we will see a solution, my mirror is only on between certain times (with a Google Home routine and Sonoff switch) and the white bg is super annoying.