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

    smfd_guy

    @smfd_guy

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    smfd_guy Unfollow Follow

    Latest posts made by smfd_guy

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

      I just did a new pull and tried the “” to hide the dates. I rebooted but the dates are still showing up. Not sure what I’m doing wrong…

      {
      module: “MMM-Chores”,
      position: “top_left”,
      header: “Chores”,
      config: {
      updateInterval: 60 * 1000,
      adminPort: 5003,
      openaiApiKey: “your-openApi-key-here”,
      hideYear:true,
      showDays: 3, // show tasks from today and the next 2 days (total 3 days)
      showPast: true, // also show unfinished tasks from past days
      dateFormatting:“” // Date format pattern to display task dates,You can use tokens like ‘yyyy’ (year), ‘mm’ (month), ‘dd’ (day), or “mm-dd-yyyy” (US style)
      }
      },

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

      I’ve been looking for a working To Do list unsuccessfully for a while. This seems like a winner to me. Is there a way to remove the date from the task so I have more room for the task description?

      posted in Utilities
      S
      smfd_guy