Read the statement by Michael Teeuw here.
MMM-Webuntis
-
@schmucke at the moment this module asks explicitly for the „own“ timetable. So the error is absolutely because of the parents account. I will look, if i can get the students data out of an existing parents account.
-
@HeikoGr said in MMM-Webuntis:
@schmucke at the moment this module asks explicitly for the „own“ timetable. So the error is absolutely because of the parents account. I will look, if i can get the students data out of an existing parents account.
this would be nice! If i can help you to get any debuginfo, tell me.
Thank you.
-
@schmucke unfortunately I am not able to get the informations via the npm webuntis class from the untis API.
Don’t your children have own accounts you can use? Or do they have an MS365 login? In this case you can use the qr code login method.
-
@HeikoGr no Problem.
Of cource, they have a login - but they dont know they passwords… i just try to get the Information from the teachers. Thank you!
-
It works on my mirror now. But I can only see the info page telling that all is according to plan. Unfortunately, the school is only striking the lessons in the schedule without any comment. But I can’t manage to display the students schedule. I log in with password, not qr. Maybe I miss a simple option?
Maybe as a small improvement you might want to update your example config and add a few options+screenshots? Might help some of us…
But great work! Thumbs up!
-
The default is to show only changes in the schedule.
But you are right: a few more examples and screenshots are on my todo list!You can try this (look for showRegularLessons).
{ disabled: false, module: "MMM-Webuntis", header: "schedule for next 3 days", position: "top_right", config: { students: [ { title: "children", qrcode: "untis://s[...]", }, ], days: 3, showRegularLessons: true } },