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.

    Blank screen after updating tonight...

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    17 Posts 5 Posters 6.6k Views 5 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.
    • S Offline
      sdetweil @ines
      last edited by

      @ines ok, you need to follow the instructions in hotword for the electron-rebuild

      But maybe in kiosk mode, you may meet some error like this;
      
      Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/electron-v2.0-linux-arm/snowboy.node'
      In that case, you need to rebuild some binaries to match with Electron version.
      
      cd ~/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      npm install --save-dev electron-rebuild
      npm install nan
      ./node_modules/.bin/electron-rebuild   # It could takes dozens sec.
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        note that you will have the same problem in Assistant too

        see

        https://forum.magicmirror.builders/topic/10189/mmm-assistantmk2-breaks-with-mm-v2-7-0

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        thedoorsfanaticT N 2 Replies Last reply Reply Quote 0
        • I Offline
          ines
          last edited by

          @sdetweil said in Blank screen after updating tonight...:

          ./node_modules/.bin/electron-rebuild

          thank you @sdetweil , the problem was solved you need to make the electron-rebuilt into mmm-assistantMk2 and mmm-hotword too

          1 Reply Last reply Reply Quote 0
          • thedoorsfanaticT Offline
            thedoorsfanatic @sdetweil
            last edited by

            @sdetweil

            Sorry, I am a beginner from Germany. Maybe you can help.

            It won’t let me update because of this message:
            “Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge überschrieben werden”
            which translates to:
            “Your local changes in the following files would be overwritten by the merge”
            and then it lists like 5 or 6 package.json files. What can I do?

            Danke/Thanks!

            My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

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

              @thedoorsfanatic you can pout those changes away temporarily with

              git stash

              after installing, if u want those back,

              git stash pop

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              N thedoorsfanaticT 2 Replies Last reply Reply Quote 0
              • U Offline
                uatuba
                last edited by

                I got it working by removing MMM-PIR-Sensor and reinstalling it. Simply updating it did not work.

                1 Reply Last reply Reply Quote 0
                • N Offline
                  nakedrabbit @sdetweil
                  last edited by

                  @sdetweil Thanks for these leads! Now that you mention it, why would I not need to do this… I’ll let you know how it goes…

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    nakedrabbit @sdetweil
                    last edited by

                    @sdetweil LIKE A CHARM. All is well with Assistant and Hotword, just as you describe. MMM-Buttons also required and npm install, as well as MMM-PIR-Sensor. So, basically, maintenance on all the plugins.

                    1 Reply Last reply Reply Quote 0
                    • thedoorsfanaticT Offline
                      thedoorsfanatic @sdetweil
                      last edited by

                      @sdetweil said in Blank screen after updating tonight...:

                      git stash

                      Thanks for your quick reply and your tipp that worked for me.
                      After git stash I updated MM to 2.7.1 and then I cd 'ed into every installed module and did npm install.

                      Excuse my bad English and sorry to bug you and thanks again fpr your time!

                      Noob from Germany

                      My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • 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