You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this mm plugin. But it seems that monthsVertical: false doesnt work and I still get the months on vertical. I'm using the config from examples but changing this option. My config:
{
module: 'MMM-Multimonth',
position: 'bottom_bar', // can be any of the postions
config: { // Optional - will default to 3 months, with one previous and one next, vertical orientation.
startMonth: -1, // Define when you start from current month (negative is before current, zero is current, positive is in future)
monthCount: 3, // How many months to display - If Month Count is 1, Calendar will show previous and next month dates in empty spots.
// See screenshots for examples of the following config items.
monthsVertical: false, // Whether to arrange the months vertically (true) or horizontally (false).
repeatWeekdaysVertical: false, // Whether to repeat the week days in each month in vertical mode. Ignored in horizontal mode.
weekNumbers: false, // Whether to display the week numbers in front of each week.
highlightWeekend: false, // Highlight Saturday and Sunday
}
},
The text was updated successfully, but these errors were encountered:
Actually, it appears it's working like it used to with the change. I'm closing this, please update your module if you don't want to make the changes in custom.css - it's updated and ready to pull.
Hi,
Thanks for this mm plugin. But it seems that monthsVertical: false doesnt work and I still get the months on vertical. I'm using the config from examples but changing this option. My config:
The text was updated successfully, but these errors were encountered: