MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Error after updating MM

    Scheduled Pinned Locked Moved Troubleshooting
    5 Posts 2 Posters 2.3k Views 2 Watching
    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.
    • Q Offline
      qqqqqqqq
      last edited by qqqqqqqq

      I recently updated my MagicMirror (after leaving the project unfinished 4-5 months ago), and the layout has changed a bit.
      Also, one of the module (MMM-remote-control) has stopped working.

      I’m unable to access the mirror using the remote module. The error I’m getting is “This device is not allowed to access your mirror”

      I tried this, but still the same error.

      @xer0design said in ipWhitelist HowTo:

      Not a fan of this addition; would have rathered it was something you enable rather than disable.

      For anyone wondering how to allow all ips, use:

      ipWhitelist: ["::fff:0.0.0.0/1", "::fff:128.0.0.0/2", "::fff:192.0.0.0/3", "::fff:224.0.0.0/4", "127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
      1. My modules were aligned to right of the screen taking width of approx 250px, now they are covering 3/4 of the whole screen. :/
        all my css were untouched, am I supposed to change anything?

      Screenshots & more explanation in the post below.

      Also, can anyone help me reset the whole mirror/raspbian in case I want to start again? (without formatting the SD card)

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @qqqqqqqq
        last edited by

        @qqqqqqqq

        As far as your ipWhitelist is concerned, this seems to be working for others after the update (for all IP’s)

        var config = {
           ipWhitelist:  [],
           address: "0.0.0.0",
        }
        

        Create a working config
        How to add modules

        Q 1 Reply Last reply Reply Quote 0
        • Q Offline
          qqqqqqqq @Mykle1
          last edited by

          @Mykle1 said in Error after updating MM:

          @qqqqqqqq

          As far as your ipWhitelist is concerned, this seems to be working for others after the update (for all IP’s)

          var config = {
             ipWhitelist:  [],
             address: "0.0.0.0",
          }
          

          Thanks! This worked great (using ethernet cable, i’ll try using wifi and report back if i face any issues.)

          1 Reply Last reply Reply Quote 0
          • Q Offline
            qqqqqqqq
            last edited by qqqqqqqq

            0_1500638366059_Capture.PNG

            As you can see in the image,

            The quote module “never try to teach the pig…” should stay behind the red line, since it’s width was fixed, and was aligned to right.
            That, along with the Mirror stats has crossed the line (no pun intended).
            I want it to word wrap, but it is taking the width of the whole sentence. :(

            And, the Market highlights is taking up the width of the calendar module above it (which should not happen).

            Mykle1M 1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @qqqqqqqq
              last edited by Mykle1

              @qqqqqqqq

              Without knowing what your module.css file, custom.css file or your config file settings are, not to mention the regions the modules occupy, I couldn’t tell you what “should or should not happen” to the display of the modules.

              If the quotes module is in the upper_third region and aligned to the right then that is exactly how it should appear. Are you sure it is in the top_right region? And if so, it appears it is being allowed to expand as necessary, bringing the Mirror Stats with it.

              Market Highlights would follow suit with the calendar module.

              Perhaps the update has replaced your custom settings with defaults, or simply wiped them out.

              Try this in custom.css for each of the modules you want to control, replacing MODULE_NAME with the name of each of the modules you want to constrain, and adjust accordingly.

              .MMM-MODULE_NAME {
                 width: 200px;
               }
              

              Create a working config
              How to add modules

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy