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.

    MMM-Trello - No checklist

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 2 Posters 611 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.
    • K Offline
      kasperinline
      last edited by

      Hello everybody

      When starting MargicMirror I don’t get any checklist in the MMM-Trello module - It just keep loading and loading

      DSC-0869)

      What I have tried:

      Different regions in MagicMirror
      Sudo update/upgrade
      Reboots
      2 Different API and Tokens

      Anybody have a clue on whats going on?

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

        @kasperinline look in the output of where you do npm start

        to see any errors…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 0
        • K Offline
          kasperinline @sdetweil
          last edited by

          @sdetweil said in MMM-Trello - No checklist:

          @kasperinline look in the output of where you do npm start
          to see any errors…

          This is the only errors :

          /home/kasper/.pm2/logs/MagicMirror-error.log last 15 lines:
          0|MagicMir | /home/kasper/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
          0|MagicMir | MESA-LOADER: failed to retrieve device information
          0|MagicMir | MESA-LOADER: failed to retrieve device information
          0|MagicMir | MESA-LOADER: failed to retrieve device information
          0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
          0|MagicMir | failed to load driver: kms_swrast
          0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
          0|MagicMir | failed to load swrast driver
          0|MagicMir | MESA-LOADER: failed to retrieve device information
          0|MagicMir | MESA-LOADER: failed to retrieve device information
          0|MagicMir | MESA-LOADER: failed to retrieve device information
          0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
          0|MagicMir | failed to load driver: kms_swrast
          0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
          0|MagicMir | failed to load swrast driver
          

          Anything related to the module?

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

            @kasperinline not enough info

            do this
            open a terminal window of use ssh
            ctrl-m on MagicMirror screen to minimize to desktop

            pm2 stop all
            cd ~/MagicMirror
            npm start >somefile.txt 2>&1
            

            then when MagicMirror comes up , wait a little, then ctrl-m to minimize abd ctrl-c to stop mm

            then look at sometime.txt, it will have all the messages from this run

            to resume mm using pm2,
            pm2 status
            and use the name or number
            pm2 start ??
            where ?? is the name or number

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • K Offline
              kasperinline
              last edited by

              Thank you for your time and answer

              The list works today, and I dont know why :confused_face:

              The only thing I did, was to turn on the Raspberry

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