• 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.

MMM-Remote-Control after upd MM to 2.1.0

Scheduled Pinned Locked Moved Troubleshooting
14 Posts 6 Posters 9.8k 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.
  • L Offline
    lolobyte
    last edited by Jan 2, 2017, 3:04 PM

    when i choose “edit modules” the MMM-Remote-Control does’t show any module.

    It mean there are no modules loaded. But more than 6 modules are running at the mirror.

    Any ideas?

    1 Reply Last reply Reply Quote 0
    • S Offline
      schlachtkreuzer6
      last edited by Jan 2, 2017, 5:22 PM

      did you update the dependencies?

      L 1 Reply Last reply Jan 2, 2017, 5:51 PM Reply Quote 0
      • S Offline
        Steff
        last edited by Jan 2, 2017, 5:36 PM

        Just did the update with git pull && npm install, I can report that at least my MMM-Remote-Control works exactly as beforehand, showing all modules.

        1 Reply Last reply Reply Quote 0
        • L Offline
          lolobyte @schlachtkreuzer6
          last edited by Jan 2, 2017, 5:51 PM

          @schlachtkreuzer6

          I only made a

          git pull

          and the answer was.

          Already up-to-date.

          S 1 Reply Last reply Jan 2, 2017, 5:56 PM Reply Quote 0
          • S Offline
            schlachtkreuzer6 @lolobyte
            last edited by Jan 2, 2017, 5:56 PM

            @lolobyte git pull && npm install ?

            L 2 Replies Last reply Jan 2, 2017, 6:00 PM Reply Quote 0
            • L Offline
              lolobyte @schlachtkreuzer6
              last edited by Jan 2, 2017, 6:00 PM

              @schlachtkreuzer6

              i have now also done the npm install in the remote control folder…

              The issue remain.

              I’ll try a comlete new install of the module! :-(

              S 1 Reply Last reply Jan 2, 2017, 6:04 PM Reply Quote 0
              • S Offline
                schlachtkreuzer6 @lolobyte
                last edited by Jan 2, 2017, 6:04 PM

                @lolobyte nonono you need to npm install the hole thing ^^ wait take a look here: https://forum.magicmirror.builders/topic/1306/v2-1-x-updates

                1 Reply Last reply Reply Quote 0
                • L Offline
                  lolobyte @schlachtkreuzer6
                  last edited by Jan 2, 2017, 6:09 PM

                  @schlachtkreuzer6

                  The problem remains.

                  pm2 logs mm, doesn’t give me a real answer about the issue.

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    jean_pol56
                    last edited by Jan 2, 2017, 10:09 PM

                    I had the same problem.
                    I deleted the option: “disabled” (Set disabled to true to skip creating the module.) ) in my modules and everything works , MMM-Remote-Control show modules.

                    L 1 Reply Last reply Jan 2, 2017, 10:30 PM Reply Quote 0
                    • L Offline
                      lolobyte @jean_pol56
                      last edited by Jan 2, 2017, 10:30 PM

                      @jean_pol56

                      YES, damn, more than 2 hours wasted wit this issue.

                      If you un-comment the “disabled: true.” argument, your remote module won’t work correctly.
                      If you change the status from “true” to “false”, your remote module works again.

                                  {
                                          module: 'helloworld',
                                          position: 'bottom_bar',
                                          classes: 'small bright', // Add your own styling. Optional.
                                  //      disabled: true, // verursacht Fehler in MMM-Remote-Control Modul
                                          config: {
                                                  text: 'TEST TEST TEST!',
                                                  }
                                  },
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        8/14
                        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