Read the statement by Michael Teeuw here.
MMM-MyGarbage
-
Hi,
Thanks for your reply. I have fixed it now. I loaded the csv file into excel to alter the dates but something was wrong with the formatting and I just couldn’t get it to work. Anyway, I loaded up MM into a Ubuntu virtual machine and changed the dates in notepad. I sorted out the config issue (I moved the position within the config file to make it easier to read but accidentally did copy rather than cut and paste so I had two loading), fired it up and it worked like a charm. I have now copied everything to my Pi and it now works there too.
Just a quick question, I only have two bins, blue and green, is it possible to remove the column for the other one without mucking it up, or should I just set all the values to zero?
Thanks
Chris
-
@Chris62 Good to hear it’s fixed.
You can do both- Remove the unused column entirly
- Fill the unused column with zero’s
As of version v1.2.0 you can also use you’re own column names, as long as they are color names. The garbage bin is showed in the color of the name of the column.
example
WeekStarting,Green,Brown
04/15/19,1,1 -
OMG I’m such a noob forgive me, I forgot the alert: 4 line in my config.js
It works great now, thanks !!
-
@werffje :thumbs_up_light_skin_tone:
-
best module ever :-)
-
@rvanuden :hugging_face: :thumbs_up_light_skin_tone:
-
Hi,
We have 4 garbage bins. (Green,Black, Bleu and Yellow), is it possible to use 4 types instead of 3?
-
@RdP
You can use this module by creating your own Garbage Schedule file with the name garbage_schedule.csv An example file garbage_schedule.csv is added.Create a CSV based on the following template:
WeekStarting,green,gray,blue
03/07/18,1,0,1
03/14/18,1,1,1
03/21/18,1,0,1
03/28/18,1,1,1Default there are 3 bins defined (green, gray and blue) If you need more garbage bins, simply add an extra column in the garbage_schedule.csv file. The name is the color you like the bin to have. In you case ‘yellow’.
Add lines for each garbage pickup date as needed. The date format needs to be specified as MM/DD/YY (e.g.: 05/28/18 for 28-May-2018)
Succes!
-
-
@RdP, great it worked out for you!