• 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 stutters and doesn't run smoothly

Scheduled Pinned Locked Moved Hardware
25 Posts 3 Posters 8.4k 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 Offline
    sdetweil @drx1984
    last edited by sdetweil Mar 7, 2024, 2:13 PM Mar 7, 2024, 2:11 PM

    @drx1984 yes…

    then

    pm2 status
    

    to see what apps pm2 controls
    then

    pm2 restart xxx
    

    where xxx is the number on the row, or the name on the row
    examples

    pm2 restart 0 
    

    or

    pm2 restart MagicMirror
    

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    D 1 Reply Last reply Mar 7, 2024, 2:26 PM Reply Quote 0
    • D Offline
      drx1984 @sdetweil
      last edited by Mar 7, 2024, 2:26 PM

      @sdetweil OK, thanks, I’ll test it.
      Question: Is it possible to switch on exactly the same parameters for the GPU with MagicMirror in Windows?
      export ELECTRON_ENABLE_GPU=1 ?

      S 1 Reply Last reply Mar 7, 2024, 2:37 PM Reply Quote 0
      • S Offline
        sdetweil @drx1984
        last edited by Mar 7, 2024, 2:37 PM

        @drx1984 yes, you just don’t use the ‘export’ keyword on Windows

        we don’t supply a .cmd file for Windows, and I don’t provide the install script or install pm2.

        but its all the same functionally…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Mar 7, 2024, 2:55 PM Reply Quote 0
        • D Offline
          drx1984 @sdetweil
          last edited by Mar 7, 2024, 2:55 PM

          @sdetweil aha ok then to line 4:
          ELECTRON_ENABLE_GPU=1

          S 1 Reply Last reply Mar 7, 2024, 3:04 PM Reply Quote 0
          • S Offline
            sdetweil @drx1984
            last edited by Mar 7, 2024, 3:04 PM

            @drx1984 if you are running under windows native… you don’t need to run in lsr
            if you ARE running under lsr, then u need the ‘export’

            just open cmd.exe and follow instructions in doc…
            have to manually install nodejs on windows and git.

            then a windows mm.cmd file

            @echo off
            cd %home%\MagicMirror
            ELECTRON_ENABLE_GPU=1
            npm start 
            

            then execute

            %home%\mm.cmd
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            D 1 Reply Last reply Mar 7, 2024, 3:39 PM Reply Quote 0
            • D Offline
              drx1984 @sdetweil
              last edited by Mar 7, 2024, 3:39 PM

              @sdetweil what do you mean by LSR? what does that mean?
              I have now done this:
              Of course, with “npm run server” it runs in the browser.
              but how do I do it natively on the computer itself? When I enter the command “npm run start” there is an error in the cmd, something with the display.
              I wonder if I did everything correctly, as you described it.

              mmm-3.PNG

              S 1 Reply Last reply Mar 7, 2024, 3:44 PM Reply Quote 0
              • S Offline
                sdetweil
                last edited by Mar 7, 2024, 3:42 PM

                @drx1984 DISPLAY… you didn’t follow all the instructions …

                see https://docs.magicmirror.builders/getting-started/installation.html#other-operating-systems

                LSR (you can install the linux system runtime under windows too) …

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                D 1 Reply Last reply Mar 7, 2024, 3:52 PM Reply Quote 0
                • S Offline
                  sdetweil @drx1984
                  last edited by Mar 7, 2024, 3:44 PM

                  @drx1984 said in MagicMirror stutters and doesn't run smoothly:

                  Of course, with “npm run server” it runs in the browser.
                  but how do I do it natively on the computer itself?

                  i don’t understand your question…

                  MM is a browser app.
                  it runs in Electron, (default), Chromium, Firefox, Edge, Safari, Midori, …

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    drx1984 @sdetweil
                    last edited by Mar 7, 2024, 3:52 PM

                    @sdetweil oh yes sry, I saw it, ok now I have adapted the Package.jason and it is now running.

                    Did I do that correctly with the mm.cmd file so that the GPU is active? It still stutters or the clock module is also lagging behind :-(

                    Do you speak German too?

                    S 1 Reply Last reply Mar 7, 2024, 4:03 PM Reply Quote 0
                    • S Offline
                      sdetweil @drx1984
                      last edited by Mar 7, 2024, 4:03 PM

                      @drx1984 I don’t speak German, but can use translators to read/reply.

                      I mislead you, for Windows to set the env variable you have to use set

                      set ELECTRON_ENABLE_GPU=1
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Mar 7, 2024, 4:12 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        10/25
                        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