@keyk123 Can you edit your post and remove your keys etc?
Read the statement by Michael Teeuw here.
Posts
-
RE: "Error: Cannot find module 'ping' " and black screen on startup (Beginner)
-
RE: MMM-Hue
@Mitchfarino What a pity though. The module works perfectly for me though. There are some instructions missing though but I managed to get it up and running when I first implemented it a few months ago. Great module.
-
RE: Won't restart/stuck at prompt
@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.
-
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 installin 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+ito 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 } }