Read the statement by Michael Teeuw here.
Problem with MMM-MyGarbage module
-
@rkvant the data received is not good. So it sounds like you rotation might be wrong
-
what do I need to do? :)
-
@rkvant i don’t know, not my module… read the module instructions carefully
-
@rkvant doc says to create a csv file. In very specific format
-
AHA. Thanks. I will try to fix the csv file :)
-
OK, I think the csv file I ok, but a new error…someone who knows this problem or where I must start? :) hehe
[2020-11-26 18:28:19.732] [ERROR] Whoops! There was an uncaught exception…
[2020-11-26 18:28:19.733] [ERROR] TypeError: Cannot read property ‘isSameOrAfter’ of undefined
at /home/pi/MagicMirror/modules/MMM-MyGarbage/node_helper.js:63:24
at Array.filter ()
at Class.getNextPickups (/home/pi/MagicMirror/modules/MMM-MyGarbage/node_helper.js:61:42)
at /home/pi/MagicMirror/modules/MMM-MyGarbage/node_helper.js:34:18
at Parser. (/home/pi/MagicMirror/modules/MMM-MyGarbage/node_modules/csv-parse/lib/index.js:941:7)
at Parser.emit (events.js:200:13)
at endReadableNT (_stream_readable.js:1154:12)
at processTicksAndRejections (internal/process/task_queues.js:84:9) -
@rkvant maybe post the contents of the csv you’ve put together? Possibly if there’s just a typo like a comma out of place the module will fail to load it, might be helpful to see the data you’re feeding in : )