Read the statement by Michael Teeuw here.
MMM-Webuntis
-
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.
-
Thanks a lot.
One issue I have with „ö“ in the Login Name. It worked some days, then I edit the config file with Winscp - now the encoding is wrong and the login results with an error that - The output shows for the „ö“ an special character…. With authentication failed.Any idea how to fix this?
-
you can change the encoding in winscp to utf-8 then it should work again
-
i recently messed up the github repository.
If your last update was ~2 weeks ago you should be fine.
Otherwise your update may fail.You can get the most recent versions in this way:
There was no new feature in the last days. Only a more robust session management (hopefully) and internal changes.cd ~/MagicMirror/modules/MMM-Webuntis # Reset to match the remote repository git fetch origin git reset --hard origin/master npm ci --omit=devI’m sorry for any inconvenience!
