• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-MyGarbage

Scheduled Pinned Locked Moved Utilities
55 Posts 28 Posters 31.3k Views 28 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    kalin
    last edited by Mar 24, 2020, 10:15 PM

    Hello guys!
    could anyone help and check what is wrong with my configuration of this module? Under the title I have only message: loading
    My configuration looks like:
    {
    module: ‘MMM-MyGarbage’,
    position: ‘bottom_left’,
    header: ‘My Garbage Calendar’,
    config: {
    alert: 3,
    weeksToDisplay: 2,
    limitTo: 99,
    fade: true,
    dateFormat: “dddd”,
    fadePoint: 0.25
    }
    },

    1 Reply Last reply Reply Quote 0
    • R Offline
      ReD1470
      last edited by Mar 25, 2020, 8:19 PM

      Hey there,

      Great work on this module. But you say you are not an experienced programmer? well, compared to me…
      not to sound lazy, but any change you could convert from csv to json query like thingy?
      as seen on the home automation sites, people query http://json.mijnafvalwijzer.nl/?method=postcodecheck&postcode=&street=&huisnummer=&toevoeging=&platform=phone&langs=nl&

      and get the results needed
      (https://community.home-assistant.io/t/garbage-pickup-date-mijnafvalwijzer-nl-custom-component/34631/12)

      please be honest, no is also an answer and I would completely understand.
      … but i thought you might like a challenge ;-)

      1 Reply Last reply Reply Quote 0
      • L Offline
        lodam @htilburgs
        last edited by Mar 29, 2020, 2:26 PM

        @htilburgs : thanks a lot for this module !
        this is super useful and well done.

        I would like to change color for bins, i did the custom.css file and restarted MM2 but that does not change.
        Do i have to do something else ?

        thanks a lot for your help.

        Here you can file a translation for French if this could help :
        {
        “GARBAGEENTRIESLEFT”: “Il reste {entriesLeft} dates dans le calendrier des ordures”,
        “REMEMBERADDINGPICKUPS”: “Veuillez ajouter de nouvelles dates pour l’utiliser”
        }

        R 1 Reply Last reply Mar 31, 2020, 10:51 AM Reply Quote 0
        • R Offline
          REB @lodam
          last edited by Mar 31, 2020, 10:51 AM

          @lodam said in MMM-MyGarbage:

          @htilburgs : thanks a lot for this module !
          this is super useful and well done.

          I would like to change color for bins, i did the custom.css file and restarted MM2 but that does not change.
          Do i have to do something else ?

          You can change the colour of the bin icons in the garbage_schedule.csv file like so. The top row defines the colour of the icons. In my case below they are green, dark grey and light blue.

          WeekStarting,#00FF00,#D3D3D3,#87CEEB
          03/31/20,0,0,1
          04/07/20,0,1,0
          04/14/20,0,0,1
          04/21/20,0,1,0
          04/28/20,0,0,1
          05/05/20,0,1,0
          
          1 Reply Last reply Reply Quote 0
          • L Offline
            lodam
            last edited by Mar 31, 2020, 1:41 PM

            thanks for your help @REB but in my case, i have
            "WeekStarting,GreenBin, GarbageBin, Paperbin,

            …

            So i guess i have to change that somewhere else ;)

            1 Reply Last reply Reply Quote 0
            • L Offline
              lodam
              last edited by Mar 31, 2020, 1:53 PM

              oups so sorry, i misunderstood…

              You are 100% right, i just changed and did the same as you did.

              thanks a lot !

              1 Reply Last reply Reply Quote 0
              • S Offline
                Sezer84
                last edited by Jun 7, 2020, 5:31 PM

                Hallo leute ,ich weiss das ist ziemlich alt das thema aber ich habe es jetzt erst endeckt.
                ich habe dieses modul installiert wie es beschrieben wurde aber es zeigte erst nur eine tonne und heute zeigt er zwei. und die farbe gelb ,orange, blau und braun brächte ich für deutschland.wie kriege ich es hin vier tonnen in den gewünschten farben hinzukriegen.
                bedanke mich im vorraus.

                F 1 Reply Last reply Jul 14, 2020, 12:01 PM Reply Quote 0
                • F Offline
                  Feedy88 @Sezer84
                  last edited by Jul 14, 2020, 12:01 PM

                  @Sezer84
                  Öffne deine garbage_shedule.csv und ersetze die Farben in der Kopfzeile, entweder durch andere Farben oder durch Hex-Codes. Für Gelb und Blau finde ich die Standardwerte gut, für Braun habe ich den code genommen: #663300. Orange nutze ich nicht, statt dessen Grau mit Codierung #7d7d7d.

                  Die Hex-Codes kannst du hier finden. Einfach ne Farbe aussuchen und den Wert mit der # Aufschreiben. Die CSV sollte am Ende dann so ähnlich aussehen:

                  WeekStarting,#7d7d7d,yellow,#663300,blue
                  07/20/20,1,1,0,0
                  07/27/20,0,0,1,1
                  08/03/20,1,1,0,0
                  …

                  VG

                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    Feedy88
                    last edited by Jul 14, 2020, 12:04 PM

                    Guys, I would need some help with this module. I understood that currently the Trash-Icon is hard-coded in the module folder and embedded into the JS. I would like to know if it is possible to add a second (potentially third) icon which shall be used. Background: In my city we have Pickup always on the same Weekday, unless there is s a bank holiday. For this instances I would like to add a red exclamation mark to the pickup row. I can work with a red Trash Icon as a quick fix but would be great to find a neater solution.

                    Thanks in advance.

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      Cetax
                      last edited by Oct 11, 2020, 11:31 AM

                      Hi, is it possible to integrate the module into the standard calendar, which is on the top left?
                      I have both of my google calendars there and do not want a second view.
                      I hope I understand what I mean …

                      greeting
                      Stefan

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 3 / 6
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy