if i use this config all bins show-
{
module:"MMM-DumpsterDay",
position:"top_left",
config: {
refreshInterval: 18000000, // Default: 18000000 = 5 hours
pulse: false, // Default: true - Makes the module pulsating
enableBasic: true, // Enable basic trashcan
basicStartDate: "12.11.2019", // The first dumpster day (Always use 2 digit dates (01 instead of 1))
basicDateDiff_2: 7, // 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
enablePlastic: true, // Same values as basic but for Plastic
plasticStartDate: "12.11.2019",
plasticDateDiff_2: 14,
plasticNotifyDayBefore: true,
enableLandscape: true, // Same values as basic but for Landscape
landscapeStartDate: "12.11.2019",
landscapeDateDiff_2: 14,
landscapeNotifyDayBefore: true,
}
},
if i use this then 2 bins show-
{
module:"MMM-DumpsterDay",
position:"top_left",
config: {
refreshInterval: 18000000, // Default: 18000000 = 5 hours
pulse: false, // Default: true - Makes the module pulsating
enableBasic: true, // Enable basic trashcan
basicStartDate: "12.11.2019", // The first dumpster day (Always use 2 digit dates (01 instead of 1))
basicDateDiff_2: 7, // 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
enablePlastic: false, // Same values as basic but for Plastic
plasticStartDate: "12.11.2019",
plasticDateDiff_2: 14,
plasticNotifyDayBefore: true,
enableLandscape: true, // Same values as basic but for Landscape
landscapeStartDate: "12.11.2019",
landscapeDateDiff_2: 14,
landscapeNotifyDayBefore: true,
}
},
but if i change it to either of these then only the basic shows up -
enablePlastic: true, // Same values as basic but for Plastic
plasticStartDate: "18.11.2019",
or
enablePlastic: false, // Same values as basic but for Plastic
plasticStartDate: "18.11.2019",code_text
maybe i’m misunderstanding but it seems the second last one is the one i require.
for reference my red get picked up every monday and the other 2 alternate every 2 weeks,again on monday