Re: MMM-DumpsterDay
Hi, I can’t get ONLY the image of the day’s collection to display, it always displays the ones you don’t have to collect as well. I attach a screenshot and the code, how can I fix this? ```
{
module:“MMM-DumpsterDay”,
position:“top_left”,
header: “Raccola Differenziata”,
config: {
refreshInterval: 18000000, // Default: 18000000 = 5 hours
pulse: false, // Default: true - Makes the module pulsating
//enableBasic: false, // Enable basic trashcan
// basicStartDate: "01.10.2020", // The first dumpster day (Always use 2 digit dates (01 instead of 1))
// basicDateDiff_1: 1, // Trashday reoccurance - Default: 14 (every 14 days)
// basicNotifyDayBefore: true, //Default: true - If you want the notification to appear also the day before the dumpster day
enablePaper: true, // Abilita bidoncino carta bianco
paperStartDate: "06.04.2021",
paperDateDiff_1: 7,
paperNotifyDayBefore: true,
enablePlastic: false, // Same values as basic but for Plastic
plasticStartDate: "13.04.2021",
plasticDateDiff_1: 7,
plasticNotifyDayBefore: true,
enableVetro: true, // Same values as basic but for Plastic
vetroStartDate: "08.04.2021",
vetroDateDiff_1: 7,
vetroNotifyDayBefore: true,
enableLandscape: true, // Same values as basic but for Landscape
landscapeStartDate: "04.04.2021",
landscapeDateDiff_1: 7,
landscapeNotifyDayBefore: true,
enableLandscape: true, // Same values as basic but for Landscape
landscapeStartDate: "06.04.2021",
landscapeDateDiff_1: 7,
landscapeNotifyDayBefore: true,
enableLandscape: true, // Same values as basic but for Landscape
landscapeStartDate: "08.04.2021",
landscapeDateDiff_1: 7,
landscapeNotifyDayBefore: true,
}
},
![dumpster.png](/assets/uploads/files/1618395144017-dumpster.png)
Thank you very much