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

MMM-EveryNews Errors

Scheduled Pinned Locked Moved Unsolved Troubleshooting
5 Posts 2 Posters 546 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
    SymmetriC
    last edited by Feb 10, 2023, 4:51 AM

    Installed MMM-EveryNews module, but when I run MagicMirror, the screen turns black and nothing happens. When I quit the process, I get this error:
    MMM-EveryNews Error.png

    Any ideas or recommendations would be greatly appreciated! Thanks in advance!

    S 1 Reply Last reply Feb 10, 2023, 1:06 PM Reply Quote 0
    • S Away
      sdetweil @SymmetriC
      last edited by sdetweil Feb 10, 2023, 10:40 PM Feb 10, 2023, 1:06 PM

      @SymmetriC see
      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later/1

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        SymmetriC
        last edited by Feb 10, 2023, 10:33 PM

        @sdetweil Thank you for pointing me in the right direction! Reading through that thread, found the fix here: fix for black screen in 2.16 and later

        I did a bunch of other stuff just to start clean, such as deleting the whole ‘node_modules’ folder using:

        rm -r node_modules
        

        Then ran npm install. Think that helped out to get rid of anything that could have been causing problems. Think I read this in another thread, but I’ll reiterate: Don’t run npm install in your /MagicMirror directory. Don’t know the exact reasoning, but I know that it messes things up (won’t confirm nor deny if I might have done that :grinning_squinting_face: )

        Since I wasn’t getting all the package updates for some reason, I also enabled Universe repositories using

        sudo add-apt-repository universe
        

        which immediately fixed 3 package errors. After that, I did what @sdetweil recommended here:

        cd ~/MagicMirror
        rm -rf node_modules
        rm package-lock.json
        npm install
        

        then for whatever module was causing problem

        cd ~/MagicMirror/modules/modulename
        

        do the same last 3 steps as above
        AND THEN

        npm install request --save
        

        Again, thanks for the help! Hope I can also save someone some headache in the future, which is why I showed all my work here.

        S 1 Reply Last reply Feb 10, 2023, 10:39 PM Reply Quote 0
        • S Away
          sdetweil @SymmetriC
          last edited by sdetweil Feb 10, 2023, 10:39 PM Feb 10, 2023, 10:39 PM

          @SymmetriC ok, you did WAYYYYYYY too much work.

          the last step was the only thing to do.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S 1 Reply Last reply Feb 10, 2023, 10:47 PM Reply Quote 0
          • S Offline
            SymmetriC @sdetweil
            last edited by Feb 10, 2023, 10:47 PM

            @sdetweil HAHAHA! I figured so, but I learned a bunch along the way, so still a success in my book. :call_me_hand:

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