• 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 27.9k 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.
  • D Offline
    Dinschal @MacG
    last edited by Dinschal Nov 10, 2021, 10:50 AM Nov 10, 2021, 10:48 AM

    @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 Nov 10, 2021, 12:21 PM

      @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 Nov 18, 2021, 9:55 AM Reply Quote 0
      • M Offline
        MacG @Dinschal
        last edited by Nov 18, 2021, 9:55 AM

        @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
        • S Offline
          sifuhall
          last edited by Jan 3, 2023, 11:48 AM

          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.

          H 1 Reply Last reply Jan 3, 2023, 5:56 PM Reply Quote 0
          • H Offline
            htilburgs @sifuhall
            last edited by Jan 3, 2023, 5:56 PM

            @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) ☺

            S 1 Reply Last reply Jan 3, 2023, 6:03 PM Reply Quote 0
            • S Offline
              sifuhall @htilburgs
              last edited by Jan 3, 2023, 6:03 PM

              @htilburgs I did, yes.

              H 1 Reply Last reply Jan 3, 2023, 6:38 PM Reply Quote 0
              • H Offline
                htilburgs @sifuhall
                last edited by Jan 3, 2023, 6:38 PM

                @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) ☺

                1 Reply Last reply Reply Quote 0
                • W Offline
                  wwats
                  last edited by Jan 14, 2023, 2:34 PM

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

                  M 1 Reply Last reply Jan 16, 2023, 9:15 AM Reply Quote 0
                  • M Offline
                    mickecarlsson @wwats
                    last edited by Jan 16, 2023, 9:15 AM

                    @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

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 3
                    • 4
                    • 5
                    • 6
                    • 6 / 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