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

    Posts

    Recent Best Controversial
    • RE: 43" Magic Hallway Mirror

      The glass I’m using has reflectance of 68% and transmission of 11%

      https://www.pilkington.com/en/us/products/product-categories/special-applications/pilkington-mirropane#brochures

      Mirror view has reflectance of between 53% and 76% with a transmission of between 20 and 45%

      I was just happier with what the Mirropane gave me.

      posted in Show your Mirror
      S
      stephenmelody
    • 43" Magic Hallway Mirror

      Thought I’d share my build with you guys, I’d like to thank @Zach for his very helpful guide, as I pretty much followed it step by step.

      No photos of the build other than the finished product, but it’s a 43" 4K TCL TV as the screen (because the majority of the connections are on the side, not the back) and Pilkington Mirrorpane glass as the front end - for a 43 inch screen, cut to my exact dimensions was $175+tax!! Much cheaper than the twowaymirror.com smart tv glass. I think their glass is Pilkington Mirrorvue which my glass supplier was quoting $215. I preferred the reflection from the Mirrorpane over the Mirrorvue so went for that - the glass company sent me samples free of charge - shout out to Rex Glass in Pittsburgh.

      My next step is to get the Facial Recognition module working so it’ll show different items depending on whether it is me or the GF stood in front of the camera, but I can’t seem to get it working with my USB Logitech webcam… I’ll post a help request on that.

      Anyway, here it is… thoughts / questions are welcome!

      alt text

      posted in Show your Mirror
      S
      stephenmelody
    • RE: Integration with Aftership API

      Absolutely Awesome!!! Thanks so much!!!

      posted in Requests
      S
      stephenmelody
    • Integration with Aftership API

      would someone mind building an integration with Aftership? This is a site that allows you to view all of your shipments from multiple carriers in one place and has an API…

      Would be great to introduce, you could see where your shipments were at any one point. Perhaps @strawberry-3-141 would be interested as they have developed something similar?

      Documentation here…

      https://www.npmjs.com/package/aftership

      posted in Requests
      S
      stephenmelody
    • RE: MMM-Events

      I just tried it, an array works well!!

      posted in Entertainment
      S
      stephenmelody
    • RE: MMM-Events

      Scrap my messages… it started working after a reboot…

      However, is it possible to have multiple categories?

      does this:

      eventType: "music_country",
      eventType: "sports",
      eventType: "food",
      eventType: "comedy",  
      

      or this:

      eventType: ["music_country", "sports", "food", "comedy"]
      
      

      work?

      posted in Entertainment
      S
      stephenmelody
    • RE: MMM-Events

      @Mykle1 100% sure the API key is correct… I’m not sure about how to access the dev tools, pardon my naivety.

      I could give you access to the device if you’d have a couple of minutes to look?

      posted in Entertainment
      S
      stephenmelody
    • RE: MMM-Events

      @Mykle1 Thanks, I changed my code to yours but I’m still not getting anything… is there anything else I can do to debug?

      posted in Entertainment
      S
      stephenmelody
    • RE: MMM-Events

      I have an issue with this module on my mirror, it just shows “upcoming events…” on the screen but nothing else.

      Here’s my code, I’ve changed my API key so it’s not publicly shared.

      Am I doing something wrong?

          module: 'MMM-Events',
          position: 'bottom_left',
          config: {
              city: "Pittsburgh, PA",            // Your City
              eventType: "music_country",
      //      eventType: "sports",
      //      eventType: "food",
      //      eventType: "comedy",               // Choose from Events List below
              when: "This Week",                 // "All", "Future", "Past", "Today", "Last Week", "This Week", "Next week", and months by name, e.g. "October"
              mode: "noFrame",                   // "Frame" or "noFrame" (around picture)
              apikey: "QbpDjd6SXXXXXXXX",
              rotateInterval: "6000",     // New Event Appears every 5 minutes
              useHeader: "True",                 // Set to true if you want a header
              header: "Upcoming Events",
              animationSpeed: "3000",              // Event fades in and out
              picture: "false"                     // true, false = no image
      
      

      0_1509371886264_bfcf6860-d3fe-4941-9278-36870ac3bd07-image.png ![alt text](image url)

      posted in Entertainment
      S
      stephenmelody
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 6 / 6