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

    Posts

    Recent Best Controversial
    • RE: Website Launched

      Thanks guys! Typos fixed!

      Special thanks to @paviro for the awesome video!

      posted in Announcements
      MichMichM
      MichMich
    • RE: PIR-Sensor - put your mirror to sleep if not used

      As you can see it says it misses the module “wiring-pi” in the error part.

      Try running npm install wiring-pi

      Let me know if that solves the issue.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Pi Zero

      It probably can, because the specs are better than the Pi2. But since you’ll need a lot of extra accessories (usb Wifi, mini HDMI to HDMI convertor), it’s probably cheaper to use a Pi2 or Pi3.

      posted in Hardware
      MichMichM
      MichMich
    • RE: How to Troubleshoot

      Nice work! Feel free to add this to the wiki! :)

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Making my own translation [solved]
      • Copy translations/en.json to translations/no.json.
      • Modify the translations/no.json to Norwegian translations.
      • Add your translation to translations/translations.js.

      And don’t forget to send us a pull request so others can use it as well! :) (Do do this, you need to make a fork of the repository: https://help.github.com/articles/using-pull-requests/)

      posted in General Discussion
      MichMichM
      MichMich
    • RE: Website Launched

      @SamLewis0602 Thanks for your awesome module. :)

      posted in Announcements
      MichMichM
      MichMich
    • RE: Clock module: analog face got scrambled.

      Should be fixed in the develop branch now: https://github.com/MichMich/MagicMirror/issues/611#issuecomment-272714388

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: best acrylic sheet

      Why do you need an acrylic sheet? As a mirror? I highly recommend real glass for this.

      posted in Hardware
      MichMichM
      MichMich
    • RE: MagicMirror not displaying after completion

      What steps did you take? It looks like you took the steps of the old version.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Making my own translation [solved]

      I quickly tried using the Ø to see if it would give any problems, but it just works fines. (Tested on both the Raspberry and my Mac).

      posted in General Discussion
      MichMichM
      MichMich
    • RE: Something I'm working on ...

      If you work on such an installer. Make sure it’s based on the module infrastructure where possible. That we you can develop and test is, without the need of directly integrating it in mm2. If It’s fully up and running and tested, we can integrate it by adding it to the list of default modules.

      posted in Announcements
      MichMichM
      MichMich
    • RE: Problem with Weather forecast

      I just pushed a fix to the develop branch that should solve the weather forecast. It’s a bit of a hot fix while we are working on the new weather module.

      A new master release is planned to be released this weekend, so if you don’t want to install the develop version, hang tight.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Super awesome work on the remote App!

      Not sure if you already noticed it, but there is a change in the hide/show mechanism which might be very helpful for you:
      https://forum.magicmirror.builders/topic/241/revising-the-show-hide-mechanism/9

      Keep up the good work.

      posted in System
      MichMichM
      MichMich
    • RE: Really NOOB Question. Stopping Magic Mirror App

      @KirAsh4 should have gotten a raise. But he recently delayed a pull request in favor of a female-species. Therefor the raise is postponed …

      posted in Troubleshooting
      MichMichM
      MichMich
    • I'll be giving a talk about the history and future of the MagicMirror project. Come and see me!

      During the first IoT Tech Community Meetup in Haarlem, The Netherlands at July 5th, I’ll be giving a talk about the MagicMirror project. If you’re curious about the history, the current state and the future of the project and you happen to live nearby Haarlem, make sure to join us!

      http://www.meetup.com/IoT-Tech-Community/events/231960364/

      17:00-18:00 Welcome with food & drinks
      18:00-18:45 Virtual Reality & Augmented Reality: a new perspective – by Tim Prijn & Peter Hendriks
      18:45-19:30 The Magic Mirror: from a fun project to a new business – by Michael Teeuw
      19:30-20:00 Drinks
      20:00-20:45 The requirements for IoT Applications – Siebren de Vries & Jack van Praag
      20:45 - More drinks

      posted in General Discussion
      MichMichM
      MichMich
    • RE: Adjust modules size to match each other (weather/calendar)

      If you just put the following items in your css/custom.css you can change the font sizes of the mirror by adjusting the values.

      .xsmall {
        font-size: 15px;
        line-height: 20px;
      }
      
      .small {
        font-size: 20px;
        line-height: 25px;
      }
      
      .medium {
        font-size: 30px;
        line-height: 35px;
      }
      
      .large {
        font-size: 65px;
        line-height: 65px;
      }
      
      .xlarge {
        font-size: 75px;
        line-height: 75px;
        letter-spacing: -3px;
      }
      
      posted in Development
      MichMichM
      MichMich
    • RE: Internet Monitor

      Love it! Especially the wifi connection indicator!

      posted in Utilities
      MichMichM
      MichMich
    • RE: MMM-ModuleScheduler - Module Schedules and Notifications

      Very awesome work on this module! It might be interesting to look at the new show/hide mechanism: https://forum.magicmirror.builders/topic/241/revising-the-show-hide-mechanism/9

      posted in System
      MichMichM
      MichMich
    • RE: Mouse Cursor Visible On Reboot

      Additional configuration tips can be found here: https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi

      posted in Troubleshooting
      MichMichM
      MichMich
    • Besides your MagicMirror, what are some Maker-projects you worked/working on?

      Just curious so see what keeps you guys busy. Besides the MagicMirror, are there any other maker projects you guys are working on, or have worked on?

      Here’s a list of some of my projects:

      • My Automatic Curtains.
      • A PowerSuit for a theme party.
      • A few iOS apps: QuickHue, ThermoToday, TextClock and Bermuda.
      • My Annoying Dishwasher Project.
      • The Home Sensor.
      • And a lot of other maker projects …

      Looking forward to getting a glimpse of your projects.

      posted in General Discussion
      MichMichM
      MichMich
    • 1 / 1