@jdahli1 I tried deleting my uber api key and generating a brand new key and it didn’t help. I reinstalled my magicmirror from scratch and it didn’t help. The API must have changed.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-uber and MMM-lyft
-
RE: MMM-FAA-Delay
I did notice it was broken for the last couple days but didn’t check these forums until now. Thanks for the update! I’ll be updating today.
-
RE: MMM-uber and MMM-lyft
My MMM-uber has been fine for weeks, but just says “uberX in undefined min” for the last couple of days. Anybody else have this issue?
-
RE: MMM-AfterShip
Great, clean, and simple module. It seems pretty reliable as I’ve had issues with other Aftership modules sometimes not displaying any data.
Configuration options would be helpful:
-Show/hide certain columns, as this is a pretty wide module
-Control number of days that delivered parcels display
-Control the DATE/MONTH format
-Control the module width
-Control the refresh period for new packages/updatesI’ve edited these items in MMM-AfterShip.js, but an easy option in the config would be nice.
-
RE: MMM-ImagesPhotos - Show images from a directory
@ninjabreadman exiftran worked wonderfully! I used the “automatic” option and it fixed them all! Thanks!
-
RE: MMM-ImagesPhotos - Show images from a directory
I realize this might not be the fault of the module, but many of my images display with the orientation incorrect on this module. I open them on my Mac, and the orientation is correct. I open them in the built-in image viewer on the raspberry pi, and the orientation is correct.
I’ve tried using exiftool to remove the orientation settings entirely with no success. I also tried using exiftool to change the orientation with no success.
My magic mirror is in portrait mode, so I wonder if that matters, but the built-in viewer has no problems.
-
Can somebody make MMM-MyWink compatible with Wink Hub 2?
This module is currently only compatible with Wink Hub. I would like it be updated to work with Wink Hub 2. I don’t understand their API enough to get it working. This would be very much appreciated!
-
RE: MMM-FAA-Delay
This module is great, but how do I get rid of the weather? I already have a weather module, so this wastes valuable space. Thanks.
EDIT: I answered my own questions. I just commented out this line in MMM-FAA-Delay.js:
//wrapper.appendChild(weatherRow);
-
RE: MMM-MyWastePickup (Toronto waste collection schedule)
@waynerigley The way the module is written, it wants to tell you the day that garbage is picked up. For me, I put the trash out the same morning as it’s picked up a couple hours later. So in my situation, it makes sense. For you, indeed setting all dates back one day would work. However, you might also want to clarify the header of the module for others reading it. For example, the default is:
header: 'Waste & Recycling',
If you set all dates back, you may want to change it to:
header: 'When to put out Waste & Recycling',
-
RE: MMM-MyWastePickup (Toronto waste collection schedule)
@waynerigley Great! As tiny as this module is, it’s one of the things I appreciate most about the magic mirror. There’s no API to depend on… just a plain old text file that I update once a year.