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

    Posts

    Recent Best Controversial
    • Better display for two way mirror

      Hello there,
      I’m quite happy with my build, yet I consider getting a better display that has less backlight and black is really black, so the screen is not visible.
      Currently I’m using display from decomissioned laptop.
      What type of display would you recommend for that?
      Thank you!

      posted in General Discussion
      D
      DeanoNoire
    • RE: MMM-DumpsterDay

      @BD0G awesome mate! So glad the module is used :)

      posted in Utilities
      D
      DeanoNoire
    • RE: MMM-DumpsterDay

      @dinschal Hey there, it’s not possible to set it via config right now, but it’s quite easy to modify it in the MMM-DumpsterDay.js file:

      Find folloing code (about row 167)

      // Trashday today
      if (difference%datediff_1 == 0) {
      result = 1
      Log.info(“It’s trashday !!”);
      }

      and change the value of result to 0.
      So it’s:

      // Trashday today
      if (difference%datediff_1 == 0) {
      result = 0
      Log.info(“It’s trashday !!”);
      }

      Please let me know if this solution worked as desired.
      Have a good one; Greetings from Czechia.

      posted in Utilities
      D
      DeanoNoire
    • My atelier mirror v2.0 (rebuild)

      Hey guys,
      I’d like to share my rebuilt mirror in my home office. I ordered a brand new mirror by @Goldjunge_Chriz and it looks dope!
      In this take I put both power supply cables through the gooseneck in the wall, so while it’s hanging, there are no cables visible.
      Also did some lesser css modifications.
      It’s not rich for modules, but I like it that way.
      Right now I’m considering 3D printing some fancy corners (like witcher schools medalions or sth), to cover the croocked frame joins.

      I appreciate any constructive criticism. Please excuse the low photo quality, my phone died.

      DSC_0120.JPG

      DSC_0118.JPG

      posted in Show your Mirror
      D
      DeanoNoire
    • RE: MMM dumpsterday

      @elmago Hey there, I did check your request and I will work it in, but these days I’m super busy with work so just give me some time ;)

      posted in Requests
      D
      DeanoNoire
    • RE: MMM dumpsterday

      @cowboysdude I made the module as the trash takeout is quite irregular in my town. Plastic waste is collected every 28 days, green waste is collected every 21 days and regular garbage every odd tuesday.

      Say whatever you want, I still find it way more useful than a module telling me I’m handsome.

      posted in Requests
      D
      DeanoNoire
    • RE: MMM dumpsterday

      @elmago Hi there,

      does that mean the garbage collection is skipped that week and next collection is next week ?
      Or the garbage collection is just postponed to next non-holiday day?

      I can try to add this functionality, I just need to understand the scenario :)

      Cheers.

      posted in Requests
      D
      DeanoNoire
    • 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

      Also you can offer these already manufactured in the next round. I dont know how about guys, but I was not very strict about the dimensions of my mirror.
      As @malevolent suggested a 10% warrant would be fair.

      posted in Hardware
      D
      DeanoNoire
    • 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

      @goldjunge_chriz Awesome! :) Could you please just confirm I’m among those whose payment arrived correctly? :) Thanks :)

      posted in Hardware
      D
      DeanoNoire
    • RE: Shutdown Magic Mirror with Home Assistant

      @jordes First part of the automation is ssh call for shutdown.
      81b2715c-7ddc-4528-9d6c-c60ea332f0ec-image.png

      Finding a working script took me a while, but it works like a charm without any excessive MM modules.

      All you need is to setup passwordless ssh connection between HA and MM.

      posted in Troubleshooting
      D
      DeanoNoire
    • 1 / 1