Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Manage MagicMirror by smartphone

    Troubleshooting
    3
    10
    3918
    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
      greda last edited by

      Hello,
      Is it possible to administer the magicmirror with a smartphone (change information or others)? If it’s possible how?
      Have a good day.

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

        @greda

        You can do some things with your phone using this

        https://github.com/Jopyth/MMM-Remote-Control

        1 Reply Last reply Reply Quote 0
        • cowboysdude
          cowboysdude Project Sponsor Module Developer last edited by

          Well there once was an app for the phone for MM but the guy released it and never followed through with it…so it faded away… too bad too because it had really good potential to do exactly what you were looking for…

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

            Thank you. I go to install this software quickly

            1 Reply Last reply Reply Quote 0
            • G
              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.

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

                @greda

                What’s the error?

                1 Reply Last reply Reply Quote 1
                • G
                  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
                  },
                  
                  Mykle1 1 Reply Last reply Reply Quote 0
                  • Mykle1
                    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'
                        
                    },
                    
                    1 Reply Last reply Reply Quote 1
                    • G
                      greda last edited by

                      Thanks you Mykle 1 !!!

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

                        @greda said in Manage MagicMirror by smartphone:

                        Thanks you Mykle 1 !!!

                        De rien, mon ami

                        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy