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.

    HUGE FLAW IN MY PLAN

    Scheduled Pinned Locked Moved Troubleshooting
    13 Posts 4 Posters 9.9k Views 4 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.
    • A Offline
      AAPS
      last edited by AAPS

      At first, I thought I had everything figured out. I soon realized that I need a way to turn it my mirror on and off cleanly. I have found the remote control module, but I don’t completely understand it. Could anyone help me? The only thing I can think of is connecting the main cable with a switch to turn it on and using the remote control to turn it on once I figure things out. Also, how could I set up a PIR sensor?

      1 Reply Last reply Reply Quote 0
      • J Offline
        Jopyth Moderator
        last edited by

        What is your issue with the remote control module? Once you installed it, and add it to your config.js, restart your mirror and go to the remote control page. It is hosted on your pi, so you need to know the IP, e.g. if your IP is 192.168.0.111 you need to go to 192.168.0.111:8080/remote.html. There you should be able to switch off/on your display.

        Helpful sticky: How to troubleshoot

        1 Reply Last reply Reply Quote 1
        • A Offline
          AAPS
          last edited by

          Thanks! How do I add it to the config.js file and how do I find my pi’s IP address?

          J 1 Reply Last reply Reply Quote 0
          • J Offline
            Jopyth Moderator @AAPS
            last edited by

            For reference: Installation - Step 2

            Add the following to the module section of your config.js:

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

            If you only copied the example config, paste these lines, for example, between lines 17 and 18.

            Hopefully this shows you your IP address right on your mirror in the bottom right corner.

            If not you can execute the command ifconfig on your raspberry and look at the output, make sure to take the IP of the correct adapter (i.e. WLAN if you are using WLAN).

            Helpful sticky: How to troubleshoot

            1 Reply Last reply Reply Quote 1
            • A Offline
              AAPS
              last edited by

              Thanks! This helps a lot.

              1 Reply Last reply Reply Quote 0
              • A Offline
                AAPS
                last edited by

                I installed the module, but when I go to the website it says : “This device is not allowed to access your mirror.
                Please check your config.js or config.js.sample to change this”

                What does this mean? What can I do to fix it?

                1 Reply Last reply Reply Quote -1
                • S Offline
                  schmo90
                  last edited by

                  i also get this error message…

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    AAPS
                    last edited by

                    I finally figured out what to do. @lolobyte explained it to me here: https://forum.magicmirror.builders/topic/735/mmm-remote-control/112

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      AAPS
                      last edited by

                      Something weird happened. Every time I try to add remote control to my config.js file, when I reboot it shows a black screen. Why is this? Also, I can’t figure out how to change the time zone.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        shashank @AAPS
                        last edited by

                        @AAPS hi, if your are using Raspberry pi, you can change the Timezone using raspi-config from terminal

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