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

Blank Screen after New Installment

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 4 Posters 652 Views 4 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.
  • R Offline
    rxlDavid
    last edited by rxlDavid Oct 6, 2021, 6:32 PM Oct 6, 2021, 6:20 PM

    Hi,
    while updating my Mirror it decided to crash. So it was not able to start anymore.
    I completely reinstalled Rasp OS and Magic Mirror.
    I added my modules and my old config, but when I try to start, it just shows me a blank screen.
    This is my pm2 log
    here

    Needed to post it on Pastebin since it was flagged as spam here…

    Can anyone help me?

    M 1 Reply Last reply Oct 6, 2021, 6:39 PM Reply Quote 0
    • M Offline
      MMRIZE @rxlDavid
      last edited by Oct 6, 2021, 6:39 PM

      @rxldavid
      You need ‘request’ module. It was deprecated from MM, but your quote of the day module is depending on it.

      • the best thing is to request module developers fixing it.
      • you can install ‘request’ module by yourself
        Go to quote of day module directory then;
      npm install request
      
      B S R 3 Replies Last reply Oct 6, 2021, 9:06 PM Reply Quote 1
      • B Offline
        BKeyport Module Developer @MMRIZE
        last edited by Oct 6, 2021, 9:06 PM

        @mmrize They may need more than that if the module don’t have a package.json in the first place.

        https://forum.magicmirror.builders/topic/15666/add-request-to-modules/3?_=1633554344090

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • S Away
          sdetweil @MMRIZE
          last edited by sdetweil Oct 6, 2021, 9:12 PM Oct 6, 2021, 9:10 PM

          @mmrize we are trying to help users update the dependencies in the module folder

          if no package JSON exists, they need to create one, else the dependency will be loaded in the base mm folder. and is subject to deletion on updates. (because the new base package.json does not reference them and npm now deletes unreferenced, as a security exposure)

          npm init -y

          will create an empty package.json file,
          and allow local saving.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • R Offline
            rxlDavid @MMRIZE
            last edited by Oct 19, 2021, 11:34 AM

            @mmrize fixed it ty :)

            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