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
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 32
    • 33
    • 7 / 33