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-MyWastePickup date problem

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    18 Posts 7 Posters 3.4k Views 7 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.
    • M Offline
      mickecarlsson @BravoOscar
      last edited by mickecarlsson

      @bravooscar said in MMM-MyWastePickup date problem:

      MMM-MyWastePickup

      Make sure that you only have one (1) empty line after the last in the schedule_custom.csv. If you have more empty lines it will break.

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

        @mickecarlsson
        Thanks for your hint.

        i actually had 2 blank lines at the end of the list.
        But nothing changed, no matter if there were 2, 1 or no blank lines at the end of the list (not even after a restart of the MM or of the whole Pi.

        Jens

        J 1 Reply Last reply Reply Quote 1
        • J Offline
          JohndB @MyMirror
          last edited by JohndB

          @mymirror

          Hi there,
          I recently installed this module and found no problems.
          Hereby a screenshot from the last lines in the csv file.f482bdba-87ed-40fb-9e4a-58c38f2e0755-image.png

          and a screenshot to show you that it works;
          2a1eb2c1-b00a-4e89-8fd6-d1851bf1d613-image.png

          Best regards,
          John

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            MyMirror @JohndB
            last edited by MyMirror

            @johndb
            ?? Without “Custom” in the beginning of every line?

            As described here https://github.com/jclarke0000/MMM-MyWastePickup, however, it should look like this:

            Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
            Custom,03/07/18,1,0,1,0,0
            Custom,03/14/18,1,1,1,0,0
            Custom,03/21/18,1,0,1,0,0
            Custom,03/28/18,1,1,1,0,0

            And then there is the error message (see above).
            I have the version 2.18 of the MM running under Bullseye.

            M J 2 Replies Last reply Reply Quote 0
            • M Offline
              MyMirror @MyMirror
              last edited by

              @all

              Who can help?
              I think the problem is here:

              ! There was an uncaught exception…
              0|mm | [07.02.2022 06:05.57.264] [ERROR] TypeError: parse is not a function
              0|mm | at /home/pi/MagicMirror/modules/MMM-MyWastePickup/node_helper.js:36:9
              

              Jens

              1 Reply Last reply Reply Quote 0
              • J Offline
                JohndB @MyMirror
                last edited by

                @mymirror
                correct without “Custom” in the beginning of each line.

                My first lines;
                9b563315-ff0b-4be2-8048-cd2b829aedc1-image.png

                M 1 Reply Last reply Reply Quote 0
                • M Offline
                  MyMirror @JohndB
                  last edited by

                  @johndb

                  Did not work on my site:
                  Just shows “Loading …”

                  My modules/MMM-MyWastePickup/schedule_custom.csv :

                  WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
                  02/09/22,0,1,0,0,0
                  02/10/22,0,0,1,0,0
                  03/02/22,0,1,0,0,0
                  03/09/22,0,1,0,0,0
                  03/10/22,1,0,0,0,0
                  

                  But on github (https://github.com/jclarke0000/MMM-MyWastePickup) is following:
                  Using Your Own Custom Schedule
                  If you live outside of Toronto and you’d like to use this module, you can create your own schedule to use with this module.

                  First, in your config specify collectionCalendar: ‘Custom’.
                  Create a CSV based on the following template:
                  Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
                  Custom,03/07/18,1,0,1,0,0
                  Custom,03/14/18,1,1,1,0,0
                  Custom,03/21/18,1,0,1,0,0
                  Custom,03/28/18,1,1,1,0,0
                  Add lines for each pickup date as needed

                  I did so before Bullseye and everything was fine.
                  Now with Bullseye, MM 2.18 and new node, npm i have a problem.

                  Ideas?

                  M 1 Reply Last reply Reply Quote 0
                  • M Offline
                    mr_cd @MyMirror
                    last edited by

                    @mymirror have you already found a solution?

                    S M 2 Replies Last reply Reply Quote 0
                    • S Offline
                      sdetweil @mr_cd
                      last edited by sdetweil

                      @mr_cd can u show the config section from config.js?

                      the code checks

                      this.config.collectionCalendar
                      
                        this.scheduleCSVFile = this.path + "/schedule.csv";
                      
                          this.scheduleCustomCSVFile = this.path + "/schedule_custom.csv";
                      

                      if not found it sets to look for

                      var scheduleFile = this.scheduleCSVFile;
                            if (payload.collectionCalendar == "Custom") {
                              scheduleFile = this.scheduleCustomCSVFile;
                            }
                      
                      

                      if you don’t have the collectionCalendar set
                      then it will use “schedule.csv”;

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        MyMirror @mr_cd
                        last edited by

                        @mr_cd

                        Not really. I took another module for now. Here I have no foliage or Christmas trees, but until that applies, it still takes a little.

                                        {
                                                module: 'MMM-MyGarbage',
                                                position: 'top_left',
                                                header: 'Müllabfuhr',
                                                config: {
                                                        alert: 4,
                                                        weeksToDisplay: 2,
                                                        limitTo: 99,
                                                        fade: true,
                                                        dateFormat: "dddd D MMMM",
                                                        fadePoint: 0.25
                                                }
                                        },
                        

                        Waste.png

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