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

    Posts

    Recent Best Controversial
    • Fun for halloween

      So we have our Magic Mirror set up in the bathroom.
      At halloween it is going to show an extra surprise.

      We control everything here with Home Assistant, so 15s after the light is turned on in the bathroom, the light will go out, some will start flickering, and the buttons for controlling the light will not work.

      This is how it’s going to look like:
      magicmirror.jpg

      posted in Show your Mirror
      F
      fribse
    • RE: I would love to show the finished mirror, but I'm waiting for the glass :-) This is the project so far...

      So it’s assembled, just need to protect the wood from moisture.

      DSC_2954.JPG
      The ‘behind the mirror’ lights are working nicely, it’s based on WLED, the LED’s inside are SK6812, so it has very nice white, as well as RGB.
      And then I off course need to polish the mirror :-)
      It’s going to be set up before halloween, and I already have videos of ghosts ready and tested ;-)

      posted in Show your Mirror
      F
      fribse
    • I would love to show the finished mirror, but I'm waiting for the glass :-) This is the project so far...

      So far the frame is built, with the monitor mounted (19" LG). It has a 12V PSU, with a buckconverter for the RPi3, and a USB hub for the USB soundcard (and also gives the possibility of adding a USB keyboard to it without twisting fingers.
      The reason for the 12V PSU is that I’m awaiting delivery of my 2x10W speakers, and a stereo 15" amplifier that will be added to the mirror as well.
      0_1570885225698_MM-back.JPG

      posted in Show your Mirror
      F
      fribse
    • RE: What's the best way to block out area of mirror that doesn't have a monitor behind it?

      I sent the oracal back (very expensive stuff) as I could get much cheaper and darker stuff from our local hardware store.
      So I got the back covered with it, and then cut holes in it for the LED lights and monitor, it seems to work very well.

      posted in General Discussion
      F
      fribse
    • Now I'm getting somewhere, HA turns screen on and off :-)

      Ok, finally I found the right module. So the remote module in MagicMirror (MMM-Remote-Control), and then ‘rest_command:’ setup in HA.
      That way the motionsensor can turn the screen on and off in the mirror. For now I’ve made it simple with just defining four commands, two for on / off and two for dim / undim. And then just use those services in HA automations.
      Works perfectly.
      Now I need to turn some modules on and off depending on the time of day.

      The HA commands:

      rest_command:
        turn_off_mm_screen:
          url: http://IP:8080/api/monitor/off
        turn_on_mm_screen:
          url: http://IP:8080/api/monitor/on
        dim_mm_screen:
          url: http://IP:8080/api/brightness/75
        undim_mm_screen:
          url: http://IP:8080/api/brightness/100
      

      One of the automations (at night)

      - id: '1557033756115'
        alias: Turn on bathroom light at night
        trigger:
        - entity_id: binary_sensor.bathroom_movement
          from: 'off'
          platform: state
          to: 'on'
        condition:
        - after: '23:00'
          before: '7:59'
          condition: time
        - condition: state
          entity_id: light.spejl
          state: 'off'
        action:
        - data:
            brightness_pct: 10
            entity_id: light.spejl
          service: light.turn_on
        - data: {}
          service: rest_command.turn_on_mm_screen
        - data: {}
          service: rest_command.undim_mm_screen
      

      Next step would be to modify rest_command so that I don’t have one for each action, but send a payload that is modified to the command that I want.

      posted in Troubleshooting
      F
      fribse
    • RE: I would love to show the finished mirror, but I'm waiting for the glass :-) This is the project so far...

      So, things are shaping up, I’ve gotten the mirror rebuilt, I had to swap the monitor, it was getting too hot.
      The new one is much cooler.
      I also got the lights mounted, it’s a mixture of fun and serious, it will give light for usage, but it’s also RGB, so it can do effects if we want to :-)
      This image shows the lights turned to it’s lowest (apart from being off, of course. The foil is still on, until I get the mirror properly fixed to the frame, it has the foil on.
      DSC_2953.JPG

      posted in Show your Mirror
      F
      fribse
    • RE: Home Assistant Toggle?

      @bendonahue I’ve set it up here with MQTT.
      I wrote a small guide on the HA forum:
      https://community.home-assistant.io/t/magicmirror-integration-into-home-assistant-with-mqtt/177246/15

      posted in General Discussion
      F
      fribse
    • RE: I can't get mmm-screencast to work

      @JerryP said in I can't get mmm-screencast to work:

      nam install

      Is that a new command? :-D

      posted in Troubleshooting
      F
      fribse
    • RE: I would love to show the finished mirror, but I'm waiting for the glass :-) This is the project so far...

      I got it through the ‘community order’ on this page.
      The reflectance is very good, it’s a real mirror.
      My only problem with it, is that the chroma of it is a bit brown, so it requires quite a lot of light in the room.

      posted in Show your Mirror
      F
      fribse
    • RE: http connection denied despite open whiteList

      @klinge you are tying it to localhost only? If you do that, you can’t connect to it, it should be 0.0.0.0 or something like that?

      posted in Troubleshooting
      F
      fribse
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      No problem, a week more or less of the 9 months won’t change much :-)

      posted in Hardware
      F
      fribse
    • Newsfeeder is going way to fast when showing news

      I’ve set up the delay to 30000, so it should take it’s time between rolling the news.
      It’s the original news module, with an added QR code module.
      It fetches news from some RSS feeds.
      I’ve tried rebooting the pi, and also just restarting MM.
      It has about 12 GB available space, so that’s not the problem.
      What on earth is suddenly going on? This has worked for at least a year?
      Everything is fully updated on the modules and core.

      posted in Troubleshooting
      F
      fribse
    • RE: Just upgraded to 2.18, runs, but no display

      @fribse Ok, so the black screen has nothing to do with the error:

      0|MagicMirror  | [1554:0213/183501.650842:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|MagicMirror  | [1601:0213/183503.081619:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|MagicMirror  | [1621:0213/183503.548717:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      

      As that is still shown when I start the software…

      posted in Troubleshooting
      F
      fribse
    • RE: Two way mirror shop in Netherlands (near Leiden)

      Go to the community order on this page, the mirrrors he is offering is real mirrors, and the best I’ve found.

      posted in Hardware
      F
      fribse
    • RE: Two-Way mirror suppliers Ireland

      @Dermo134 If you need real glass, I would go with the community order on this site.

      posted in Hardware
      F
      fribse
    • RE: Help me pick my two way option

      @cheapdad No, you are not mistaken, the material is rather expensive. The acryllic is the cheapest solution, but you will get artifacts. There is a community order active on the site, but that is for EU, and with prices in $ I guess that is not attractive for you :-)
      I also use a PIR for waking it up, but I have a PIR for the light, and then the light wakes up the mirror via MQTT.

      posted in Hardware
      F
      fribse
    • 1 / 1