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
    104 Posts 19 Posters 28.5k Views 20 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.
    • R Offline
      redbeardedninja
      last edited by

      Thanks for all the updates. I’m still unable to click on the chores to mark them as completed. I’m assuming this is an issue on my end. Has anyone else been able to mark them at completed?

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

        @redbeardedninja – Are you trying to clear the item(s) on the display screen? I tried that too, but found it can only be marked done from the admin panel.

        R PierreGodeP 2 Replies Last reply Reply Quote 0
        • R Offline
          redbeardedninja @JohnGalt
          last edited by

          @JohnGalt

          Yeah, exactly what I’m trying to do. Ideally, the kids or me or whoever would be able to check off their completed chores. When I go to click the box on the display screen, I see the hand/mouse cursor but it doesn’t interact. If I have to do it from the admin panel, it sort of defeats the purpose that I’m looking for. Open to ideas of how to make this work (not that I have the skill or knowledge to accomplish that…but still).

          J PierreGodeP 3 Replies Last reply Reply Quote 0
          • J Offline
            JohnGalt @redbeardedninja
            last edited by

            @redbeardedninja – Agreed! If the developer can make it work as you described it will be much more useable. Probably more intuitive to use, too.

            1 Reply Last reply Reply Quote 0
            • R Offline
              redbeardedninja
              last edited by

              @PierreGode could you clarify how this module is meant to work? Should we be able to check off things on the magic mirror, or just on the admin panel?

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

                @JohnGalt

                Hi! dateFormatting: “” is now working with todays patch.

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

                  @redbeardedninja the plan is to do everything in the admin portal. the mirror is for you to have an overview of what is done and what is left to do.

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

                    @JohnGalt
                    if you want to remove things from the mirror you can delete them after being marked as completed. ( everything is still stored in data.json file and AI can use that as information.

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

                      @redbeardedninja Hi! good point! I am lookin at it and started a update for it to work.

                      R 1 Reply Last reply Reply Quote 0
                      • R Offline
                        redbeardedninja @PierreGode
                        last edited by

                        @PierreGode awesome, thanks for letting us know and working on a new way to interact with your module

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

                          @PierreGode – Great! I went in and did a ‘git pull’, and indeed that functionality now works.

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

                            @PierreGode – Can you clarify your comment above comment above [quoted below]? If I read this correctly, the module is exposing the data it has to be scraped by AI engines.

                            " … everything is still stored in data.json file and AI can use that as information "

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

                              @JohnGalt
                              All tasks and peope are stored in data.json even if you delete them (softdelete) . this is so both analytics page can view history and also so the AI generate can use your completed task as information. when you press AI generate it will read the data.json and look for all completed task deleted or not, and use that to create tasks for coming week.

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

                                @redbeardedninja Hi this has now being added to latest update!
                                you can now check the checkboxes directly on the mirror it self. (touch screen also works)

                                ( the web admin portal will not update directly unless you refresh the page)
                                What i found hard is that the mouse is invisible on magic mirror but if you manage to find the checkboxes they will be clickable. ( meaby a setting that can be tampered with)

                                KristjanESPERANTOK S R 3 Replies Last reply Reply Quote 0
                                • KristjanESPERANTOK Offline
                                  KristjanESPERANTO Module Developer @PierreGode
                                  last edited by

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

                                  What i found hard is that the mouse is invisible on magic mirror

                                  MMM-Cursor can solve that 🙂

                                  1 Reply Last reply Reply Quote 1
                                  • S Do not disturb
                                    sdetweil @PierreGode
                                    last edited by sdetweil

                                    @PierreGode just change it to not hidden using custom.css

                                    html {
                                    cursor:default;
                                    }
                                    

                                    or use unclutter (have apt install it) will only be visible when you move it

                                    it is hidden on purpose(in msin.css), an output only panel couldn’t use it

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
                                    • KristjanESPERANTOK Offline
                                      KristjanESPERANTO Module Developer @sdetweil
                                      last edited by

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

                                      or use unclutter (have apt install it) will only be visible when you move it

                                      I think unclutter doesn’t work on modern systems (Wayland).

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Do not disturb
                                        sdetweil @KristjanESPERANTO
                                        last edited by

                                        @KristjanESPERANTO true
                                        similar options
                                        https://bist.be/posts/unclutterwayland/

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 0
                                        • R Offline
                                          redbeardedninja @PierreGode
                                          last edited by

                                          @PierreGode thanks so much! The new update works like a charm. Now for me to work on the custom css to make the module a bit larger…

                                          PierreGodeP 2 Replies Last reply Reply Quote 1
                                          • J Offline
                                            JohnGalt @PierreGode
                                            last edited by

                                            @PierreGode – Thanks for the update on the data being available to AI. Since I don’t want my data available, I will just delete the module folder and remove it from the config file.

                                            Can you confirm that data is NOT stored anywhere outside the module folder? Thanks in advance.

                                            PierreGodeP 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
                                            • 4
                                            • 5
                                            • 6
                                            • 1 / 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