• 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.

MagicMirror no longer launches

Scheduled Pinned Locked Moved Unsolved Troubleshooting
38 Posts 4 Posters 4.1k Views 3 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.
  • S Away
    sdetweil @RIKKO14
    last edited by sdetweil Apr 21, 2024, 11:54 AM Apr 21, 2024, 11:53 AM

    @RIKKO14 your second screen is only the top.
    open a terminal window and
    do

    pm2 stop all
    pm2 flush 
    pm2 status
    

    should show MagicMirror as the pgm to run

    then do

    pm2 start MagicMirror 
    

    wait

    does it appear on screen?

    if not do

    pm2 stop all
    pm2 logs --lines=50 >somefile.txt 
     ctrl-c to stop log output
    

    show content of somefile.txt here

    BR CAREFUL some log info will expose your calendar url…
    edit somefile.txt and xxx out the private part.of url

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    R 1 Reply Last reply Apr 22, 2024, 4:35 PM Reply Quote 0
    • R Offline
      RIKKO14 @sdetweil
      last edited by RIKKO14 Apr 22, 2024, 4:36 PM Apr 22, 2024, 4:35 PM

      @sdetweil

      pi@raspberrypi:~ $ pm2 stop all
      pm2 flush 
      pm2 status
      
      >>>> In-memory PM2 is out-of-date, do:
      >>>> $ pm2 update
      In memory PM2 version: 5.2.2
      Local PM2 version: 5.3.1
      
      [PM2] Applying action stopProcessId on app [all](ids: [ 0 ])
      [PM2] [MagicMirror](0) ✓
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0  │ MagicMirror        │ fork     │ 567… │ stopped   │ 0%       │ 0b       │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      [PM2] Flushing /home/pi/.pm2/pm2.log
      
      >>>> In-memory PM2 is out-of-date, do:
      >>>> $ pm2 update
      In memory PM2 version: 5.2.2
      Local PM2 version: 5.3.1
      
      [PM2] Flushing:
      [PM2] /home/pi/.pm2/logs/MagicMirror-out.log
      [PM2] /home/pi/.pm2/logs/MagicMirror-error.log
      [PM2] Logs flushed
      
      >>>> In-memory PM2 is out-of-date, do:
      >>>> $ pm2 update
      In memory PM2 version: 5.2.2
      Local PM2 version: 5.3.1
      
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0  │ MagicMirror        │ fork     │ 567… │ stopped   │ 0%       │ 0b       │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      pi@raspberrypi:~ $ pm2 start MagicMirror 
      
      >>>> In-memory PM2 is out-of-date, do:
      >>>> $ pm2 update
      In memory PM2 version: 5.2.2
      Local PM2 version: 5.3.1
      
      [PM2] Applying action restartProcessId on app [MagicMirror](ids: [ 0 ])
      [PM2] [MagicMirror](0) ✓
      [PM2] Process successfully started
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0  │ MagicMirror        │ fork     │ 567… │ online    │ 0%       │ 2.7mb    │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      pi@raspberrypi:~ $ pm2 stop all
      pm2 logs --lines=50 >somefile.txt 
       ctrl-c to stop log output
      
      >>>> In-memory PM2 is out-of-date, do:
      >>>> $ pm2 update
      In memory PM2 version: 5.2.2
      Local PM2 version: 5.3.1
      [PM2] Applying action stopProcessId on app [all](ids: [ 0 ])
      [PM2] [MagicMirror](0) ✓
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0  │ MagicMirror        │ fork     │ 567… │ stopped   │ 0%       │ 0b       │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      
      
      
      
      S 1 Reply Last reply Apr 22, 2024, 4:44 PM Reply Quote 0
      • S Away
        sdetweil @RIKKO14
        last edited by Apr 22, 2024, 4:44 PM

        @RIKKO14 ok, do the

        pm2 update as it says

        probably have to do
        sudo pm2 update
        as it is installed globally in protected folders

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        R 1 Reply Last reply Apr 23, 2024, 11:47 AM Reply Quote 0
        • R Offline
          RIKKO14 @sdetweil
          last edited by Apr 23, 2024, 11:47 AM

          @sdetweil Sans titre.png

          S 1 Reply Last reply Apr 23, 2024, 11:51 AM Reply Quote 0
          • S Away
            sdetweil @RIKKO14
            last edited by Apr 23, 2024, 11:51 AM

            @RIKKO14 yes, it’s stupid. run the fixuppm2 script from my scripts page

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            R 1 Reply Last reply Apr 23, 2024, 12:44 PM Reply Quote 0
            • R Offline
              RIKKO14 @sdetweil
              last edited by Apr 23, 2024, 12:44 PM

              @sdetweil this script : ?

              bash -c  "$(curl -sL  https://www.dropbox.com/s/cy2z7lbkpifcbrk/fixuppm2.sh?dl=0)"
              
              
              S 1 Reply Last reply Apr 23, 2024, 12:44 PM Reply Quote 0
              • S Away
                sdetweil @RIKKO14
                last edited by Apr 23, 2024, 12:44 PM

                @RIKKO14 no… from my git repo

                https://github.com/sdetweil/MagicMirror_scripts

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                R 1 Reply Last reply Apr 23, 2024, 12:47 PM Reply Quote 0
                • R Offline
                  RIKKO14 @sdetweil
                  last edited by Apr 23, 2024, 12:47 PM

                  @sdetweil so this one :

                  bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"
                  
                  S 1 Reply Last reply Apr 23, 2024, 12:52 PM Reply Quote 0
                  • S Away
                    sdetweil @RIKKO14
                    last edited by Apr 23, 2024, 12:52 PM

                    @RIKKO14 yes

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    R 1 Reply Last reply Apr 23, 2024, 5:48 PM Reply Quote 0
                    • R Offline
                      RIKKO14 @sdetweil
                      last edited by Apr 23, 2024, 5:48 PM

                      @sdetweil
                      Sans titre.png

                      S 1 Reply Last reply Apr 23, 2024, 5:49 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        16/38
                        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