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-Chores - Manage and keep track of your household Chores

    Scheduled Pinned Locked Moved Utilities
    78 Posts 13 Posters 11.2k Views 14 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.
    • J Offline
      JohnGalt @PierreGode
      last edited by

      @PierreGode – What does the ‘Chores per Week Estimate’ do?

      What is it estimating, and what does it do with the estimate?

      PierreGodeP 1 Reply Last reply Reply Quote 0
      • PierreGodeP Offline
        PierreGode Module Developer @JohnGalt
        last edited by

        @JohnGalt
        It was supposed to show total completed chores per user per week, but it was bugging. Do you have the latest version?

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          JohnGalt @PierreGode
          last edited by

          @PierreGode – OK, thanks. I was just wondering what it is estimating, and what it is supposed to do with the estimates.

          1 Reply Last reply Reply Quote 0
          • B Offline
            bossier17
            last edited by

            Hi! How does MMM-Chores determine current date for tasks? I create a task in the Admin page for today, but it only shows if I have the “Show past tasks” option checked. The “created” and “assigned” date are correct in the data.json file. The raspberry pi looks like it is in correct location and time zone.

            PierreGodeP 1 Reply Last reply Reply Quote 0
            • PierreGodeP Offline
              PierreGode Module Developer @bossier17
              last edited by PierreGode

              @bossier17
              MMM‑Chores reads the current date from JavaScript’s built‑in Date object, which pulls time information directly from the host system’s clock. The display logic calls new Date() to obtain “today,”

              Test it creating a clock.js with and run it with node clock.js this is what the app uses

              const now = new Date();
              console.log(new Date().toString());

              B 1 Reply Last reply Reply Quote 0
              • B Offline
                bossier17 @PierreGode
                last edited by

                @PierreGode said in MMM-Chores - Manage and keep track of your household Chores:

                const now = new Date();
                console.log(new Date().toString());

                hmmm I can’t figure it out. clock.js returns the correct date/time. But I cannot get today’s tasks to show on the mirror. Somehow the display Chores on the Mirror is showing tomorrow’s chores only. If I put a chore in the admin page for tomorrow it will display. But chores I put in with today’s date only show if I have “Show Past Tasks” checked. Any ideas?

                PierreGodeP 1 Reply Last reply Reply Quote 0
                • PierreGodeP Offline
                  PierreGode Module Developer @bossier17
                  last edited by

                  @bossier17
                  I made an update that I hope resolves the issue.
                  Update the module with git pull
                  /Pierre

                  B 1 Reply Last reply Reply Quote 0
                  • B Offline
                    bossier17 @PierreGode
                    last edited by

                    @PierreGode Awesome! That worked. Thanks so much!

                    1 Reply Last reply Reply Quote 1
                    • PierreGodeP Offline
                      PierreGode Module Developer
                      last edited by

                      Major update on its way coming days!

                      • added optional login with possibility to add both write permission user and read only user.
                      • added pushover notification possibility+ configuration to set daily reminders at specific time.
                      • added background images " 4 seasons"
                        -reworked task list, moved up user assignment to creation space
                        -reworked edit option to be a form to be able to update task description, user and date

                      see images below

                      a43f3d78-4d8f-4fd4-a4f7-05cab7c1da37-image.png
                      070963db-a593-4dfb-a9c9-e7bd20885e85-image.png
                      992970af-c794-4c5e-a4df-312cafc672d8-image.png
                      dba8b888-7a15-4c1e-bd10-e26794e9b96c-image.png
                      790b179f-e8b2-4a2f-815d-678758290eaf-image.png

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