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-MyCommute

    Scheduled Pinned Locked Moved Transport
    286 Posts 80 Posters 594.1k Views 77 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.
    • S Offline
      sdetweil @testdruif
      last edited by

      @testdruif hm… I have a module that uses calendar events broadcast, and gets it right away…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        SoleLo
        last edited by

        Is there a way to remove the arrival time ?

        bheplerB 1 Reply Last reply Reply Quote 0
        • bheplerB Offline
          bhepler Module Developer @SoleLo
          last edited by

          @SoleLo - You could probably modify the custom.css file to hide the value of the arrival time.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            SoleLo @bhepler
            last edited by SoleLo

            @bhepler would something like this work?

            .MMM-MYCommute.arrival-time-only .time {
            display: none;

            UPDATE: I actually tried
            .MMM-MYCommute. transit-arrival-time.time
            {
            display: none;
            }

            Still doesn’t work.

            1 Reply Last reply Reply Quote 0
            • S Offline
              sun34529
              last edited by

              @SoleLo and @bhepler , I’m trying to figure this out as well. Any luck?

              S 1 Reply Last reply Reply Quote 0
              • lavolp3L Offline
                lavolp3 Module Developer
                last edited by lavolp3

                I see that the most recent active fork of this module has changed to @qistoph ?
                I am wondering if the module still works with one origin or if there’s already a possibility for several routes with different origins and destinations?

                How to troubleshoot modules
                MMM-soccer v2, MMM-AVStock

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @sun34529
                  last edited by sdetweil

                  @sun34529 use a browser on your pc, chrome or firefox, and open the MM page, (make sure the mm config allows outside access with

                  address:"0.0.0.0",
                  ipWhitelist:[],
                  

                  in config.js)

                  then do ctrl-shift-i on your keyboard to open the developers window,
                  and select the elements tab, and navigate to the module content to the piece u are interested in
                  once there, click on it in the elements tree (so it becomes selected) and u will see the css tree for that element on the right side.

                  the top most is the info AT the element, u can click to add display:none and the element should not be shown…
                  on the bottom of the screen shows the class name tree
                  this will give u the info to get the file update right… Screenshot at 2020-05-25 17-11-54.png

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • RedNaxR Offline
                    RedNax Module Developer
                    last edited by RedNax

                    Hi everyone,

                    Just to remind you that this still works…

                    https://github.com/RedNax67/MMM-TrafficCal

                    https://forum.magicmirror.builders/topic/831/mmm-trafficcal-dynamically-display-commutes-based-on-calendar-entries?_=1590694194999

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      Srcodesalittle
                      last edited by

                      Hi there. Thanks for making this module.
                      I was running this flawlessly till a few days ago when it randomly just disappeared from my mirror. The API is still active, I haven’t crossed my billing threshold or anything and the startup logs do show that Mycommute has started. Do you by any chance have any suggestions on what could be happening?

                      Thanks in advance!

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        Srcodesalittle @RedNax
                        last edited by

                        @RedNax Thanks for the heads up. So, I don’t actually run a calendar module so I’m a little lost on how to specify the destination (I go to the same destination everyday).
                        Could you possibly please give me a more broken down instruction on what I need to do to set a destination?
                        Thanks in advance!

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 23
                        • 24
                        • 25
                        • 26
                        • 27
                        • 28
                        • 29
                        • 25 / 29
                        • 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