MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mumblebaj
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 6
    • Topics 33
    • Posts 767
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: "Error: Cannot find module 'ping' " and black screen on startup (Beginner)

      @keyk123 Can you edit your post and remove your keys etc?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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.

      posted in Utilities
      mumblebajM
      mumblebaj
    • 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.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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.

      posted in General Discussion
      mumblebajM
      mumblebaj
    • 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.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: config,js beginner

      @berne You are missing a comma after the closing bracket of MMM-awesome-alexa. It should be },

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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
           }
      }
      
      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 73 / 77