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.

    Magic mirror is not showing up

    Scheduled Pinned Locked Moved Solved Troubleshooting
    37 Posts 4 Posters 14.4k Views 4 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.
    • C Offline
      CoopDog1712 @sdetweil
      last edited by

      @sdetweil pi 4

      1 Reply Last reply Reply Quote 0
      • C Offline
        CoopDog1712 @sdetweil
        last edited by

        @sdetweil 2022-04-24-082040_1920x1080_scrot.png

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

          @CoopDog1712 ah yes, fun times…

          do

          pm2 stop all 
          cd ~/MagicMirror
          npm install electron@17.2.0
          npm start 
          

          mm should come up

          minimize mm (alt-spacebar, n)

          ctrl-c to stop running instance
          

          then

          pm2 status
          

          this will show the status or pm2 managed apps.

          ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
          │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
          ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
          │ 0  │ MagicMirror        │ fork     │ 0    │ online    │ 0%       │ 2.7mb    │
          └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
          
          

          use the name or the row number

          pm2 start xxx
          

          xxx is the name or the row number
          for example

          pm2 start 0 
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            CoopDog1712 @sdetweil
            last edited by

            @sdetweil after i installed electron@17.2.0 then started it, this came up 2022-04-24-084424_1920x1080_scrot.png

            then i did start pm2 start 4, and it started, but was still a blank screen

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

              @CoopDog1712 says something is still running…

              you didn’t do pm2 stop all

              after doing test

              ps -ef | grep -i magicmirror

              should return nothing

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              C 1 Reply Last reply Reply Quote 0
              • C Offline
                CoopDog1712 @sdetweil
                last edited by

                @sdetweil whoops…
                ok is did pm2 stop all and then entered that line of code you gave me and got this 2022-04-24-084933_1920x1080_scrot.png

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

                  @CoopDog1712

                  ok do

                  we will delete 1 entry so you don’t have 2 trying to run at the same time
                  and then reboot

                  pm2 delete  1
                  pm2 save
                  sudo reboot 
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  C 1 Reply Last reply Reply Quote 0
                  • C Offline
                    CoopDog1712 @sdetweil
                    last edited by

                    @sdetweil k i rebooted, then i started it up. nothing came up, still a blank screen so i did pm2 stop all and then did pm2 logs --lines=50 and these came up2022-04-24-090948_1920x1080_scrot.png

                    2022-04-24-090952_1920x1080_scrot.png

                    2022-04-24-090955_1920x1080_scrot.png

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

                      @CoopDog1712

                      pm2 status again

                      also, how did you install mm? manual or my automated script?

                      did you setup MM autostart before adding pm2?

                      ps -ef | grep -i magicmirror

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      C 1 Reply Last reply Reply Quote 0
                      • C Offline
                        CoopDog1712 @sdetweil
                        last edited by

                        @sdetweil i installed it manually, and no it didnt

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

                          @CoopDog1712 what is the output of pm2 status?

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          C 1 Reply Last reply Reply Quote 0
                          • C Offline
                            CoopDog1712 @sdetweil
                            last edited by

                            @sdetweil 2022-04-24-091503_1920x1080_scrot.png

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

                              @CoopDog1712 ok, pm2 flush

                              then

                              cd ~/MagicMirror
                              npm start 
                              

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              C 1 Reply Last reply Reply Quote 0
                              • C Offline
                                CoopDog1712 @sdetweil
                                last edited by

                                @sdetweil k i did that and it was still a blank screen, so i stoped it and did pm2 logs --lines=50 and got this 2022-04-24-091953_1920x1080_scrot.png

                                also would it be worth a try to just completely delete everything and then start from scratch?

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

                                  @CoopDog1712 yeh, I don’t know whats going on

                                  do

                                  pm2 delete 4
                                  pm2 save -f
                                  rm -rf MagicMirror
                                  

                                  then run my install script

                                  see
                                  https://github.com/sdetweil/MagicMirror_scripts

                                  it will prompt if u want pm2 again
                                  and for turn off screen saver

                                  does everything

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  C 3 Replies Last reply Reply Quote 0
                                  • C Offline
                                    CoopDog1712 @sdetweil
                                    last edited by

                                    @sdetweil do you mean 0 in stead of 4?

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

                                      @CoopDog1712 whatever the number is . it was 4…

                                      or use the name
                                      MagicMirror

                                      whatever shows in

                                      pm2 status

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • C Offline
                                        CoopDog1712 @sdetweil
                                        last edited by

                                        @sdetweil do you mean 0 in stead of 4

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

                                          @CoopDog1712 come on man…

                                          pm2 status

                                          whatever the number is or use the NAME of the entry instead of the number

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            CoopDog1712 @sdetweil
                                            last edited by

                                            @sdetweil that worked, thank you so much!!! just a few more questons, do you know how to flip the magic mirror the other way?

                                            S AssassinsA 2 Replies 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
                                            • 1 / 2
                                            • 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