@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
@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
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.
Hey @ronny3050, is there a way to only show the sender’s name and not their email address?
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 $
@s199 I also have this problem, only Steps is coming through. Did you manage to get it fixed?
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.
oh and a shout out to @mykle1 for the AfterShip module, probably my favourite one on the screen!!
@Chuck_Pgh Let me know if you need anything! LGP!!
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.
The glass I’m using has reflectance of 68% and transmission of 11%
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.
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!

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?
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?
@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?
@Mykle1 Thanks, I changed my code to yours but I’m still not getting anything… is there anything else I can do to debug?
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
