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.

    Few modules stuck in loading

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 823 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
      sceletus
      last edited by

      Hi,

      I have 2 modules (MMM-NetworkConnection and MMM-Jeedom) suck in “loading”.
      As I have 2 of them, I think the problem is not the modules but sonething with my Magic Mirror.
      I’m running a RPI4 with latest bulleye, latest MM all modules are up-to-date.

      First lines of my config.js

      var config = {
              port: 8080,
              address: "0.0.0.0",
              ipWhitelist: [], // Set [] to allow all IP addresses.
      
              language: "fr",
              timeFormat: 24,
              units: "metric",code_text
      

      Is there anything I can check to debug this? a debug mode generating logs?

      Thanks in advance for help.

      Patrice

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

        @sceletus you can check the messages where u start MagicMirror…
        either by
        npm start
        or
        pm2

        if pm2, then the command

        pm2 logs --lines=50

        will display the captured output

        AND
        in the developers window, ctrl-shift-i, and select the console tab and scroll up to see any error messages, usually red text

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        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