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.4k 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.
    • J Offline
      Jopyth Moderator @Snille
      last edited by

      @Snille I like the idea, will probably add this to my “want to do” features.

      Helpful sticky: How to troubleshoot

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

        Also, I decided to release all the stuff I have worked on as version 1.1.0, some of it is still experimental, but I put a (hopefully) clear warning before you can mess up your config.

        [1.1.0] - 2017-01-26

        Added

        • First version of installer script
        • Menu to send Alerts and/or Notifications to your mirror
        • Menu to update your MagicMirror installation and your modules (through git pull)
        • Menu to change the config.js
          • Modules can be installed, added, removed, configured
          • There will be backups of the five last versions of the config.js in the config folder
          • Some of these parts are hidden behind an “exprimental” warning, do not ignore that warning
        • NOTIFICATION action, see README.md for details

        Changed

        • Menu structure
          • Old “Edit” and “Settings” are now under “Edit view”
        • Smaller font sizes in lists

        Fixed

        • Issues coming from disabled modules since MM version 2.1.0

        Helpful sticky: How to troubleshoot

        1 Reply Last reply Reply Quote 2
        • O Offline
          open_book
          last edited by

          Well done for getting the update out!

          Can’t wait to give it a try.

          sudo insert motivational.quote

          1 Reply Last reply Reply Quote 0
          • in_a_daysI Offline
            in_a_days
            last edited by in_a_days

            Loving the update so far. But I’m experiencing a couple small bugs. On re-boot I am losing my active/hidden module settings. I get the “Done” confirmation after Saving, but on reboot it’s showing all modules rather than just the ones I had active. I’m also getting “! Error!” when I attempt Power > Restart MagicMirror2.

            Remote-Control is one of my favs. Happy to check some logs anything that may help isolate the problem.

            What ship would bear me ever back across so wide a Sea?

            schlachtkreuzer6S J 2 Replies Last reply Reply Quote 1
            • A Offline
              AAPS
              last edited by

              Is it worth updating? I have been excited for this update, but I have waited to see if it would be better than the previous version. Since it appears that some people experience bugs, I might just stay with the version I have. Is this a smart choice?

              J 1 Reply Last reply Reply Quote 0
              • schlachtkreuzer6S Offline
                schlachtkreuzer6 @in_a_days
                last edited by

                @in_a_days Funny I also got that bug on the previous remote version, after updating to MM v2.1 . If I´m rebooting the MM or Power Off and starting it later, all changes of visible Modules are gone. So basically i tested some modules and later hide them cause i don´t want to delete them from the config, or just show them when i need some of them. It´s not a big deal, just saying.

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

                  @AAPS (and everyone else): You can try the new version, but you can also go back to a previous version afterwards with the commands:

                  cd MagicMirror/modules/MMM-Remote-Control # or wherever you installed the Mirror and the module
                  git checkout v1.0.0 # or the version you want
                  

                  Currently, there is v1.0.0 (which is probably the one you are on) and v1.1.0 as older versions. To check out the most recent version use git checkout master again.

                  Helpful sticky: How to troubleshoot

                  foxF 1 Reply Last reply Reply Quote 2
                  • B Offline
                    Brice
                    last edited by

                    I’m experiencing a white screen issue after updating MMM-Remote to the latest version. Anyone knows how to solve this ? I’ve disabled the module for now.

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

                      @Brice Check this thread.

                      Helpful sticky: How to troubleshoot

                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        ChrisLaurie
                        last edited by

                        Notifications does not obey the length parameter. I have installed this module and it looks fantastic! I have tried both the alert and notification features. The alert works and only shows for the length of time specified, but a notification displays (at the top) for only about 3 to 4 seconds and then disappears, no matter what the seconds parameter is set to.

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

                          @ChrisLaurie That is because a notification has a fixed length of time. There is no way to change the time of a notification to be displayed longer or shorter (see documentation). Maybe I should make this more clear, that the duration option only works for an alert?

                          Helpful sticky: How to troubleshoot

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

                            @in_a_days Could you check if my changes on the develop branch solve the problem?

                            Helpful sticky: How to troubleshoot

                            in_a_daysI 1 Reply Last reply Reply Quote 1
                            • elmatttE Offline
                              elmattt
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • in_a_daysI Offline
                                in_a_days @Jopyth
                                last edited by in_a_days

                                @Jopyth

                                Yes, the Save feature is now working for me. Thank you very much! :)

                                I still get an error when I use Power > Restart MagicMirror

                                The software does restart correctly. Seems like a false error.

                                0_1485743633482_error.jpg

                                What ship would bear me ever back across so wide a Sea?

                                1 Reply Last reply Reply Quote 1
                                • C Offline
                                  ChrisLaurie @Jopyth
                                  last edited by

                                  @Jopyth So it is a core functionality. I’m not sure hat the value is of a fixed 4 second notification is.

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

                                    @ChrisLaurie Correct. The value is 3500 ms by default (code). This can be changed in the config of the alert module.

                                    @in_a_days Yes, that is a false error, I will probably implement it, so an error after trying to restart is just ignored.

                                    Helpful sticky: How to troubleshoot

                                    1 Reply Last reply Reply Quote 0
                                    • foxF Offline
                                      fox @Jopyth
                                      last edited by

                                      @Jopyth said in [Remote-Control] Shutdown, Configure and Update your MagicMirror:

                                      @AAPS (and everyone else): You can try the new version, but you can also go back to a previous version afterwards with the commands:

                                      cd MagicMirror/modules/MMM-Remote-Control # or wherever you installed the Mirror and the module
                                      git checkout v1.0.0 # or the version you want
                                      

                                      Currently, there is v1.0.0 (which is probably the one you are on) and v1.1.0 as older versions. To check out the most recent version use git checkout master again.

                                      I want to update. But git checkout master does not work. There stands i shall use git pull but then there comes:
                                      *Please, commit your changes or stash them before you can merge.
                                      Aborting
                                      *

                                      Issues With MMM-WatchDog known?

                                      https://forum.magicmirror.builders/post/29827

                                      Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

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

                                        @fox Interesting. What changes did you make? I will try to give you a short git crash course for your case: You can get an overview via git status (should show changed files) and git diff (showing the changes themselves). If you do not care about these changes you should be able to use git reset --hard origin/master or if you do care about them use git stash, then do git pull, and then git stash pop to apply the changes again.

                                        Helpful sticky: How to troubleshoot

                                        foxF 1 Reply Last reply Reply Quote 2
                                        • foxF Offline
                                          fox @Jopyth
                                          last edited by

                                          @Jopyth said in [Remote-Control] Shutdown, Configure and Update your MagicMirror:

                                          @fox Interesting. What changes did you make? I will try to give you a short git crash course for your case: You can get an overview via git status (should show changed files) and git diff (showing the changes themselves). If you do not care about these changes you should be able to use git reset --hard origin/master or if you do care about them use git stash, then do git pull, and then git stash pop to apply the changes again.

                                          Thank you!

                                          What for a fantastic update! I tested nearly every module and everythink worked fine.
                                          You refactored also the config file during saving. Awesome! Nice job.

                                          Issues With MMM-WatchDog known?

                                          https://forum.magicmirror.builders/post/29827

                                          Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

                                          1 Reply Last reply Reply Quote 0
                                          • PatexP Offline
                                            Patex
                                            last edited by

                                            @Jopyth I forked your project and am looking into adding the functionality to toggle back and forth between different configurations with one click using the remote page (like having a set of different config files). Is this proposed change on your to do list as well?

                                            J 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
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 13
                                            • 14
                                            • 7 / 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