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 598.4k 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.
    • R Offline
      requiemmg
      last edited by

      Raised an issue. Seems like the problem comes with the use of MMM-Pages, so on every reload of the page, the module is loaded and the requests are sent again, even if the data is still up to date. @qistoph was so nice to make a fork to address this issue.

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

        @requiemmg yep, separate instance on every page.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          requiemmg
          last edited by

          This makes it clear why I had about 50.000 requests, which made my $400 starting balance void…well, with the new fork and some config modifications, this is much better.

          mumblebajM 1 Reply Last reply Reply Quote 0
          • mumblebajM Offline
            mumblebaj Module Developer @requiemmg
            last edited by

            @requiemmg What I have found is if you run the module in the fixed section of MMM-pages it only does the calls every so often as you set them to i.e. the MMM-Openinghours module I run in fixed as I refresh it every 4hrs.

            Check out my modules at: https://github.com/mumblebaj?tab=repositories
            Check my blog-post: https://mumblebaj.xyz/

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              requiemmg @mumblebaj
              last edited by

              @mumblebaj Right, but in my design it doesn’t fit in this section. Anyhow, @qistoph made a test fork (https://github.com/qistoph/MMM-MyCommute/tree/issue17) which only makes requests if the data is outdated (=longer than set pollFrequency). See the issue thread (https://github.com/qistoph/MMM-MyCommute/issues/17) for further details

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

                It seems @qistoph 's fork is more up to date than the original repo.

                I just pushed a PR to the original repo AND to the @qistoph fork.
                It provides an origin option to every destination so you can show commuting back home.
                Just set any point as ‘origin’ and your home address as ‘destination’

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

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

                  @lavolp3 nevermind, it is already integrated in @qistoph fork it seems :-)
                  Just not documented in the readme.

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

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

                    Hi all.
                    Wondering if there’s a way to hide the arrival time? Can’t see an option in the config.
                    Thanks

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

                      Additional question - the startTime option doesn’t seem to be working correctly for me. The module doesn’t display in the morning on the pi/mirror, even after the specified startTime. Weirdly, when I browse to the mirror from my laptop or phone (http://ip:8080) that seems to trigger the module to display on the pi.
                      Any ideas there?!

                      S lavolp3L 2 Replies Last reply Reply Quote 0
                      • S Offline
                        sdetweil @matt216
                        last edited by

                        @matt216 said in MMM-MyCommute:

                        Weirdly, when I browse to the mirror from my laptop or phone (http://ip:8080) that seems to trigger the module to display on the pi.
                        Any ideas there?!

                        this means the module is not written for multiple browser instances.

                        when the helper sends data back, it sends data back to ALL connected clients at the same time.
                        the clients need to check if the message is for them , but the helper needs info on the request to do it… so the modulename.js has to change too…

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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