• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

No helper found for module:

Scheduled Pinned Locked Moved Troubleshooting
7 Posts 2 Posters 8.2k Views 2 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.
  • R Offline
    raymonvdm
    last edited by Mar 29, 2018, 3:15 PM

    I tried to setup a RaspberryPi3 with MagicMirror but when i start MagicMirror i only get blankscreens.

    No helper found for module: helloworld

    This is the only module enabled in the config to rule out any specific module issue

    M 1 Reply Last reply Mar 29, 2018, 10:53 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @raymonvdm
      last edited by Mar 29, 2018, 10:53 PM

      @raymonvdm

      That just means that there is no node_helper.js for that module. That’s completely normal.

      Enable the clock, calendar, compliments and newsfeed modules. Those are the first 4 that should work initially after an installation.

      Lastly, are you getting errors in your terminal or console?

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • R Offline
        raymonvdm
        last edited by Mar 30, 2018, 10:33 AM

        I just copied config/config.js.sample to config/config.js and got the same messages about

        “No helper found for module:”

        pi@raspberrypi:/opt/MagicMirror $ npm start

        magicmirror@2.2.2 start /opt/MagicMirror
        sh run-start.sh

        Starting MagicMirror: v2.2.2
        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: calendar
        No helper found for module: compliments.
        No helper found for module: currentweather.
        No helper found for module: weatherforecast.
        Initializing new module helper …
        Module helper loaded: newsfeed
        All module helpers loaded.
        Starting server on port 8080 …
        Server started …
        Connecting socket for: updatenotification
        Connecting socket for: calendar
        Starting node helper for: calendar
        Connecting socket for: newsfeed
        Starting module: newsfeed
        Sockets connected & modules started …
        Launching application.

        The display turns black as it should be and there is no text output from the different modules.

        pi@raspberrypi:/opt/MagicMirror $ cat /etc/issue
        Raspbian GNU/Linux 9 \n \l

        RASPBIAN STRETCH WITH DESKTOP
        Image with desktop based on Debian Stretch
        Version:March 2018
        Release date:2018-03-13
        Kernel version:4.9

        1 Reply Last reply Reply Quote 0
        • R Offline
          raymonvdm
          last edited by raymonvdm Mar 30, 2018, 3:33 PM Mar 30, 2018, 2:06 PM

          I reinstalled using the installer and now it is working

          bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”

          Although autostart is not working (yet)

          M 1 Reply Last reply Mar 30, 2018, 3:58 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @raymonvdm
            last edited by Mar 30, 2018, 3:58 PM

            @raymonvdm said in No helper found for module::

            I reinstalled using the installer and now it is working

            That’s good news. :-)

            Although autostart is not working (yet)

            https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • R Offline
              raymonvdm
              last edited by raymonvdm Apr 3, 2018, 9:13 AM Apr 3, 2018, 9:12 AM

              I already followed https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror but still not working. I will try a reinstall to see if it fixes anyting

              M 1 Reply Last reply Apr 3, 2018, 11:23 AM Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @raymonvdm
                last edited by Mykle1 Apr 3, 2018, 11:23 AM Apr 3, 2018, 11:23 AM

                @raymonvdm

                If you reinstall, I believe there is an option for autostarting where you simple have to choose yes.

                Otherwise, if you are setting up autostart manually,

                Pay particular attention to this line:

                PM2 will now show you a command you need to execute.

                Most people miss this step. You have to execute the command that appears.

                And lastly, you have to save the PM2 state

                Create a working config
                How to add modules

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