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

First four-five modules showing, the others are not

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 3 Posters 651 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.
  • T Offline
    techlady
    last edited by Sep 29, 2021, 3:27 AM

    Hi,
    I am running Magic Mirror- the latest version on a Raspberry PI 4. It was working fine for the last couple of weeks, but it stopped working correctly. The first few modules show, but no modules after them shows. I ran dev console. This is the message I get each time I run it: main.js:36 Uncaught TypeError: Cannot read property 'appendChild' of undefined at main.js:36 at Array.forEach (<anonymous>) at createDomObjects (main.js:20) at Object.modulesStarted (main.js:502) at startModules (loader.js:55) at loader.js:38 at HTMLLinkElement.stylesheet.onload (loader.js:210)

    I also get this warning:

    Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
        Policy set or a policy with "unsafe-eval" enabled. This exposes users of
        this app to unnecessary security risks.
    
    For more information and help, consult
    https://electronjs.org/docs/tutorial/security.
    This warning will not show up
    once the app is packaged.
    (anonymous)	@	electron/js2c/renderer_init.js:111
    
    Any help you can give will be appreciated.
    
    S 1 Reply Last reply Sep 29, 2021, 12:06 PM Reply Quote 0
    • S Away
      sdetweil @techlady
      last edited by Sep 29, 2021, 12:06 PM

      @techlady I would start by disabling each module one at a time

      add

        disabled: true, 
      

      after the module:
      line

      and restart mm

      it looks like a module did not return content from it’s getDom() routine

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      T 1 Reply Last reply Oct 1, 2021, 2:15 AM Reply Quote 0
      • T Offline
        techlady @sdetweil
        last edited by Oct 1, 2021, 2:15 AM

        @sdetweil Thank you very much. That did the trick.

        S 1 Reply Last reply Oct 1, 2021, 2:22 AM Reply Quote 0
        • S Away
          sdetweil @techlady
          last edited by Oct 1, 2021, 2:22 AM

          @techlady which module was the villian?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          T 1 Reply Last reply Oct 1, 2021, 2:24 AM Reply Quote 0
          • T Offline
            techlady @sdetweil
            last edited by Oct 1, 2021, 2:24 AM

            @sdetweil Luckily, it was the very next one- the default compliments module. I haven’t taken the time to see what is wrong with it. Since everything works now, I’ll leave it disabled until I have time to figure it out.

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