• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 9.0k 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
    last edited by Apr 20, 2022, 1:59 AM

    when i try to start the magic mirror using pm2 start mm.sh, it says “Starting /home/pi/mm.sh in fork_mode (1 instance)”
    and then it says
    “Done”
    and then table that this looks like this shows up
    id │ name │ mode │ ↺ │ status │ cpu │ memory │
    ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
    │ 0 │ mm │ fork │ 0 │ online │ 0% │ 2.4mb

    then nothing happens. I have watched countless videos about the whole prossess and i do everything that they do, but after the enter pm2 start mm.sh the table shows up and then the magic mirror page shows up. i dont know what to do

    S 1 Reply Last reply Apr 20, 2022, 2:38 AM Reply Quote 0
    • S Offline
      sdetweil @CoopDog1712
      last edited by sdetweil Apr 20, 2022, 2:39 AM Apr 20, 2022, 2:38 AM

      @CoopDog1712 ok, best thing is to use my script to set it up…
      see
      https://github.com/sdetweil/MagicMirror_scripts
      last script on the page

      but in the meantime

      pm2 stop all

      pm2 logs --lines=50

      to see what is going on

      does executing mm.sh work by itself?

      pm2 is really picky… if there is a batch (bash) script, then it MUST be named mm.sh just mm won’t work.

      then pm2 delete 0
      pm2 save -f
      then run my fixuppm2.sh script

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 2 Replies Last reply Apr 21, 2022, 8:06 PM Reply Quote 0
      • C Offline
        CoopDog1712 @sdetweil
        last edited by Apr 21, 2022, 8:06 PM

        @sdetweil thank you so much for replying I really appreciate your help.

        On the table that shows up, I see that one of the names is just mm, how would I change it to mm.sh. Also when I run your script all it does is create a new Id on the table, called MagicMirror and it dosent seem to do anything

        1 Reply Last reply Reply Quote 0
        • C Offline
          CoopDog1712 @sdetweil
          last edited by Apr 21, 2022, 8:09 PM

          @sdetweil!

          https://share.icloud.com/photos/09aR5ulFMM0L4v-vHL3NDBRNA

          S 2 Replies Last reply Apr 21, 2022, 8:12 PM Reply Quote 0
          • S Offline
            sdetweil @CoopDog1712
            last edited by Apr 21, 2022, 8:12 PM

            @CoopDog1712 you can’t change and entry, but you can delete it

            pm2 delete 0 or pm2 delete mm

            pm2 logs --lines=50 might tell us what us going on

            pm2 is a command
            pm2 --help will show you all the things you can do

            ps, you can attach pics here… the third icon from the right above the editor here

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C 1 Reply Last reply Apr 21, 2022, 8:31 PM Reply Quote 0
            • S Offline
              sdetweil @CoopDog1712
              last edited by Apr 21, 2022, 8:12 PM

              @CoopDog1712 i couldnt see much of that image

              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 Apr 21, 2022, 8:31 PM

                @sdetweil 2022-04-21-142817_1920x1080_scrot.png

                after typing in pm2 logs --lines=50, all that is coming up is a repeating of these couple lines

                S 1 Reply Last reply Apr 21, 2022, 8:34 PM Reply Quote 0
                • S Offline
                  sdetweil @CoopDog1712
                  last edited by sdetweil Apr 21, 2022, 8:34 PM Apr 21, 2022, 8:34 PM

                  @CoopDog1712 yes, sometimes, the install messes up

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

                  to test

                  cd ~/MagicMirror
                  npm start
                  

                  if all looks good
                  ctrl-c to stop
                  then

                  pm2 start MagicMirror
                  

                  I should have asked, what pi is this on ? not pi 0 w, right?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  C 2 Replies Last reply Apr 21, 2022, 8:36 PM Reply Quote 0
                  • C Offline
                    CoopDog1712 @sdetweil
                    last edited by Apr 21, 2022, 8:36 PM

                    @sdetweil no its a pi 4

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      CoopDog1712 @sdetweil
                      last edited by Apr 22, 2022, 5:28 AM

                      @sdetweil so it works now, and after i enter pm2 start MagicMirror, it loads the software for the magic mirror, the only issue is that their is nothing only a blank screen, no time, weather, nothing. all that comes up is a blank screen. any suggestions?

                      S 1 Reply Last reply Apr 22, 2022, 11:26 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        5/37
                        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