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.

    MMM-MyWeather by martinkooij doesn't work...

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 1.1k Views 1 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.
    • ? Offline
      A Former User
      last edited by

      Hi Guys,

      i just installed the module see in the description and started it with the example config.

      Now MagicMirror started with an Blackscreen and following errors…idk what to do. I updated and installed MM from scratch, but it doesnt work either.

      Please anyone help me before i go crazy ;)

      (Sorry for my bad english, last english lesson was about 6 years ago)

      Greetz

      > magicmirror@2.7.1 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.7.1
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: MMM-DWD-WarnWeather
      Initializing new module helper ...
      Module helper loaded: MMM-Remote-Control
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'rss-parser'
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: MMM-DWD-WarnWeather
      Initializing new module helper ...
      Module helper loaded: MMM-Remote-Control
      App threw an error during load
      Error: Cannot find module 'rss-parser'
          at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (internal/modules/cjs/loader.js:528:25)
          at Module.require (internal/modules/cjs/loader.js:658:17)
          at require (internal/modules/cjs/helpers.js:20:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:13:17)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:153:3)
          at Module._compile (internal/modules/cjs/loader.js:711:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
          at Module.load (internal/modules/cjs/loader.js:620:32)
      Whoops! There was an uncaught exception...
      { Error: Cannot find module 'rss-parser'
          at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (internal/modules/cjs/loader.js:528:25)
          at Module.require (internal/modules/cjs/loader.js:658:17)
          at require (internal/modules/cjs/helpers.js:20:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:13:17)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyWeather/node_helper.js:153:3)
          at Module._compile (internal/modules/cjs/loader.js:711:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
          at Module.load (internal/modules/cjs/loader.js:620:32) 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
      Launching application.
      ^CShutting down server...
      Stopping module helper: updatenotification
      Stopping module helper: MMM-DWD-WarnWeather
      Whoops! There was an uncaught exception...
      TypeError: Cannot convert undefined or null to object
          at Function.keys (<anonymous>)
          at Class.stop (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:70:20)
          at App.stop (/home/pi/MagicMirror/js/app.js:249:16)
          at App.app.on (/home/pi/MagicMirror/js/electron.js:109:7)
          at App.emit (events.js:182:13)
      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
      
      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil
        last edited by

        the module u installed has another installation step that you missed…

        change to the module folder

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

        then install its dependencies

        npm install
        

        then try to run mirror again

        from the module readme

        Manual install
        (1) Clone this repository in your modules folder, and install dependencies:
        cd ~/MagicMirror/modules # adapt directory if you are using a different one
        git clone https://github.com/Jopyth/MMM-Remote-Control.git
        cd MMM-Remote-Control
        npm install
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 1
        • ? Offline
          A Former User
          last edited by

          O M G…you saved my day!

          now everything works fine…thanks

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

            @Isid0r great… can u mark your issue resolved… thx

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            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