Read the statement by Michael Teeuw here.
MMM-Webuntis
-
@HeikoGr a new commit is on github with a fix in the handling of “days” - maybe this fixes your problem.
-
Fix works for me, thanks for your work!
-
@HeikoGr Sorry, for the delayed reply. You are acorrect, also works without debug mode. Seems there was some other hickup with the server and just next time I enabled debug again is was working again. So all fine.
-
Achtung, ich habe eine neue Version veröffentlicht und dabei die Konfigurations Variablen umbenannt - es muss die config.js angepasst werden.
Dafür habe ich jetzt aber auch eine Tabellenansicht implementiert:

-
@HeikoGr
Hallo & Vielen Dank für dieses tolle Modul!
I do love the module and especially the grid-view.Is there a way to limit the number of hours displayed?
By that the vertical height of the grid-view could be reduced, I suppose.I am asking because the generated table is exceeding the needed length to display the last hours of actual school, especially when there are weekdays in the grid which span across the whole day, like “kein Unterricht”.
I see there is a grid-comlumn-end, but I struggle to use it properly.
Thanks a lot in advance for any hint :-) -
@thk thank you for you kind word. I was able to implement a new config option “maxGridLessons” which will cut-off everything below the configured lesson. A “… more” badge is placed if an actual lesson is hidden because of this cutoff.
-
@HeikoGr
Perfect!
Thank you so much for this fast feature implementation, exactly what I was looking for.
