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.

    SSH startup

    Scheduled Pinned Locked Moved Troubleshooting
    16 Posts 8 Posters 18.2k Views 8 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.
    • G Offline
      geeflaxx
      last edited by

      i think a lots of beginners have the same error

      1 Reply Last reply Reply Quote 0
      • CatoC Offline
        Cato Module Developer @djbenny07
        last edited by

        @djbenny07 Try to add "DISPLAY=:0’ in front of your command. Do you really need “sudo”?

        1 Reply Last reply Reply Quote 1
        • AlvingerA Offline
          Alvinger
          last edited by

          Also make sure that you enable X forwarding in the ssh call, e.g. ssh -X user@host.

          1 Reply Last reply Reply Quote 0
          • KirAsh4K Offline
            KirAsh4 Moderator
            last edited by

            DISPLAY=:0 is a must when attempting to start MM through an SSH connection, otherwise it simply doesn’t have a clue what display to use, the one you’re sitting at, or the one on the rpi?
            X-Forwarding is not required nor necessary for a simple ssh login, startup, and exit.

            A Life? Cool! Where can I download one of those from?

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

              i could you say that i don’t have the electron order.

              and display=:0 isn’t it for vertical view?

              http://www.bilder-upload.eu/show.php?file=df2e81-1477496516.png

              http://www.bilder-upload.eu/show.php?file=64ba61-1477496550.png

              bheplerB 1 Reply Last reply Reply Quote 0
              • bheplerB Offline
                bhepler Module Developer @geeflaxx
                last edited by

                @geeflaxx The display=:0 parameter is to send the output of the electron process to the monitor attached to your Raspberry Pi.

                Rotating the display is done by editing the /boot/config.txt file and adding the line display_rotate=1

                S 1 Reply Last reply Reply Quote 0
                • KirAsh4K Offline
                  KirAsh4 Moderator
                  last edited by

                  The ‘DISPLAY=:0’ bit is simply telling the system (in this case the rpi), which monitor it should use, in this case, the attached one.

                  For rotation, using ‘display_rotate’ you can tell the OS how to rotate the output:

                  display_rotate=0           Normal
                  display_rotate=1           90 degrees
                  display_rotate=2          180 degrees
                  display_rotate=3          270 degrees
                  display_rotate=0x10000    horizontal flip
                  display_rotate=0x20000    vertical flip
                  

                  A Life? Cool! Where can I download one of those from?

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    geeflaxx
                    last edited by

                    a little question:
                    how i can delete my “desktop” and start with my npm (so i wanna after a restart direct to my npm not on my desktop)?

                    1 Reply Last reply Reply Quote 0
                    • KirAsh4K Offline
                      KirAsh4 Moderator
                      last edited by

                      You can’t. You need the desktop to run electron which is what displays the mirror. What you can do, is run an automatic (re)start of the mirror. For instructions, please visit https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

                      A Life? Cool! Where can I download one of those from?

                      1 Reply Last reply Reply Quote 0
                      • G Offline
                        geeflaxx
                        last edited by

                        thanks, but they don’t work
                        i create the script, and i saved it in the pm2
                        but if i restart my magic mirror they begin in the desktop
                        and if i use ‘pm2 start mm.sh’
                        they go to the mirror

                        with the command ‘pm2 show mm’ i see that is a x in the field “watch & reload”
                        what now ?

                        1 Reply Last reply Reply Quote 0
                        • KirAsh4K Offline
                          KirAsh4 Moderator
                          last edited by

                          Then you didn’t do it correctly. Did you launch it, then save the task? You have to follow the steps one by one. Please go back and start from the top and do it again.

                          A Life? Cool! Where can I download one of those from?

                          1 Reply Last reply Reply Quote 0
                          • G Offline
                            geeflaxx
                            last edited by

                            http://www.bilder-upload.eu/show.php?file=e77336-1477512295.png

                            i only did it

                            1 Reply Last reply Reply Quote 0
                            • KirAsh4K Offline
                              KirAsh4 Moderator
                              last edited by

                              There’s a glaring instruction right there on the screen that you did not follow. When you typed in pm2 startup it clearly told you what you need to do, which I don’t see anywhere in your command log. I’m sorry, but if you can’t follow directions given to you, there is really not a whole lot anyone can do to help you. The instructions are there for you to follow, please do that.

                              A Life? Cool! Where can I download one of those from?

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                Stehman07 @bhepler
                                last edited by

                                @bhepler I try to enter ‘display_rotate=1’ in the config.txt file in the boot folder. I try to save the file and overwrite the previous version of the file to only get the message “can’t open file to write”. Where am I going wrong on this?

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

                                  @Stehman07
                                  you need to edit the file as root, the normal user pi does not have sufficient rights.

                                  Run sudo nano /boot/config.txt instead

                                  1 Reply Last reply Reply Quote 1

                                  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 / 1
                                  • 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