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

    Posts

    Recent Best Controversial
    • RE: Need to disable updatenotification from MagicMirror

      @antoinemosse You can disable any module with

      disabled: true;
      

      in config.js. If you want to enable it again, then set it to

      disabled: false;
      

      No need to poke around in the module’s own scripts.

      Personally, I always add this line for every module, as it elegantly allows to disabale or enable a module, when necessary.

      posted in Troubleshooting
      FoziF
      Fozi
    • RE: Magic(Dashboard)Mirror

      @mz-ber Fantastic! I love the clean and reduced design!

      posted in Show your Mirror
      FoziF
      Fozi
    • RE: Weather station for MagicMirror and SmartHome wanted

      @cowboysdude Yeah, I have my Netamos for more than 8 years now and they are awsome. I found also a fork, which allows to display several base stations https://github.com/MariusEng/MMM-Netatmo

      posted in Hardware
      FoziF
      Fozi
    • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

      @mickyvi That’s a totally awsome solution! Really cool!

      posted in Tutorials
      FoziF
      Fozi
    • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

      @mickyvi That’s indeed really strange, and I can only guess that the mirror has a reflecting coating which prevents the signal from passing through the mirror. The thickness of the glass itself is not the limiting factor, as the signal usually passes even stone walls and can detect motion in adjacent rooms. I operated my sensor first behind the mirror, too, and it worked. It is a 4mm Pilkington. Later I moved it under the frame, because it was easier to trim the sensor and hid it behind a 3D-printed cover. Thus, I’d second @uros76 proposal to mount the sensor on top or on the bottom of the frame where it is not visible. Don’t give up!

      posted in Tutorials
      FoziF
      Fozi
    • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

      @mickyvi Ususally those sensors a quite sensitiv and detect motions even through walls. That was also my case, why I added the trimmer to reduce sensitivity. Maybe the sensor is from a bad lot. You could try anotherone if you have a spare. Those sensors are pretty cheap.

      posted in Tutorials
      FoziF
      Fozi
    • RE: My atelier mirror v2.0 (rebuild)

      @deanonoire Great Job! Actually, I personally wouldn’t modify the frame and leave it as it is. It has s kind of special rural look, that I like.

      posted in Show your Mirror
      FoziF
      Fozi
    • RE: MMM-text-clock fullscreen

      @airart I run a different module called MMM-TextClock (similar name) in full screen as my first page.

      To display it in full screen I had to add following code into

      custom.css
      
      /* MMM-TextClock --------------------------------------------*/
      .L12Field {
        width: 100%;
        height: 100%;
        font-family: Roboto;
        font-size: 125px;
        line-height: 135px;
        font-weight: 100;
        color: #333;
      }
      

      Give it a try and see if it works for you.

      posted in Troubleshooting
      FoziF
      Fozi
    • RE: MMM-Netatmo updated

      @kj3rra I’m a bit late to the party but I found a fork of the MMM-Netatmo module which allows to differentiate between several base stations. I recently had the same problem and I solved it that way.

      https://github.com/MariusEng/MMM-Netatmo

      There is an option called

      deviceNumber
      

      which you can adress in your config. Works flawlessly!

      posted in Utilities
      FoziF
      Fozi
    • RE: Apple Music

      @dominic21 While there are a few modules for Spotify I haven’t seen any for Apple Music.
      I have a Sonos sound system and run the MMM-Sonos module on the mirror. This allows me to see which track is played in which rooms (also several rooms simultaneously). That means I can connect my Sonos system to any streaming service (Spotify, Apple, Music, Deezer,…) and the mirror displays the current running track received by the Sonos speakers and I’m independent from the streaming service. This is not exactly a direct answer to your question, but a workaround with Sonos speakers.

      posted in Requests
      FoziF
      Fozi
    • RE: Which Alexa module is better, Awesome Alexa or Mirror Mirror on the Wall

      @cq0q I tried a few of the Alexa modules and unfortunally none really worked. Finally I found MMM-AlexaControl.

      I took a spare Echo Dot I had laying around, mounted it on the back of my mirror and plugged it into the USB port of the RPi for power supply. That is the easiest way to go:

      • Simple module setup and configuration
      • no hassle with microphones and speakers
      • Setup scenes and similar in the Alexa app to e.g. switch pages on the mirror
      • done.
      posted in Troubleshooting
      FoziF
      Fozi
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @sdetweil The “Mother of all Modules”! :love-you_gesture_light_skin_tone:
      That’s a fantastic job, Sam! Especially beginners will be grateful, but not only beginners.

      posted in Utilities
      FoziF
      Fozi
    • RE: Expensive Bedside Clock

      @cowboysdude 🤣 you sound like the guys on Reddit. I‘d second this!

      posted in Show your Mirror
      FoziF
      Fozi
    • RE: Expensive Bedside Clock

      Thats really awsome!

      posted in Show your Mirror
      FoziF
      Fozi
    • RE: My Kitchencabinet Mirror

      @foxy25 Great start! I’m looking forward to the finished setup, as there is a similar idea for my kitchen growing in mind.

      posted in Show your Mirror
      FoziF
      Fozi
    • RE: My home study mirror

      @DeanoNoire very nice and clean build!

      posted in Show your Mirror
      FoziF
      Fozi
    • RE: MMM-NewPIR v3

      I had the same. After

      git pull
      

      Enter

      mom run update
      

      and reboot.

      posted in System
      FoziF
      Fozi
    • RE: My new Magic Mirror

      Both thumbs up for the frameless design!

      posted in Show your Mirror
      FoziF
      Fozi
    • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

      @MajorC yeah, that are the steps to go. The RCWL-0516 module is a 1:1 replacement of the common IR sensors usually used. MAke sure to follow also the instructions I wrote (see link in my signature).

      posted in Tutorials
      FoziF
      Fozi
    • RE: MMM-NewPIR v3

      @pakal41 I can assure you that the Doppler sensor will work 😃

      posted in System
      FoziF
      Fozi
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 16
    • 17
    • 4 / 17