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

    trnitz

    @trnitz

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

    trnitz Unfollow Follow

    Best posts made by trnitz

    • RE: Family Mirror

      @Lmagenis said in Family Mirror:

      This looks great! How did you get only the lunch menus to show?

      There is also the ‘hideEmptyMeals’ boolean in the config, which is set to false by default.

      Setting that to true, while also setting ‘recipeCategoriesToInclude’ to ‘Lunch’ (or ‘Lunch Entree’ in my case) will not display empty meals.

      Example config section:

        {
          module: "MMM-TitanSchoolMealMenu",
          position: "bottom_left",
          header: "Namaqua Elementary menu",
          config: {
              size: 'x-small', // Optional: 'small', 'medium', 'large'; Default: 'medium'
              todayClass: 'x-small',
              hideEmptyDays: true,
              hideEmptyMeals: true,
              buildingId: 'edf06a3e-65f3-ee11-a85d-f8b9c75e31xx',
              districtId: '931753cd-1e95-ee11-b902-959a1bfff3xx',
              updateIntervalMs: 3600000, // Optional: Milliseconds between updates; Default: 3600000 (1 hour)
              numberOfDaysToDisplay: 2, // Optional: 0 - 5; Default: 3
              recipeCategoriesToInclude: [
                  "Lunch Entree",
              ],
              debug: false
          },
      },
      
      posted in Show your Mirror
      T
      trnitz

    Latest posts made by trnitz

    • RE: Family Mirror

      @Lmagenis said in Family Mirror:

      This looks great! How did you get only the lunch menus to show?

      There is also the ‘hideEmptyMeals’ boolean in the config, which is set to false by default.

      Setting that to true, while also setting ‘recipeCategoriesToInclude’ to ‘Lunch’ (or ‘Lunch Entree’ in my case) will not display empty meals.

      Example config section:

        {
          module: "MMM-TitanSchoolMealMenu",
          position: "bottom_left",
          header: "Namaqua Elementary menu",
          config: {
              size: 'x-small', // Optional: 'small', 'medium', 'large'; Default: 'medium'
              todayClass: 'x-small',
              hideEmptyDays: true,
              hideEmptyMeals: true,
              buildingId: 'edf06a3e-65f3-ee11-a85d-f8b9c75e31xx',
              districtId: '931753cd-1e95-ee11-b902-959a1bfff3xx',
              updateIntervalMs: 3600000, // Optional: Milliseconds between updates; Default: 3600000 (1 hour)
              numberOfDaysToDisplay: 2, // Optional: 0 - 5; Default: 3
              recipeCategoriesToInclude: [
                  "Lunch Entree",
              ],
              debug: false
          },
      },
      
      posted in Show your Mirror
      T
      trnitz