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.

    MM always black screen with cursor

    Scheduled Pinned Locked Moved Solved Troubleshooting
    20 Posts 2 Posters 1.8k Views 2 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 @nowayto
      last edited by

      @nowayto i would wait a little longer, web app not open yet

      or npm start dev, in the dev window select the console tab

      see if there is an error displayed

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      N 1 Reply Last reply Reply Quote 0
      • N Offline
        nowayto @sdetweil
        last edited by

        After 1 millions of tests and trying… now it works.
        It seems it start to work using “raspbian bookworm 32bit legacy”.
        I tried with the non-legacy too and it didn’t work.
        Is that possible?
        I’m asking that because I know my 3 model A+ is 64bit capable.
        Honestly, without your advice… I’ll never though it could be the OS.
        Thank you a lot, now I’ll start a new chapter: the configuration

        S 2 Replies Last reply Reply Quote 0
        • S Offline
          sdetweil @nowayto
          last edited by

          @nowayto i think 64 bit is ok, IF you have the physical memory
          3A doesnt

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S sdetweil has marked this topic as solved on
          • S Offline
            sdetweil @nowayto
            last edited by sdetweil

            @nowayto configuration, try my MMM-Config module. also supports installing modules

            https://github.com/sdetweil/MMM-Config

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            N 1 Reply Last reply Reply Quote 0
            • N Offline
              nowayto @sdetweil
              last edited by

              @sdetweil
              very interesting. I’ve installed it, but I can’t access to webpanel.
              Tried with:
              http://IP:PORT/configure
              http://LOCALHOST:PORT/configure
              no access.
              tried with standard 8080 and another port chosen by me.
              computer IP is whitelisted, and clearly on same network.
              config check is OK

              ~/MagicMirror/config $ npm run config:check

              magicmirror@2.30.0 config:check
              node js/check_config.js
              [2025-02-26 15:19:04.776] [INFO] Checking config file /home/PINAME/MagicM irror/config/config.js …
              [2025-02-26 15:19:04.960] [INFO] Your configuration file doesn’t contain syntax errors :)
              [2025-02-26 15:19:04.962] [INFO] Checking modules structure configuration …
              [2025-02-26 15:19:05.229] [INFO] Your modules structure configuration doesn’t c ontain errors :)

              Another little issues: sometimes I got black screen with cursor after “npm run start”
              I have to restart it in order to making it work

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

                @nowayto did you add my module to config.js

                {
                        module:"MMM-Config",
                        position:"....one_of the positions",
                         config:{
                          }
                },
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S N 2 Replies Last reply Reply Quote 0
                • S Offline
                  sdetweil @sdetweil
                  last edited by

                  @nowayto

                  on the startup, can you show the output of
                  npm run start

                  also show output of
                  free -m

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  N 1 Reply Last reply Reply Quote 0
                  • N Offline
                    nowayto @sdetweil
                    last edited by

                    @sdetweil
                    Yes i did and the config checker gave me the OK

                    this is the startup
                    npm run start

                    magicmirror@2.30.0 start
                    npm run start:x11

                    magicmirror@2.30.0 start:x11
                    DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                    [2025-02-26 15:00:59.702] [LOG] Starting MagicMirror: v2.30.0
                    [2025-02-26 15:01:01.515] [LOG] Loading config …
                    [2025-02-26 15:01:01.525] [LOG] config template file not exists, no envsubst
                    [2025-02-26 15:01:10.865] [INFO] Checking config file /home/MYRASPBERRYNAME/MagicM irror/config/config.js …
                    [2025-02-26 15:01:11.018] [INFO] Your configuration file doesn’t contain syntax errors :)
                    [2025-02-26 15:01:11.020] [INFO] Checking modules structure configuration …
                    [2025-02-26 15:01:11.253] [INFO] Your modules structure configuration doesn’t c ontain errors :)
                    [2025-02-26 15:01:12.473] [LOG] Loading module helpers …
                    [2025-02-26 15:01:12.480] [LOG] No helper found for module: alert.

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

                      @sdetweil
                      free -m
                      total used free shared buff/cache available
                      Mem: 426 180 91 81 155 112
                      Swap: 1023 225 798

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

                        @nowayto more log info, i dont see info for mmm-config

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        N 1 Reply Last reply Reply Quote 0
                        • 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