MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. PierreGode
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 46
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @jtillinghast
      What does the command pm2 logs give you?

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @htilburgs
      You can set it in the web in config page > Display Settings > Date format > Unassigned > Save

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @johngalt @sdetweil @redbeardedninja @sarote @mischag @plainbroke @

      New big update out now.
      New reward system
      more recurring options

      Fixes and updates.

      eaff4adb-f0ca-4eb8-a8b0-e18692e174e9-image.png
      33e69ea0-e02c-4d75-8228-8910dfa81257-image.png

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: Compatibility with raspberry Pi 5 right now and in the future.

      @Hugo I been running magic mirror on pi5 since they released it.

      posted in Hardware
      PierreGodeP
      PierreGode
    • RE: MMM-next-episode

      @sdetweil
      Fixed: typo missing : after password in the readme

      posted in Entertainment
      PierreGodeP
      PierreGode
    • RE: MMM-next-episode

      @rambomonkey
      So this is how you want your Magic mirror setup to look like.
      c0d9545e-9aff-4ea6-b82c-50f473f98532-image.png

      yeah no /root/ that can create a loads of headaches like this.

      posted in Entertainment
      PierreGodeP
      PierreGode
    • RE: MMM-next-episode

      @rambomonkey
      Hi! I am the maintainer of MMM-next-episode
      could you verify that you have this in your config.js

      {
        module: "MMM-next-episode",
        position: "bottom_right",
        header: "Next-Episode",
        config: {
          id: '',
          hash_key: '',
          username:'your-next-episode-username',
          password: 'your-next-episode-password',
          displayShowingOn: true,
          displaySeasonAndEpisode: false,
          maxdays: 5,
          ShowThumbnail: true,
          ThumbnailSize: 'small',
          updateInterval: 180
        }
      },
      

      I just tested it on main branch and gave me the qr code after a pm2 restart
      then the id and hash might appear as one long string but the first 9 numbers is your id and the rest is the hash.

      verify that magic mirror is latest version.

      posted in Entertainment
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      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

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

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

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @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());

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

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

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      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

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @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

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @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

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @khayfer Hi!
      Could you tell me about your setup?
      Is it ”vanilla” raspberry pi setup?
      What is pm2 logs saying?

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @KristjanESPERANTO
      Thank you, updated

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @supascoopa74 @mischag
      I created a wiki on the repository I hope it helps.
      https://github.com/PierreGode/MMM-Chores/wiki/MMM‐Chores-Wiki

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @sdetweil
      What?? 🤭
      Like I said I think it is 192.168.subdomain.yourip ❤️
      So yes you are right 1 could be 0 depending on your router. I mention http://yourmirrorip:5003/ in my readme for the reason that it can vary, it could even be 10. 24.x.x

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @sarote
      It is done

      posted in Utilities
      PierreGodeP
      PierreGode
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @mischag

      Hi the ip adress id 192.168.1.whatevertheipofghepi:5003

      posted in Utilities
      PierreGodeP
      PierreGode
    • 1
    • 2
    • 3
    • 1 / 3