MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ESOB
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    E
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Looking for Beta-testers!

      @MichMich I am on the latest develop and it throws an error and just gives me a black screen:

      > magicmirror@2.1.1 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.1.1
      Loading config ...
      App threw an error during load
      TypeError: Path must be a string. Received undefined
          at assertPath (path.js:7:11)
          at Object.resolve (path.js:1148:7)
          at loadConfig (/home/pi/MagicMirror/js/app.js:53:29)
          at App.start (/home/pi/MagicMirror/js/app.js:180:3)
          at Object. (/home/pi/MagicMirror/js/electron.js:102:6)
          at Module._compile (module.js:556:32)
          at Object.Module._extensions..js (module.js:565:10)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12)
          at Function.Module._load (module.js:424:3)
      Whoops! There was an uncaught exception...
      TypeError: Path must be a string. Received undefined
          at assertPath (path.js:7:11)
          at Object.resolve (path.js:1148:7)
          at loadConfig (/home/pi/MagicMirror/js/app.js:53:29)
          at App.start (/home/pi/MagicMirror/js/app.js:180:3)
          at Object. (/home/pi/MagicMirror/js/electron.js:102:6)
          at Module._compile (module.js:556:32)
          at Object.Module._extensions..js (module.js:565:10)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12)
          at Function.Module._load (module.js:424:3)
      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
      Launching application.
      
      

      When I jump back to Master branch it loads fine:

      //your code> magicmirror@2.1.0 start /home/pi/MagicMirror
      > electron js/electron.js
      
      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 ...
      Initializing new module helper ...
      Initializing new module helper ...
      Initializing new module helper ...
      Initializing new module helper ...
      All module helpers loaded.
      Starting server op port 8080 ... 
      Server started ...
      Connecting socket for: MMM-Remote-Control
      Starting node helper for: MMM-Remote-Control
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: MMM-Traffic
      MMM-Traffic helper started ...
      Connecting socket for: MMM-WunderGround
      MMM-WunderGround helper started ...
      Connecting socket for: MMM-NFL
      Starting module: MMM-NFL
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      ERROR! Could not find main module js 
      
      posted in MagicMirror
      E
      ESOB
    • 1 / 1