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.

    Manage MagicMirror by smartphone

    Scheduled Pinned Locked Moved Troubleshooting
    10 Posts 3 Posters 6.4k 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.
    • G Offline
      greda
      last edited by

      Thank you. I go to install this software quickly

      1 Reply Last reply Reply Quote 0
      • G Offline
        greda
        last edited by yawns

        Hello,
        I try to use MMM-Remote-Control but i need help to configure config.js I paste this one in config.js but i got an error

        {
            module: 'MMM-Remote-Control'
            // uncomment the following line to show the URL of the remote control on the mirror
            // , position: 'bottom_left'
            // you can hide this module afterwards from the remote control itself
        },
        

        Thanks you for your help.

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @greda
          last edited by

          @greda

          What’s the error?

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 1
          • G Offline
            greda
            last edited by yawns

            Please create a config file.
            My config.js :

            {
            module: ‘MMM-Remote-Control’
            // uncomment the following line to show the URL of the remote control on the mirror
            // , position: ‘bottom_left’
            // you can hide this module afterwards from the remote control itself
            },
            
            Mykle1M 1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @greda
              last edited by

              @greda

              There is a comma missing but it’s not your fault. I looked at the repo and its missing from there. You don’t need the comments either so I removed them for you. Copy and paste this:

              {
                  module: 'MMM-Remote-Control',
                  position: 'bottom_left'
                  
              },
              

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 1
              • G Offline
                greda
                last edited by

                Thanks you Mykle 1 !!!

                Mykle1M 1 Reply Last reply Reply Quote 1
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @greda
                  last edited by

                  @greda said in Manage MagicMirror by smartphone:

                  Thanks you Mykle 1 !!!

                  De rien, mon ami

                  Create a working config
                  How to add modules

                  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