@motdog Probably easier and cheaper to buy a new card. There are some tools out there that you can use to check for bad sectors. But again it is probably cheaper and easier to buy a new one.
Read the statement by Michael Teeuw here.
Posts
-
RE: Won't restart/stuck at prompt
-
RE: How to open magic mirror on a tablet without a keyboard?
@640008915 Nothing wrong with answering your own question. Thanks for sharing your solution with the community. Mark the post as solved so that others may know that it has been resolved. Enjoy your mirror.
-
RE: Mirror starts not correct
@thedk Please remember to check every module folder that has a package.json in it and run
npm install
in those folders as well. -
RE: Magic Mirror only shows black screen
@maddinmirror So, a few things. Is this a fresh install? Did you run npm install in the MagicMirror after the install? Can you do a
shit+ctrl+i
to open the developer console? Select the Console Tab and scroll up and look for any errors usually marked in red. -
RE: mail module problem
@papinel I just installed the module and set it up and it works perfect with the setings that I gave you above. As @strawberry-3-141 mentioned, you may want to start from scratch with the module installation.
-
git clone https://github.com/ronny3050/email-mirror.git email
-
cd email
-
npm install
-
-
RE: Mirror starts not correct
@thedk Have you upgraded your installation of Raspbian before updating the MM? You would also have to check every module folder that has a package.json and run npm install in the module folder. This has generally worked for most of the guys with the same issue as you have.
-
RE: config,js beginner
@berne You are missing a comma after the closing bracket of MMM-awesome-alexa. It should be
},
-
RE: mail module problem
@papinel Hi. Your config looks wrong. Can you try changing it to match the below?
{ module: 'email', position: 'top_left', header: 'Email' config: { accounts: [ user: 'xxxxx@gmail.com', password: 'xxxxx', host: 'imap.gmail.com', port: 993, tls: true, authTimeout: 10000, numberOfEmails: 5, ], fade: true } }
-
RE: Audio not working through Magic Mirror
@edenx858 That is correct. You need a premium account for it.
-
RE: Pi 4 won't run
@darbos have you tried shift + cntrl + i? Select the consol tab and scroll up and see if there are any errors. They are usually in red text.