Examples & Tips - MMRIZE/MMM-CalendarExt3 GitHub Wiki
- Hide default calendar module : Just remove
position
from the default calendar module config.
// config/config.js
{
module: "calendar",
// position: "top_left",
config: {
...
- Remove week number:
/* custom.css */
.CX3 .cellContainer .cell:nth-child(1) .cw {
display: none;
}
- Multiliner title wrapping
- Set cell background instead of holiday event (events from calendar dynamically)
- Another setting background by fixed calendar-date CSS Only (e.g. Christmas or birthday of Son)
- Compatible with randomBrainstormer/MMM-GoogleCalendar
- MMM-TelegramBot implementation
- MMM-GoogleTask implementation
- To fix wrong repeated fullday event displaying (MM 2.27)
- MMM-GPIO-Notifications & MMM-NotificationTrigger collaboration