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 Black screen after the last - 2.11 - update

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    20 Posts 5 Posters 5.9k Views 4 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.
    • K Offline
      kondef
      last edited by kondef

      I just unfortunately did the update of 2.11 backing up only the modules folder and config.cs file. Now with either npm start or npm run start, nothing happens. I have a black blank screen. I followed the instructions of MichMich with the commands git pull && npm install.How can i fix that problems guys? Please consider that i am not expert with programming so please explain in a simple way. My node versions is:10.19

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

        @kondef what kind of pi?

        u will also have to do npm install in any module folder that has a package.json file

        I think my upgrade script will work, haven’t had a chance to try myself (trying to fix install)
        see
        https://github.com/sdetweil/MagicMirror_scripts

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 0
        • J Online
          JoeFranz
          last edited by

          I also had it with me, that’s because of the MMM-Pir-Sensor module. I deactivated it for now.

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

            @sdetweil I have raspberry pi3 b+. I reinstalled npm for all modules that have json file but i am still getting the same problem!

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

              @kondef r u using pm2 to start?

              If so do

              pm2 logs
              ctrl-c to exit

              Then npm start

              Also may need to open developers window, ctrl-shift-i on the keyboard, select the console tab and scroll up to see any errors…

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @sdetweil No i start manually npm start

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

                  @kondef so, you should open the dev window

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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

                    @sdetweil You mean npm run start dev ? I am sorry i told you i am not expert. By pressing Control - Shift - i the only thing happens is a small window opens.

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

                      @kondef should be the right side of screen

                      npm start dev can do the same on startup

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • K Offline
                        kondef
                        last edited by kondef

                        I am getting “DevTools was disconnected from the page. Once page is reloaded, DevTools will automatically reconnect” and the page now is white blank and thre is nothing on the dev console.
                        But i managed to take a photo while magic mirror was loading and i got the following: "MODULE NOT FOUND. Require Stack /home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/index.js
                        /home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js
                        /home/pi/MagicMirror/js/app.js
                        /home/pi/MagicMirror/js/electron.js
                        /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.

                        S M 2 Replies Last reply Reply Quote 0
                        • S Offline
                          sdetweil @kondef
                          last edited by

                          @kondef images don’t post…

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

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

                            @sdetweil
                            I am getting “DevTools was disconnected from the page. Once page is reloaded, DevTools will automatically reconnect” and the page now is white blank and thre is nothing on the dev console.
                            But i managed to take a photo while magic mirror was loading and i got the following: "MODULE NOT FOUND. Require Stack /home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/index.js
                            /home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js
                            /home/pi/MagicMirror/js/app.js
                            /home/pi/MagicMirror/js/electron.js
                            /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.

                            Please note that i already did npm install on Hotword module

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

                              @kondef yeh, hotword needs an electron-rebuild I think

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

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

                                @sdetweil How? I tried to update snowboy but i am getting an error.

                                S 2 Replies Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @kondef
                                  last edited by

                                  @kondef I don’t know right now. Be a few hours til I have time to test myself

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

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

                                    @kondef the doc for hotword install says
                                    if troubles do

                                    git clone https://github.com/Kitt-AI/snowboy.git
                                    cd snowboy
                                    rm -rf .git
                                    cp -r resources/models ..
                                    npm install -y nan node-pre-gyp
                                    ./node_modules/node-pre-gyp/bin/node-pre-gyp clean configure build
                                    npm install -y
                                    npm install -y electron-rebuild
                                    ./node_modules/.bin/electron-rebuild
                                    

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      mattx38 @kondef
                                      last edited by

                                      @kondef you can see my topic where @sdetweil helped me to solve issues.

                                      At this time, my mirror works again, excepted the Remote-Control module.
                                      Don’t worry, your mirror will come back well soon also for you ;-)

                                      K 1 Reply Last reply Reply Quote 0
                                      • K Offline
                                        kondef @mattx38
                                        last edited by kondef

                                        @mattx38 @sdetweil thank you so much guys for your immediate response. I actually deleted the hotword folder and reinstall again and now works fine. Now i am searching for a calendar that i can add multiple ones and to have a fancy -but not taking much space- look. Any ideas?

                                        1 Reply Last reply Reply Quote 0
                                        • R Offline
                                          rcikahskd
                                          last edited by

                                          Did anyone solve the issue?

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

                                            @rcikahskd which issue?

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 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