Read the statement by Michael Teeuw here.
Dakboard layout for family dashboard
-
-
@QuackingPlums hello, nice work ! how did you manage to make your calendar DAK like? Kind regards.
-
@com1cedric Hi, and thanks!
It took me a fair bit of trial and error since I’m not really an FE dev! This is the part of my custom.css that deals with MMM-CalendarExt3:
https://codeishot.com/3ukwf76lI’ve only tested it with my specific screen and with the MMM-CalendarExt3 module in the two-week mode that is shown above. Other configs may break it — I notice that if I open the URL in a browser tab on my laptop then the red circle gets squashed, so it’s probably very much dependent on the screen size and possibly even the pixel dimensions.
I should come back and take another look at that at some point.I also had to make a tiny tweak in the MMM-CalendarExt3.js file to allow single-character day-of-week initials, because I couldn’t work out how to change that in the config:
headerWeekDayOptions: { weekday: "narrow" // ##### EDITED FROM "long" ##### },
-
@QuackingPlums impressive, thank you! I am currently using calendarExt2 with satisfaction, but I will try calendarExt3 during the spring and test it. Take car and one more time, congrats for your work.
-
@com1cedric Looks great so far. For the weather module, maybe check out MMM-WeatherChart or MMM-OpenWeatherForecast — they offer more visual options without needing heavy node.js work. Also, adding a physical shutdown button is a smart move for reliability. Keep us posted on the frame build!