MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    white screen flash on startup

    Troubleshooting
    3
    4
    309
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sdetweil last edited by

      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 us

      add
      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

      Sam

      Create a working config
      How to add modules

      BKeyport 1 Reply Last reply Reply Quote 1
      • BKeyport
        BKeyport Module Developer @sdetweil last edited by

        @sdetweil Does nothing in my case.

        The "E" in "Javascript" stands for "Easy"

        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @BKeyport last edited by

          @BKeyport bummer

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • R
            robertalexa last edited by

            @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.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy