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.
    • K Offline
      kurt
      last edited by

      @Jopyth
      strawberry helped me a lot! to install your modul and it works fine, just starting to play around with it. to install moduls in the future without taking care about missing kommas or [ or { or making mistakes by copying scripts, is a imendous help for people like me, who is absolut new to this javascriptpythonworld.
      So thanks a lot and cheers
      by now everything is running fine
      Kurt

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

        After updating MM from Remote-Control, when I rebooted I got a black screen. I realized that npm install was necessary, so everything works now. Only I thought that updating from Remote-Control would allow me to completely update without having to touch my mouse and keyboard. Is it supposed to?

        Mykle1M J 2 Replies Last reply Reply Quote 1
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @AAPS
          last edited by

          @Jopyth
          If you wouldn’t mind taking a look at this:
          https://forum.magicmirror.builders/topic/2188/mmm-remote-control-stopped-working-error

          I didn’t want to double post

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 1
          • G Offline
            gshimself
            last edited by

            Dude, I just tried this for the first time.
            Holy shit, I love it! Nice work!

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

              @Jopyth have you changed something on the screen?

              Now on the devices the page losts the icons and back buttons etc.
              Tested on iOS, linux, laptop, handy, tablet. Everywhere the same effect:
              alt text

              Issues With MMM-WatchDog known?

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

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

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

                @fox the module didn’t update the path to the icons that has changed in v2.1.1 yet.

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

                K foxF 2 Replies Last reply Reply Quote 0
                • K Offline
                  kurt @strawberry 3.141
                  last edited by

                  @strawberry-3.141
                  how can we update the path?
                  cause I’ve got the same effect with lost icons, even after a git pull and npm install in the MMM-Remote-Control modul.
                  Thanke you

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

                    @kurt as far as i can see it is merged into the dev branch

                    to change to dev branch do the following

                    cd ~/MagicMirror/modules/MMM-Remote-Control
                    git fetch
                    git checkout develop
                    

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

                    K 1 Reply Last reply Reply Quote 0
                    • foxF Offline
                      fox @strawberry 3.141
                      last edited by

                      @strawberry-3.141
                      What do you mean? That I can fix it with an update ?

                      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
                      • ? Offline
                        A Former User
                        last edited by

                        Can anyone post a example of his config, so I can see what to do to switch on/off the single modules? I only do have the default values there, shutdown etc…

                        Appreciate your help, thx

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

                          @PatrickGlatz

                          You should oopen it on a device: :8080/remote.html and after you changed sth you will see, that your config has been greatly rewritten! :-)

                          So no need to change other modules configs

                          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
                          • K Offline
                            kurt @strawberry 3.141
                            last edited by

                            @strawberry-3.141
                            thank you, the icons are here again :slight_smile:
                            I’ll try to install pm2 so I can use the New start and Switch off feature.

                            1 Reply Last reply Reply Quote 0
                            • P Offline
                              pepemujica
                              last edited by

                              Hi @Jopyth !

                              I’m trying to acces from my smartphone, but I have no answer.
                              From the browser were is runnig the MM I am able to run the contrl, but not from other device. Any idea why?

                              Kind regards

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

                                @pepemujica check your whitelist settings

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

                                P 1 Reply Last reply Reply Quote 0
                                • P Offline
                                  pepemujica @strawberry 3.141
                                  last edited by

                                  @strawberry-3.141 it is empty, with this any IP is allowed to access, am I right?

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

                                    @pepemujica should be yes. When you enter from a device which gets blocked through the ipwhitelist you get a message in the logs

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

                                    P K 2 Replies Last reply Reply Quote 0
                                    • P Offline
                                      pepemujica @strawberry 3.141
                                      last edited by

                                      @strawberry-3.141 Still can’t find the way, the whitelist is empty, I can access from the browser where it is installed the MM, but outside that I can’t, even being at the same wifi network :(

                                      1 Reply Last reply Reply Quote 0
                                      • K Offline
                                        kurt @strawberry 3.141
                                        last edited by

                                        @strawberry-3-141
                                        PM2 restart won’t work.
                                        Could you have a look, please.
                                        Thanks a lot

                                        [PM2] PM2 Successfully daemonized
                                        Use --update-env to update environment variables
                                        ┌──────────┬────┬──────┬─────┬────────┬─────────┬────────┬─────┬─────┬──────────┐
                                        │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ watching │
                                        └──────────┴────┴──────┴─────┴────────┴─────────┴────────┴─────┴─────┴──────────┘
                                         Use `pm2 show ` to get more details about an app
                                        
                                        [PM2][ERROR] Process mm not found
                                        
                                        { Error: Command failed: pm2 restart mm
                                        [PM2][ERROR] Process mm not found
                                        
                                            at ChildProcess.exithandler (child_process.js:218:12)
                                            at emitTwo (events.js:106:13)
                                            at ChildProcess.emit (events.js:191:7)
                                            at maybeClose (internal/child_process.js:877:16)
                                            at Socket. (internal/child_process.js:334:11)
                                            at emitOne (events.js:96:13)
                                            at Socket.emit (events.js:188:7)
                                            at Pipe._handle.close [as _onclose] (net.js:493:12) killed: false, code: 1, signal: null, cmd: 'pm2 restart mm' }
                                        pi@raspberrypi:~/MagicMirror $
                                        strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                        • strawberry 3.141S Offline
                                          strawberry 3.141 Project Sponsor Module Developer @kurt
                                          last edited by

                                          @kurt looks like there is currently no instance running that can be restarted so just start a new one by doing pm2 start mm

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

                                          K 1 Reply Last reply Reply Quote 0
                                          • K Offline
                                            kurt @strawberry 3.141
                                            last edited by

                                            @strawberry-3.141
                                            Thank you, this is what I get…

                                            pi@raspberrypi:~/MagicMirror $  pm2 start mm
                                            [PM2][ERROR] script not found : /home/pi/MagicMirror/mm
                                            script not found : /home/pi/MagicMirror/mm
                                            ┌──────────┬────┬──────┬─────┬────────┬─────────┬────────┬─────┬─────┬──────────┐
                                            │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ watching │
                                            └──────────┴────┴──────┴─────┴────────┴─────────┴────────┴─────┴─────┴──────────┘
                                             Use `pm2 show ` to get more details about an app
                                            pi@raspberrypi:~/MagicMirror $ pm2 show
                                            
                                              error: missing required argument `id'
                                            
                                            pi@raspberrypi:~/MagicMirror $
                                            strawberry 3.141S 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
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 10 / 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