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.7k 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer
      last edited by

      Yeah but if you make the changes to the config.js it takes all the fun out learning for people who really want to… I’m not programmer and this would be WAY above my head but I do enjoy tinkering with things… I realize that in the end a total package would push the mirror into more people’s lap though… progress and this would be just a natural progression of things.

      You guys that do this stuff are truly amazing and those of us who can’t Thank you!

      1 Reply Last reply Reply Quote 0
      • Mr.MeeseeksM Offline
        Mr.Meeseeks
        last edited by

        It’s the MAGIC MIRRORS TO THE MASSES MOVEMENT!! M⁴!

        CAAAAN DOO!👍

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

          Work in progress:

          0_1477935144412_optimised.gif

          Config is not yet saved and adding a new module is not yet supported, but the rest is mostly ready.

          Helpful sticky: How to troubleshoot

          R 1 Reply Last reply Reply Quote 10
          • P Offline
            PaulB
            last edited by

            @Jopyth

            This is an awesome module. Thanks for creating :)

            I tried to download it via “sudo apt-get install https://github.com/Jopyth/MMM-Remote-Control”
            but nevertheless I get the following notice:

            E: Unable to locate package https
            E: Couldn’t find any package by regex ‘https://github.com/Jopyth’

            I hope you have a tip, how I can solve this :)

            Kind regards,
            Paul

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

              @PaulB as the install instruction says git clone https://github.com/Jopyth/MMM-Remote-Control.git

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

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

              P 1 Reply Last reply Reply Quote 4
              • P Offline
                PaulB @strawberry 3.141
                last edited by

                @strawberry-3.141 as always… thanks a lot :)

                If you still have the nerves to answer just one more question :) I would like to how to use the html web script.
                I ve searched the IP-Adress but nether the local IP nor the IP4 would work.

                Do you have a betting guess which I should use?

                Thanks a lot!

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

                  @PaulB by default you should be able to access the remote by

                  http://raspberrypi:8080/remote.html
                  

                  or run ifconfig to research your ip

                  then access it via

                  http://ip:8080/remote.html
                  

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

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

                    @PaulB In addtition to what @strawberry-3.141 wrote, you can also set a position in the config, and it should display the URL on the mirror, for example like this:

                    {
                        module: 'MMM-Remote-Control',
                        header: 'Remote Control',
                        position: 'bottom_right'
                    },
                    

                    Helpful sticky: How to troubleshoot

                    D 1 Reply Last reply Reply Quote 0
                    • D Offline
                      done @Jopyth
                      last edited by done

                      @Jopyth
                      This is a hardcore module from what I see here. Nice one!

                      Say, would “turn on monitor for x minutes” be a possible feature?
                      Like a sleep timer on the TV.

                      I come from an energy saving point of view and “turning on” is great but you know how we are. We always forget to turn things off.

                      Cheers
                      done

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

                        @done Thank you.

                        Yes this is certainly possible. Would it make sense to also make an option, which automatically switches off the screen at the start up then? So the “default” would be, that the screen is off, but you can switch it on for x Minutes?

                        Helpful sticky: How to troubleshoot

                        D 1 Reply Last reply Reply Quote 0
                        • D Offline
                          done @Jopyth
                          last edited by

                          @Jopyth I think I don’t understand the difference? :D
                          Or you’re talking about the default sleep time that is already set at start up of the pi?
                          So that, no matter what you do, you set a (default) timer of i. e. 15 minutes when the hdmi switches off.

                          1 Reply Last reply Reply Quote 1
                          • P Offline
                            PaulB
                            last edited by

                            @strawberry-3-141 @Jopyth Thank you very much for your help.

                            My error was following one:

                            “https://192.168 …”

                            Now, I ve fixed it in “http://192.168 …”

                            –> It’s the small things that matter, I guess :D

                            Thanks a lot.
                            @Jopyth I love it :-) Well done!

                            1 Reply Last reply Reply Quote 1
                            • R Offline
                              rvdgeer @Jopyth
                              last edited by

                              @Jopyth Amazing work so far!
                              Can’t wait for the ‘finished’ product (read: next major version).

                              1 Reply Last reply Reply Quote 2
                              • C Offline
                                compoti
                                last edited by compoti

                                The remote-control works really great, thank you very much for this module!

                                1 Reply Last reply Reply Quote 2
                                • Mr.MeeseeksM Offline
                                  Mr.Meeseeks
                                  last edited by

                                  Holy smokes @Jopyth you refactored a lot, it’s taking me some time to merge my changes in

                                  CAAAAN DOO!👍

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

                                    @Mr.Meeseeks Even though I did not make that properly clear, but that was my intention, behind asking you to make the pull request early, sorry about that. :/ I can help with the merging, though, let me know.

                                    @Jopyth said in MMM-Remote-Control:

                                    @Mr.Meeseeks Also if you think you are at a stage where we can work together, feel free to make the pull request early, and I will have a look and see if I can help.

                                    Otherwise I will concentrate on other stuff, which you have not already implemented.

                                    Helpful sticky: How to troubleshoot

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

                                      If anyone is interested in helping to test the next major (and future) versions of the module, I am searching for beta testers. Please note that the version may still contain bugs, and thus involves an (unlikely) risk of your Raspberry Pi explo… I mean you having to fix some stuff from the command line and your config.js by yourself.

                                      Helpful sticky: How to troubleshoot

                                      1 Reply Last reply Reply Quote 2
                                      • jdfraserJ Offline
                                        jdfraser
                                        last edited by

                                        Thanks so much for creating this module! I have just set up my first magic mirror and started poking around with it. I am going to use my install as a photoframe.

                                        I love the show / hide ability in your module especially being able to call it from other modules. When I get to playing around with voice control / face recognition I can see that this would be very useful.

                                        I do have a request for this module though, it would be great if we could also control the ‘dim level’ of other modules as well as hiding them. I am specifically thinking of the Random photo module, I would like to be able to dim the currently displayed photo so that the other modules can been seen.

                                        If you don’t oppose this added feature and could find the time to implement it I would very much appreciate it.

                                        Cheers from Vancouver, Canada!

                                        1 Reply Last reply Reply Quote 0
                                        • Mr.MeeseeksM Offline
                                          Mr.Meeseeks
                                          last edited by

                                          @Jopyth would it be ok to add module specific functionality/backend only if that module was installed? Thoughts?

                                          CAAAAN DOO!👍

                                          J 1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            Jopyth Moderator @Mr.Meeseeks
                                            last edited by

                                            @Mr.Meeseeks What do you mean? Like offer alert sending in the menu only if an alert module is running? Are there any other things which depend on installed modules?

                                            Helpful sticky: How to troubleshoot

                                            Mr.MeeseeksM 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
                                            • 13
                                            • 14
                                            • 4 / 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