MMM-WeeklySchedule icon indicating copy to clipboard operation
MMM-WeeklySchedule copied to clipboard

Allow referencing another day by name to use its lessons

Open kolbyjack opened this issue 2 years ago • 0 comments

When having multiple days with the same lessons, instead of retying the array, allow the user to reference another day by name:

config: {
  schedule: {
    timeslots: ["8:00", "9:00"],
    lessons: {
      mon: ["First lesson", "Second Lesson"],
      wed: "mon"
    }
  }
}

kolbyjack avatar Aug 11 '22 17:08 kolbyjack