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-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany

    Scheduled Pinned Locked Moved Transport
    transportationgermanyvrr
    15 Posts 5 Posters 11.1k Views 5 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.
    • Sandy2503S Offline
      Sandy2503 @Klizzy
      last edited by

      @Klizzy - this modul is a intresting alternative to the module MMM-EFA-Departures …

      Is it possible to integrate Delaytimes ??

      Greetz Sandy2503

      KlizzyK 1 Reply Last reply Reply Quote 0
      • KlizzyK Offline
        Klizzy Module Developer @Sandy2503
        last edited by

        @Sandy2503
        thanks!
        Yes i’ll integrate it in a couple of days ☺️

        Social
        Twitter
        Github

        Working on the following Modules:

        • MMM-Vrr
        • MMM-cryptocurrency
        1 Reply Last reply Reply Quote 0
        • G Offline
          gismo2006
          last edited by

          Hi, till now I have use a module by myself to display Picture from finalrewind. But now I use your modul. Its perfect! Thank you! But a little question I have, too. :-) Is it possible to programmed fixed size of your module? I like to explain what I mean, I five buses displayed. But the destination of the buses not the same. So if there five buses whit short destinations like abc, its ok but then there are five buses whit long destinations like abcdefghijklm, your modul will adjust size.

          greets gismo

          KlizzyK 1 Reply Last reply Reply Quote 1
          • KlizzyK Offline
            Klizzy Module Developer @gismo2006
            last edited by

            @gismo2006

            thank you! Its nice to hear that some people are using it! ☺️
            I added some additional configuration settings, so you can specify an fixed width bei yourself in pixel (e.g 350px).
            But the text would get an additional line break if the string is to long, so i added a vertical scrolling feature.
            Just look at the instructions at github.

            @Sandy2503
            i think that i will be ready with your request in a couple of hours

            Social
            Twitter
            Github

            Working on the following Modules:

            • MMM-Vrr
            • MMM-cryptocurrency
            Sandy2503S 1 Reply Last reply Reply Quote 0
            • G Offline
              gismo2006
              last edited by

              @Klizzy

              Hello, Sorry I didn´t see it till now. Maybe I need a glass. But now I have tested the option setWidth and scrollAfter but nothing happend. There was no error but it didn´t work, too. I have set your option at my config file at the config block of your module. There I have set the numberofResults to 5. This works perfect. Do you have any Ideas?

              greets gismo

              KlizzyK 1 Reply Last reply Reply Quote 0
              • KlizzyK Offline
                Klizzy Module Developer @gismo2006
                last edited by

                @gismo2006

                did you updated the source files?

                you have to delete the old Version of the MMM-Vrr module and download the new one.
                So just replace the source files with the updated one and you configs should work after an restart

                Social
                Twitter
                Github

                Working on the following Modules:

                • MMM-Vrr
                • MMM-cryptocurrency
                1 Reply Last reply Reply Quote 0
                • Sandy2503S Offline
                  Sandy2503 @Klizzy
                  last edited by

                  @Klizzy

                  Maybe You could add the delay time like in the MMM-RNV Module

                  Sandy

                  KlizzyK 1 Reply Last reply Reply Quote 0
                  • KlizzyK Offline
                    Klizzy Module Developer @Sandy2503
                    last edited by

                    @Sandy2503

                    the module now displays delays.
                    Just update the source code and thank you for your suggestion!

                    Social
                    Twitter
                    Github

                    Working on the following Modules:

                    • MMM-Vrr
                    • MMM-cryptocurrency
                    Sandy2503S 1 Reply Last reply Reply Quote 0
                    • G Offline
                      gismo2006
                      last edited by

                      @Klizzy

                      Hey, a wonderfull morning :-)

                      I only like to say now everthing works fine!!
                      I shouldn ´t sit in front of my mm so early… :-D I haven´t seen your sentences: “I added…” and don´t update my source.

                      Thank you!

                      Today I will write you a PN, if it is Ok for you, maybe you can help me too.

                      greets gismo

                      KlizzyK 1 Reply Last reply Reply Quote 0
                      • Sandy2503S Offline
                        Sandy2503 @Klizzy
                        last edited by Sandy2503

                        @Klizzy

                        Wow - now it looks really COOOOOL ! ! !

                        0_1496665236436_rsz_haltestelle.jpg

                        Thank You
                        Sandy2503

                        1 Reply Last reply Reply Quote 0
                        • KlizzyK Offline
                          Klizzy Module Developer @gismo2006
                          last edited by

                          @gismo2006

                          sure ☺️

                          @Sandy2503

                          nice setup and thanks for the picture!

                          Social
                          Twitter
                          Github

                          Working on the following Modules:

                          • MMM-Vrr
                          • MMM-cryptocurrency
                          1 Reply Last reply Reply Quote 0
                          • P Offline
                            paat
                            last edited by

                            Hello nice module! Thanks for the effort!
                            Am I right that the module does not work with VRS cities like Cologne for example?

                            Thanks

                            1 Reply Last reply Reply Quote 0
                            • U Offline
                              ueffchen
                              last edited by

                              Hi
                              the module is great!
                              How can I change the fontsize?
                              I was trying to change it in the custom.css, but I don’t understand which fontname I have to enter.
                              Thanks!

                              KlizzyK 1 Reply Last reply Reply Quote 0
                              • KlizzyK Offline
                                Klizzy Module Developer @ueffchen
                                last edited by Klizzy

                                Hello @ueffchen ,

                                sorry for the late reply!
                                If you still got this problem, you can fix it in multiple ways:

                                MMM Build in sizing

                                You could change tableWrapper.className = "small mmm-vrr-table"; within MMM-Vrr.js on line 159 into tableWrapper.className = "medium mmm-vrr-table";

                                Specific font sizes for header

                                add another line after MMM-Vrr.css:16 with you desired fontsize e.g: font-size: 50px;

                                Specific font size within table content

                                add this to the MMM-Vrr.css

                                .mmm-vrr-table tr {
                                    font-size: 50px;
                                }
                                

                                Social
                                Twitter
                                Github

                                Working on the following Modules:

                                • MMM-Vrr
                                • MMM-cryptocurrency
                                1 Reply Last reply Reply Quote 0

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                • 1 / 1
                                • 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