Read the statement by Michael Teeuw here.
MMM-Webuntis
-
@HeikoGr
It would be great if you could take a look at the logs. Before trying the QR code method, I also tried the “normal” login, but I didn’t get any further. -
Hi,
My 1st post and my 1st 24h with MagicMirrow:
I was able to get the webuntis app working with the QR code link after I changed the login name, which contains a „ö“ letter. The QR code has the letter <0xF6> rewritten.
I get the changes of the timetable, how I can get a full timetable for today and next day, so that I can get rid of the printed timetable.
Thanks
Erik
-
this should work as minimum working example for your requirements.
{ module: "MMM-Webuntis", position: "top_right", config: { displayMode: 'grid', grid: { nextDays: 1, // today plus tomorrow = 2 days maxLessons: 0, // max lessons per day (0 = no limit) }, students: [ { title: "NAME", qrcode: "untis://setschool?...", //your qrcode }, ], } }, -
Great - exactly what I wanted. Thanks!
One small question - I have two kids and both kids with two days in one tall box. Is it possible to get them side by side?Thanks
-
@magicghost yes, just define two modules. or maybe there are some fancy css hacks possible? i choose the first option for my two kids.
