MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. DeanoNoire
    3. Best
    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
    • My home study mirror

      Hi there,
      this is my first mirror I built like 2 years ago.
      Components:
      RPi3
      monitor from discarted laptop
      monitor controller from Aliexpress
      Wood from hobby market
      Not-that-okay spy mirror from local mirror factory (Very dark reflection and display is visible even during daytime)
      Black painted back of an old ikea wardrobe (dont know the name of the material, but it’s solid and light)

      01.JPG
      02.JPG
      03.JPG

      Currently I’m using these modules with changed locale to Czech:
      Clock
      Currentweather and Weatherforecast - I cut out most of the features
      Calendar - mapped to family-shared profile of my google calendar
      Newsfeed - modified for ČT24 RSS (Czech national news tv)
      MMM-Snow - snowfall effect on December
      MMM-NowPlayingOnSpotify - pretty cool, but I also cut out most of the features
      MMM-HonorKills - My module showing my current status of honor kills in WoW
      MMM-DumpsterDay - My module notifying me, when I have to put my trash, plastic and greenery dumpster in front of my house (as it’s quite irregular in my town)

      These days I’m preparing for building a new better mirror as I’ve ordered a perfect mirror from @Goldjunge_Chriz, who is shipping it from Germany.
      Also I got into Blender modeling, so I’m considering creating a board to fix the Raspberry and monitor controller way better.
      If my conscience (wife) allows it I will even destroy the wall to lead the cables in the wall, so it can be hanged without any visible cables :)
      Anyway I think I will make some kind of timelapse video for the next project, so I can share it if you guys are interested :)

      Have a good one and stay safe!

      posted in Show your Mirror
      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
    • MMM-DumpsterDay

      Description:

      This module works as a reminder to take the dumpster from the driveway to the gate on every odd Tuesday and Monday before. Although the use sounds very specific, it can be easily changed to any reminder on recurring days.

      Screenshot:

      alt text

      Download:

      [card:DeanoNoire/MMM-DumpsterDay]

      Version 1.0

      Initial version

      Version 1.1

      Now there are 3 possible cans, user can disable each one in config or change the image via css.
      Pulsing is now switchable.
      Changed the startDate input format.

      Thank you for your time and constructive criticism! :)

      posted in Utilities
      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

      @BD0G Exactly: 24 = DD, 10=MM, 2019=YYYY, so 24.10.2019 is DD.MM.YYYY, an European standard format :)
      What I quoted from your post: 11.13.2019 is not applicable as there is no 13th month :)

      var startDateYear = startDate.substring(6,10);
      var startDateMonth = startDate.substring(3,5);
      var startDateDay = startDate.substring(0,2);

      That’s the exact code that cuts the date to year, month and day variables, so day is the first two numbers, month are another two numbers and year are last four numbers :)

      posted in Utilities
      D
      DeanoNoire
    • 1 / 1