MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED pm2 Autostart invert issue

    Bug Hunt
    4
    32
    1897
    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.
    • Ethyx
      Ethyx last edited by

      Hello,
      This is my first mm project. I used pm2 to autostart my magicmirror and everything is going fine. but the mirror i made can only be put up when the screen is inverted. so i added that to my mm.sh file. Once it boots up, the screen becomes regualr and i have to vnc to it and do ^Q in order to exit the mm. it opens up a short while after and thats when its inverted.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @Ethyx last edited by sdetweil

        @Ethyx are u sure u don’t have two MM’s starting at boot?
        see
        pm2 status

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • Ethyx
          Ethyx last edited by

          Yeah I don’t have 2 mm’s starting up at boot.

          1 Reply Last reply Reply Quote 0
          • Ethyx
            Ethyx last edited by

            here’s my mm.sh file:

            cd./ MagicMirror
            DISPLAY=:0 npm start
            DISPLAY=:0 xrandr --output HDMI-1 --rotate inverted
            
            S 1 Reply Last reply Reply Quote 0
            • S
              sdetweil @Ethyx last edited by sdetweil

              @Ethyx right u start mm before u change rotation, swap the last two lines

              npm start doesn’t return for the next line until mm shuts down

              Sam

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • Ethyx
                Ethyx last edited by

                I did that already but the issue still persists.

                cd./ MagicMirror
                DISPLAY=:0 xrandr --output HDMI-1 --rotate inverted
                DISPLAY=:0 npm start
                
                S 1 Reply Last reply Reply Quote 0
                • S
                  sdetweil @Ethyx last edited by

                  @Ethyx what happens when u execute mm.sh manually. not using pm2?

                  does xrandr return immediately

                  Sam

                  Create a working config
                  How to add modules

                  Ethyx 1 Reply Last reply Reply Quote 0
                  • Ethyx
                    Ethyx @sdetweil last edited by

                    @sdetweil yes, it does

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      sdetweil @Ethyx last edited by

                      @Ethyx with the screen flipped?

                      Sam

                      Create a working config
                      How to add modules

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sdetweil @sdetweil last edited by

                        @Ethyx I think u can put the screen flip in /boot/config.txt

                        not the xrandr command tho

                        Sam

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 1 / 4
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy