Read the statement by Michael Teeuw here.
MMM-Webuntis
-
Hello Heiko,
thank you for your work.
Ive just started my mm-project and I would like to use your module.
I read it supports students and parents, but I would like to use my teacher account.
Is this also possible? Ive tried a bit but had no luck yet, to get things running. -
@ochja it should be possible to add support for teacher accounts - but i have no ways to implement/support/test it.
Can you turn on logging (for MagicMirror and Webuntis module) an send me the logs?
You may need to redact the logs before sending me any files. -
@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.
