For the last few weeks, my calendar weeks have been starting on Monday, rather than Sunday (I’m in the US). It used to show Sun-Sat, but now it’s Mon-Sun.
I found the weekStart: 0 setting, but it’s not having any effect.
I set the locale: en-US.
I tried setting the mode: “week” and type: “row” and weekStart: 0 or 3 or 5 just to see what it would do, and it had no effect.
I set type: “weekly” and it did change the first day to Sunday, each week was a column, not a row.
The blocks from my config are below. Can anyone help?
{
module: ‘MMM-CalendarExt2’,
config: {
locale: “en-US”,
weekStart: 0,
calendars: [
Under views, here’s what I have
views: [
{
position: “top_bar”,
mode: “week”,
type: “row”,
slotMaxHeight: “150px”,
slotCount: 3,
hideOverflow: false,
slotTitle: “”,
slotTitleFormat: “dddd, M/D”,
timeFormat: “h:mm”,
slotSubTitle: " ",
modeOptions: {
weekStart: 0, // Sunday-first
},
},