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.

    [Remote-Control] Shutdown, Configure and Update your MagicMirror

    Scheduled Pinned Locked Moved System
    274 Posts 78 Posters 873.6k Views 77 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.
    • Mr.MeeseeksM Offline
      Mr.Meeseeks
      last edited by

      Right, ya, or have yet another module directory inside remote to inject menu definitions node/remote/module code for module’s remote backend, like magic mirror… Damn getting complex, ha. But your right maybe for now needs to hide alert menu if not installed.

      CAAAAN DOO!👍

      1 Reply Last reply Reply Quote 0
      • ManmachineM Offline
        Manmachine
        last edited by

        Hi Jopyth,

        First, thanks for a great module that I have a lot of benefit of. Super well done!

        However, I have an idea that I would inquire if you could possibly help with.

        It concerns that I have a Smart Home Controller (Zipato Tile) where it is possible to send http get / post / put / delete.

        At this sitting blah. Z-Wave PIR Sensor, which is in the same room as my Magic Mirror, which through rule in Zipato Tile could send http post to your module and for example, “Turn Monitor ON”

        Will this be possible? If so, how would the syntax look like? (I’m definitely not strong in coding javascript)

        I would think it must be something along the: http://[Magic Mirror IP]/remote?Action= MONITORON

        Or am I way off?

        Thanks in advance

        strawberry 3.141S 1 Reply Last reply Reply Quote 0
        • strawberry 3.141S Offline
          strawberry 3.141 Project Sponsor Module Developer @Manmachine
          last edited by

          @Manmachine action should be lowercase and dont forget to add the port specified in the config behind the ip

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

          Please create a github issue if you need help, so I can keep track

          ManmachineM 2 Replies Last reply Reply Quote 0
          • ManmachineM Offline
            Manmachine @strawberry 3.141
            last edited by

            Super! thanks i’ll give it a change.
            Will return soon with an update within the next few days =)

            1 Reply Last reply Reply Quote 0
            • ManmachineM Offline
              Manmachine @strawberry 3.141
              last edited by

              @strawberry-3.141

              DOH! - it has indeed been in the documentation all the time! (How the heck could I miss it?)

              there I sat and tried to find out how the code worked!

              how stupid of me!

              1 Reply Last reply Reply Quote 0
              • lolobyteL Offline
                lolobyte
                last edited by

                Hi, that’s great what u have done.

                Why it doesn’t work on PC Browser? http://192.168.xxx.xx:8080/

                On my HDMI monitor all thinks ok.

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

                  @lolobyte It should work with any browser. Did you replace the 192.168.xxx.xxx with the IP of your raspberry pi? If you set a position for the module, you should also be able to see the URL on your mirror, for example the following should show the URL to the remote inf the bottom left:

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

                  Helpful sticky: How to troubleshoot

                  lolobyteL 1 Reply Last reply Reply Quote 0
                  • lolobyteL Offline
                    lolobyte @Jopyth
                    last edited by

                    @Jopyth
                    OK, now it works. Was a browser problem with Maxthon. Thank u, but the modules MagicMirror-Netatmo-Module and MMM-Fuel are not shown in the Browser!
                    At the monitor the are visible.

                    pls see the screenshot!0_1479462334724_MM_netatmo.jpg

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

                      @lolobyte This is not related to the Remote Control, is it? Please make a a post in the troubleshooting section possibly with the configurations of your netatmo and Fuel modules, maybe something is wrong in your config.js.

                      Helpful sticky: How to troubleshoot

                      1 Reply Last reply Reply Quote 1
                      • M Offline
                        MagicMirrorPi
                        last edited by

                        That is a very nice module - thanks!
                        I have one question. In which way you control this module or your mirror? Do you have a keyboard or mouse on it? I didn’t find a way to control this module on the magic mirror.

                        yawnsY 1 Reply Last reply Reply Quote 0
                        • yawnsY Offline
                          yawns Moderator @MagicMirrorPi
                          last edited by

                          @MagicMirrorPi
                          Are you talking about MMM-Remote-Control?
                          It is called remote because you use it to remote manage the mirror. So you can use it on your laptop, smartphone, tablet, … without having to attach mouse/keyboard to the mirror itself

                          1 Reply Last reply Reply Quote 3
                          • M Offline
                            MagicMirrorPi
                            last edited by

                            Thanks. That answered my question. I was wondering, how to control the mirror without hardware :)
                            Another nice implementation is the Skywriter i think with gestures.

                            1 Reply Last reply Reply Quote 1
                            • lolobyteL Offline
                              lolobyte
                              last edited by

                              Hello, i made the MM2 update and now i can’t access the remote.

                              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
                              

                              I can’t insert my ip from my laptop.
                              I want to access MagicMirror from laptop with Remote Control, but it’s not possible now with this update.

                              Where i have to insert my ip address in the white-list?
                              How to insert a range?

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

                                I am having the same problem. Does @Jopyth just need to update or is there a bigger issue?

                                1 Reply Last reply Reply Quote 0
                                • lolobyteL Offline
                                  lolobyte
                                  last edited by

                                  Hi all,

                                  it works.

                                  That is my part of config with the ipwhitelist.

                                      ipWhitelist: [
                                                      "127.0.0.1",
                                                      "::ffff:127.0.0.1",
                                                      "::1",
                                                      "::ffff:192.168.1.1/24",
                                              ],
                                  

                                  hope it will help all other user.

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

                                    I know I probably sound dumb, but what is ipWhitelist, and will mine look different than yours?
                                    Thanks anyway.

                                    lolobyteL 1 Reply Last reply Reply Quote 0
                                    • lolobyteL Offline
                                      lolobyte @AAPS
                                      last edited by

                                      @AAPS

                                      if you update to the new magic mirror, this will be a new option in the config.js.

                                      Take a look to the config.js.sample file witch is delivered with the new version of magicmirror.

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

                                        Cool! Do I just keep it the way it is, but format it differently, or do I have to add anything?

                                        lolobyteL 1 Reply Last reply Reply Quote 0
                                        • lolobyteL Offline
                                          lolobyte @AAPS
                                          last edited by

                                          @AAPS

                                          if your ip is from germany and you use ip4, than u can take it like it is.

                                          It has just another format and added “::ffff:192.168.1.1/24”,

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

                                            I tried that and it didn’t work. Is it because I am in America?

                                            lolobyteL 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 13
                                            • 14
                                            • 5 / 14
                                            • 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