I had this working fine on my Magic Mirror with a custom schedule, but now that I’ve started from scratch and created a new Magic Mirror install - MMM-MyWastePickup shows ‘No Schedule’ on the main page.
Here’s my config:
{
module: 'MMM-MyWastePickup',
position: 'upper_third',
header: 'Bin Schedule',
config: {
collectionCalendar: 'Custom',
}
},```
And my schedule:
Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
Custom,02/07/21,0,0,1,0,0
Custom,02/14/21,1,0,0,0,0
Custom,02/21/21,0,0,1,0,0
Custom,02/28/21,1,0,0,0,0
And a pic of how it looks on the Magic Mirror