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-Rejseplanen - A departure board for Danish train and bus stations

    Scheduled Pinned Locked Moved Transport
    19 Posts 10 Posters 10.2k Views 10 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.
    • M Offline
      MarkNygaard @Impertus
      last edited by

      @Impertus It still works fine. Runs on my mirror every day.

      I 1 Reply Last reply Reply Quote 0
      • I Offline
        Impertus @MarkNygaard
        last edited by

        @MarkNygaard said in MMM-Rejseplanen - A departure board for Danish train and bus stations:

        @Impertus It still works fine. Runs on my mirror every day.

        Can you send that to me? Because there is No download link more. :/

        På forhånd tak :)

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          MarkNygaard @Impertus
          last edited by

          @Impertus said in MMM-Rejseplanen - A departure board for Danish train and bus stations:

          @MarkNygaard said in MMM-Rejseplanen - A departure board for Danish train and bus stations:

          @Impertus It still works fine. Runs on my mirror every day.

          Can you send that to me? Because there is No download link more. :/

          På forhånd tak :)

          https://github.com/poketcalulator/MMM-Rejseplanen

          There you go :)

          1 Reply Last reply Reply Quote 0
          • M Offline
            mklara
            last edited by

            Like focaldistorsion I had a problem where the module kept saying Loading…
            I installed the magic mirror as a docker container, running on a remote server. My solution was to check the docker log with:

            docker container logs mm
            

            That returned an error regarding Request, which I fixed by running

            npm i request
            

            in the magic mirror container.
            Thanks for an awesome module!

            KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
            • KristjanESPERANTOK Offline
              KristjanESPERANTO Module Developer @mklara
              last edited by KristjanESPERANTO

              The module has not been updated for a long time and has very old dependencies. There is a module that can also use a Rejseplanen API and is actively developed by me: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas

              It looks like this:Kolding.png

              This is the configuration of it:

                  {
                    module: "MMM-PublicTransportHafas",
                    position: "top_left",
                    config: {
                      hafasProfile: "rejseplanen",
                      stationID: "8600083",
                      stationName: "Kolding St.",
                      timeToStation: 5,
                      showAbsoluteTime: false
                    }
                  },
              
              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • 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