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: MMM-aviationwx (Aviation weather)

      @Mykle1 I like how it’s switching between hectopascals and inches of mercury, as well as m/s and knots!

      That was always the one thing missing on this module for me, international airports

      posted in Transport
      S
      stephenmelody
    • RE: MMM-aviationwx (Aviation weather)

      I’m interested!! I know what great work you do too @mykle1

      I’m a private pilot so already have this module on my screen but I fly transatlantic quite often so seeing UK airports would also be helpful!

      Cheers,

      Steve.

      posted in Transport
      S
      stephenmelody
    • RE: Email

      Hey @ronny3050, is there a way to only show the sender’s name and not their email address?

      posted in Productivity
      S
      stephenmelody
    • RE: Fitbit

      This is my output of getData.py

      pi@Magic-Mirror:~/MagicMirror/modules/MMM-fitbit/python $ sudo python getData.py
      {"message": "credentials.ini exists", "type": "status"}
      {"message": "Reading from credentials.ini", "type": "status"}
      {"message": "Read of credentials.ini successful.", "type": "status"}
      {"message": "credentials.ini exists", "type": "status"}
      {"message": "Reading from credentials.ini", "type": "status"}
      {"message": "Read of credentials.ini successful.", "type": "status"}
      {"message": "tokens.ini exists", "type": "status"}
      {"message": "Reading from tokens.ini", "type": "status"}
      {"message": "Read of tokens.ini successful.", "type": "status"}
      {"message": "Making API call", "type": "status"}
      {"message": "API call okay", "type": "status"}
      {"message": "Tokens valid", "type": "status"}
      {"values": {"data": 1649, "goal": 10000}, "resource": "steps", "type": "data"}
      {"values": {"data": 0, "goal": 1}, "resource": "floors", "type": "data"}
      pi@Magic-Mirror:~/MagicMirror/modules/MMM-fitbit/python $
      
      
      posted in Troubleshooting
      S
      stephenmelody
    • RE: Fitbit

      @s199 I also have this problem, only Steps is coming through. Did you manage to get it fixed?

      posted in Troubleshooting
      S
      stephenmelody
    • RE: 43" Magic Hallway Mirror

      I’m using MMM-Wunderground for the weather.

      there’s a USB and HDMI that go into the TV, it’s more for future proofing rather than anything specific… Then there’s another 2 USB that go into the Pi. I’m working on getting a webcam and facial recognition working so probably use one of them for that.

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

      oh and a shout out to @mykle1 for the AfterShip module, probably my favourite one on the screen!!

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

      Some more pics…

      alt text

      alt text

      alt text

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

      @Chuck_Pgh Let me know if you need anything! LGP!!

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

      I forgot to mention that I also have the rpi on a z-wave socket so I can hard reset it if I need to from the Samsung SmartThings app.

      The TV is a TCL and SmartThings has a device handler for it, so when both my girlfriend and I leave the house, the TV turns off, when one of us returns the tv comes back on, it also shuts down overnight and comes back on in the morning. I’m using Webcore on top of SmartThings to do that.

      I also did the same as @zach and added both USB and hdmi into the frame for easy access to the rpi or the tv.

      posted in Show your Mirror
      S
      stephenmelody
    • 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
    • 3 / 3