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.

    White screen after MMM-Remote-Control update

    Scheduled Pinned Locked Moved Solved Troubleshooting
    9 Posts 6 Posters 5.6k Views 6 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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @Hein-Jan
      last edited by

      @Hein-Jan any errors in the logs that you can provide?

      Please create a github issue if you need help, so I can keep track

      T 1 Reply Last reply Reply Quote 0
      • T Offline
        toonazd
        last edited by

        Having the same problem… Any suggestions?

        1 Reply Last reply Reply Quote 0
        • T Offline
          toonazd @strawberry 3.141
          last edited by

          pi@raspberrypi:~/MagicMirror $ node serveronly
          Starting MagicMirror: v2.1.0
          Loading config …
          Loading module helpers …
          No helper found for module: alert.
          Initializing new module helper …
          No helper found for module: clock.
          Initializing new module helper …
          No helper found for module: compliments.
          No helper found for module: currentweather.
          No helper found for module: weatherforecast.
          No helper found for module: calendar_monthly.
          Initializing new module helper …
          WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘body-parser’
          Loading module helpers …
          No helper found for module: alert.
          Initializing new module helper …
          No helper found for module: clock.
          Initializing new module helper …
          No helper found for module: compliments.
          No helper found for module: currentweather.
          No helper found for module: weatherforecast.
          No helper found for module: calendar_monthly.
          Initializing new module helper …
          Whoops! There was an uncaught exception…
          { Error: Cannot find module ‘body-parser’
          at Function.Module._resolveFilename (module.js:469:15)
          at Function.Module._load (module.js:417:25)
          at Module.require (module.js:497:17)
          at require (internal/module.js:20:19)
          at Object. (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:15:20)
          at Module._compile (module.js:570:32)
          at Object.Module._extensions…js (module.js:579:10)
          at Module.load (module.js:487:32)
          at tryModuleLoad (module.js:446:12)
          at Function.Module._load (module.js:438:3) code: ‘MODULE_NOT_FOUND’ }
          MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
          If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
          pi@raspberrypi:~/MagicMirror $ git pull

          1 Reply Last reply Reply Quote 0
          • R Offline
            roramirez Core Contributors
            last edited by

            Is missing body-parser lib required by MMM-Remote-Control

            Go the module directory and run npm install

            cd /home/pi/MagicMirror/modules/MMM-Remote-Control/
            npm install
            

            Easy module development with MagicMirror Module Template

            E T 2 Replies Last reply Reply Quote 2
            • E Offline
              elmerito25 @roramirez
              last edited by

              @roramirez Experience the same issue and was fixed by following your instructions! Thanks a bunch!

              1 Reply Last reply Reply Quote 0
              • T Offline
                toonazd @roramirez
                last edited by

                Thanks, all good now

                1 Reply Last reply Reply Quote 0
                • Hein-JanH Offline
                  Hein-Jan
                  last edited by

                  @roramirez.
                  Thanks, you have hit the nail on the head. I did run the git pull command, I have run the reinstall (the script did not work so I ran the manual method, but I did not run the npm install.
                  Sorry, I am new at this.
                  I did search the forum but could not find a solution.

                  So, thank for pointing out my mistake and helping me rectify it.

                  @ others: thanks for sharing your problems and logs so the problem could be solved.

                  Case closed from my perspective.

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    Jopyth Moderator @Hein-Jan
                    last edited by

                    @Hein-Jan Sorry about this, forgot to mention, that the new version introduces dependencies which must be installed.

                    @roramirez answer should work for anyone having the same problem (thanks!).

                    Helpful sticky: How to troubleshoot

                    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