MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Webuntis

    Scheduled Pinned Locked Moved Education
    37 Posts 8 Posters 7.1k Views 8 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      HeikoGr @thk
      last edited by

      @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.

      T 1 Reply Last reply Reply Quote 0
      • T Offline
        thk @HeikoGr
        last edited by

        @HeikoGr
        Perfect!
        Thank you so much for this fast feature implementation, exactly what I was looking for.

        1 Reply Last reply Reply Quote 0
        • H Offline
          HeikoGr
          last edited by HeikoGr

          Attention / Important

          (for our school) Untis GmbH changed url and schoolname.
          You may need to log in your (childrens) account(s) an edit the config.js according to the new values.

          At least they didn’t switch off te old json-rpc api MMM-Webuntis is using

          1 Reply Last reply Reply Quote 1
          • A Offline
            AlexLin @schmucke
            last edited by

            @schmucke, @HeikoGr
            I have the same situation and i finally managed to receive the timetable for my daughter by using parents account. She did not register herself for Webuntis so no chance. I made a research on the module and the webuntis API.

            By concept the function

            getOwnClassTimetableForRange(rangeStart, rangeEnd);
            

            must fail, because the parents account does not have an own timetable. So I used the function

            getTimetableForRange(rangeStart, rangeEnd, id, WebUntisElementType.STUDENT);
            

            The trick was to determine which “id” is to use. The id is meant as student’s id, in my case of my daughter. So I had to make a detour via

            const studentList = await untis.getStudents();
            

            I made a debug output of studentList to console and searched for the name of my daughter and found the id I needed for the function above. This list is very long because it showed all students of school (more than one thousand).
            Afterwards I could use the function and received her timetable successfully.
            It only worked by login with username & pass not by qrcode and only by hardcoded id because I did not find a filter method for the studentList, e.g. by name, etc. If available it should be possible not hardcoded but by config - Param.

            1 Reply Last reply Reply Quote 1
            • H Offline
              HeikoGr
              last edited by

              that’s great - i will look how i may use this in my module.
              Thank you

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 4
              • 2 / 4
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy