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

Scheduled Pinned Locked Moved Utilities
78 Posts 13 Posters 12.7k 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.
  • S Offline
    sdetweil @khayfer
    last edited by Jul 25, 2025, 10:11 PM

    @khayfer address:“localhost”

    means ONLY apps INSIDE the same system can connect, means a browser started from the desktop

    if you want to use another system, set
    address:“0.0.0.0”,

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    K 1 Reply Last reply Jul 25, 2025, 10:26 PM Reply Quote 0
    • K Offline
      khayfer @sdetweil
      last edited by Jul 25, 2025, 10:26 PM

      @sdetweil I changed it to 0.0.0.0 and it still says it could not connect to the server :-/

      S 1 Reply Last reply Jul 26, 2025, 12:24 AM Reply Quote 0
      • S Offline
        sdetweil @khayfer
        last edited by Jul 26, 2025, 12:24 AM

        @khayfer can you open the MagicMirror page from that machine?

        many browsers have started to implement local network access security. i know on my mac, i cannot access my 3d print server w chrome anymore. i have to use safari

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Jul 27, 2025, 1:48 AM Reply Quote 0
        • K Offline
          khayfer @sdetweil
          last edited by Jul 27, 2025, 1:48 AM

          @sdetweil yes, I’m able to use the browser in the pi. I can navigate the internet no problem, but the moment I type the ip address, it still says could not connect to the server.
          I then tried it on multiple different devices/browsers on the same wifi and they all say the same thing.

          S 1 Reply Last reply Jul 27, 2025, 12:08 PM Reply Quote 0
          • S Offline
            sdetweil @khayfer
            last edited by Jul 27, 2025, 12:08 PM

            @khayfer and you are doing
            http://address:port

            for MagicMirror
            port from config.js
            on the same machine
            you can use localhost

            http://localhost:8080

            ip addr
            

            will give you the address of the pi
            from your laptop

            http://xxxxx:8080
            

            where xxxxx was the addr from ip addr

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • M Offline
              mischag
              last edited by Aug 5, 2025, 1:02 AM

              my MMM-Chores is playing up big time now…
              after the last update, not the most recent one, but the one before that, my chores list now is just a long list of everything coming up for ever…
              it’s not just displaying the next days chores, but every chore. and if you tick off a chore being completed, it then just add’s that next time the chore is due to the bottom of the list. and there’s no end in sight on my magic mirror, but also no end in sight for the admin page. I’ll ‘complete’ a job, but then it just adds it to the bottom of the page…
              anyone else having major issues with it? was working great before… and I worked out that the magic mirror needs to be running to get into the admin portal page. but now my mirror just looks like this…
              Screen Shot 2025-08-05 at 11.01.17 am.png

              Any help much appreciated as the kids can’t tick off when completed anymore…
              Thanks

              P 2 Replies Last reply Aug 5, 2025, 12:09 PM Reply Quote 0
              • P Offline
                PierreGode Module Developer @mischag
                last edited by sdetweil Aug 5, 2025, 12:37 PM Aug 5, 2025, 12:09 PM

                @mischag Hi!
                latest update a lot settings has being moved to the webpage.

                It should work with the old config.js but might be acting up.

                try with the new settings. enabling show past tasks will show only past tasks that are not completed.

                make sure your config.js has

                {
                  module: "MMM-Chores",
                  position: "bottom_right",
                  header: "Chores",
                  config: {
                    updateInterval: 60 * 1000,
                    adminPort: 5003,
                    openaiApiKey: "your-openApi-key here",
                    settings: "unlocked", // set a 6 digit pin like "000000" to lock settings popup with a personal pin, change 000000 to any 6 digit password you want, or comment this out to lock settings completely
                // other options can be set in the admin portal
                    levelTitles: [
                    // titles for every 10 levels
                      "Junior",
                      "Apprentice",
                      "Journeyman",
                      "Experienced",
                      "Expert",
                      "Veteran",
                      "Master",
                      "Grandmaster",
                      "Legend",
                      "Mythic"
                    ]
                  }
                },
                

                f0b73199-e382-4746-9468-1591dbb198ce-image.png

                J 1 Reply Last reply Aug 5, 2025, 4:50 PM Reply Quote 0
                • P Offline
                  PierreGode Module Developer @mischag
                  last edited by Aug 5, 2025, 12:28 PM

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

                  but now my mirror just looks like this…

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

                  eciated as the kids can’t tick off

                  P 1 Reply Last reply Aug 5, 2025, 12:35 PM Reply Quote 0
                  • P Offline
                    PierreGode Module Developer @PierreGode
                    last edited by Aug 5, 2025, 12:35 PM

                    If you cant make the new settings work for you, you could jump back to an older version
                    git checkout uiimproovments and restart the module

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      JohnGalt @PierreGode
                      last edited by Aug 5, 2025, 4:50 PM

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

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

                      P 1 Reply Last reply Aug 5, 2025, 6:47 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 7 / 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