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
    59 Posts 28 Posters 40.5k 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.
    • JerryPJ Offline
      JerryP @levente82
      last edited by

      @levente82
      The Problem is solved… a corrupt or bad CVS file was the problem.
      And the config file a small chance dateFormat: “dddd D MMMM” instead of "dateFormat: “MM/DD/YY” :) :)

      So maybe @crush i’t for you also the issue :)

      L 1 Reply Last reply Reply Quote 0
      • L Offline
        levente82 @JerryP
        last edited by

        @JerryP , it’s working now correctly. this is the most useful module i have ever seen. Thank you for your help and your great work.

        1 Reply Last reply Reply Quote 0
        • Coolie1101C Offline
          Coolie1101
          last edited by Coolie1101

          Is it possible to import my existing schedule from Google Calendar?

          Existing Calendar:

          a3f255b3-3383-4433-8937-7f9032cd29e2-image.png

          1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @JerryP
            last edited by

            @jerryp hi is it possible to change the name of the trash can?

            1 Reply Last reply Reply Quote 0
            • D Offline
              Dinschal
              last edited by

              Hey ich würde gerne dein Modul nutzen, ist es möglich, dass man eine Wiederholung einbaut zB alle 14 Tage, dann würde man es sich sparen so ne lange liste mit Abholtagen anzulegen.

              LG

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                MacG @Dinschal
                last edited by

                @dinschal Ich lade mir die Termine bei der Stadtreinigung runter und bearbeite die Liste noch mit Office (wegen dem benötigten Format).

                I download the dates from the city cleaning and still edit the list with Office (because of the required format).

                D 1 Reply Last reply Reply Quote 0
                • D Offline
                  Dinschal @MacG
                  last edited by Dinschal

                  @macg okay, dann muss ich mal schauen, ob unsere zaw das auch hat… danke für den tipp

                  hab grad gesehen, dass es die bei uns nur als ical bzw als pdf in kalenderform gibt… wäre schön, wenn man die ical variante mit in das modul einbinden könnte :)

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Dinschal
                    last edited by

                    @MacG okay ich bin zu doof das modul zum laufen zu bekommen. Bei mir steht permanent laden da… ich hab die csv schon erstellt und die daten da auch eingetragen… hast du die datumsanzeige auf deutsch umgestellt???

                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      MacG @Dinschal
                      last edited by

                      @dinschal das Datum in der CSV kann man nicht umstellen. Für heute, den 18. November, muss es so aussehen: 11/18/2021 Der MM ist auf deutsches Datumsformat eingestellt.

                      Den Kalendar der Stadtverwaltung habe ich mit https://www.indigoblue.eu/ics2csv/ konvertiert. Die Häkchen bei Notes und Location nehme ich immer raus. Danach wird die CSV mit OpenOffice bearbeitet. Das schaut am Ende dann so aus:

                      WeekStarting,SaddleBrown,Black,Gold,DarkBlue,Red
                      11/16/21,0,0,1,0,0
                      11/20/21,1,0,0,0,0
                      11/25/21,0,1,0,0,0
                      11/26/21,1,0,0,1,0
                      11/30/21,0,0,1,0,0
                      12/03/21,1,0,0,0,0
                      12/09/21,0,1,0,0,0
                      12/10/21,1,0,0,1,0
                      12/14/21,0,0,1,0,0
                      12/17/21,1,0,0,0,0
                      12/23/21,0,1,0,0,0
                      12/24/21,1,0,0,1,0
                      12/26/21,0,0,0,0,1
                      12/28/21,0,0,1,0,0
                      12/31/21,1,0,0,0,0
                      

                      Die rote Mülltonne ist für mich die Erinnerung, einen neuen Kalender für das kommende Jahr zu erstellen.

                      Hier noch meine Zeilen aus der config.js

                      		{
                      			module: "MMM-MyGarbage",
                      			position: "top_left",
                      			header: "Abfallkalender",
                      			config: {
                      				// alert: 4,
                      				weeksToDisplay: 2,
                      				limitTo: 3,
                      				fade: true,
                      				fadePoint: 0.05,
                      				dateFormat: "dddd, D. MMMM"
                      			}
                      		},
                      
                      1 Reply Last reply Reply Quote 0
                      • sifuhallS Offline
                        sifuhall
                        last edited by

                        I just updated my MMM-MyGarbage module today and it is no longer working. I only get “Loading …”.

                        Does anyone else have this issue or any ideas? Nothing has changed on myside other than the update.

                        htilburgsH 1 Reply Last reply Reply Quote 0
                        • htilburgsH Offline
                          htilburgs @sifuhall
                          last edited by

                          @sifuhall

                          Did you ran ‘npm install’ afterwards?
                          You have to run this in the MMM-MyGarbage directory.

                          (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

                          sifuhallS 1 Reply Last reply Reply Quote 0
                          • sifuhallS Offline
                            sifuhall @htilburgs
                            last edited by

                            @htilburgs I did, yes.

                            htilburgsH 1 Reply Last reply Reply Quote 0
                            • htilburgsH Offline
                              htilburgs @sifuhall
                              last edited by

                              @sifuhall

                              I Will have to look in it. Today I have no time.
                              I come back tomorrow.

                              (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

                              1 Reply Last reply Reply Quote 0
                              • W Offline
                                wwats
                                last edited by

                                Hello, i have the same problem… there is loading and loading again… thanks for Your answer

                                M 1 Reply Last reply Reply Quote 0
                                • M Offline
                                  mickecarlsson @wwats
                                  last edited by

                                  @wwats
                                  Check that ypu only have 1 (one) extra line at the end of the CSV-file, if you have more than one, the module crashes

                                  htilburgsH 1 Reply Last reply Reply Quote 0
                                  • htilburgsH Offline
                                    htilburgs @mickecarlsson
                                    last edited by htilburgs

                                    Today I published an updated version (v2.0.0) with CSV and iCal support.
                                    Everything has been thoroughly tested, but if you encounter any issues despite this, please let me know.

                                    https://github.com/htilburgs/MMM-MyGarbage/issues

                                    (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

                                    M 1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      mickecarlsson @htilburgs
                                      last edited by

                                      @htHilburgs

                                      Just did the upgrade, did not work until I remembered I had done some tweaking in the MMM-MyGarbage.js so that I could name the bins as per my use. I had named them Fyrfack1, Fyrfack2 and Tradgard.
                                      I just reversed that to the default names in the csv-file and modified my config to set up the colors I use.
                                      My config.js section:

                                                  {
                                                      module: 'MMM-MyGarbage',
                                                      position: 'top_left',
                                                      header: 'Sophämtning',
                                                      config: {
                                                          weeksToDisplay: '3',
                                                          binColors: {          // Define custom Bin Colors
                                                              GreenBin: "#8B4513",
                                                              PaperBin: "#0000FF",
                                                              GarbageBin: "#008000",
                                                              },
                                                     }
                                                  },```
                                      Now the module is just works like the old one. 
                                      Thanks for the update.
                                      htilburgsH 1 Reply Last reply Reply Quote 0
                                      • htilburgsH Offline
                                        htilburgs @mickecarlsson
                                        last edited by

                                        @mickecarlsson
                                        That is the risk of editing the .js file. ;-)
                                        I’m glad you remembered and that you have corrected it.
                                        Have fun!

                                        (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

                                        1 Reply Last reply Reply Quote 0
                                        • htilburgsH Offline
                                          htilburgs
                                          last edited by

                                          Just published an update:

                                          2.0.1 : Update for Streamline date parsing and allow for recurring events in ical (thx to @thepagan)
                                          2.1.0 : Update for CSV file and alertThreshold (add to your config.js!)
                                          2.1.1 : bugfix for the alertThreshold
                                          2.1.2 : Update for rare AxiosError [AggregateError] when loading iCal

                                          (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

                                          1 Reply Last reply Reply Quote 0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          • 1
                                          • 2
                                          • 3
                                          • 3 / 3
                                          • 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