MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-uber and MMM-lyft

    Transport
    8
    40
    15562
    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.
    • kal
      kal last edited by kal

      These modules display ETA and surge pricing / primetime percentage for Uber and Lyft.

      https://github.com/kyle-kelly/MMM-uber

      https://github.com/kyle-kelly/MMM-lyft

      Please report issues or submit pull requests. General feedback would be appreciated as well!

      1 Reply Last reply Reply Quote 3
      • O
        onetwankyfive last edited by

        This works great! I had to modify the css to fix the spacing… Thanks for making this happen!!
        0_1499382967738_Screen Shot 2017-07-06 at 7.14.41 PM.png

        kal S 2 Replies Last reply Reply Quote 2
        • kal
          kal @onetwankyfive last edited by

          @onetwankyfive For sure!! Do you mind posting your css? I inherited it from the module I mentioned on my github.

          Also, just so you know, there is a bug in the Lyft module. I’m testing the fix out now and I’ll push an update in the next day or two.

          O 1 Reply Last reply Reply Quote 1
          • S
            shashank @onetwankyfive last edited by

            @onetwankyfive
            hi, i am unable to use ride_type: ‘Pool’, always shows uberX

            kal 1 Reply Last reply Reply Quote 0
            • O
              onetwankyfive @kal last edited by

              @kal Its to hacked together to post and it cuts off the module above it without adding a blank space header to your module… I just set top margin to -40px.

              1 Reply Last reply Reply Quote 0
              • kal
                kal @shashank last edited by

                @shashank it’s a typo in the documentation but 'POOL' should work.

                S 1 Reply Last reply Reply Quote 0
                • S
                  shashank @kal last edited by

                  @kal no luck, still Uber X default

                  kal 1 Reply Last reply Reply Quote 0
                  • kal
                    kal @shashank last edited by kal

                    @shashank Can you post the mmm-uber portion of your config file? It’s working for me.

                    You may want to delete and re-download the repo in your Modules folder. I’ve pushed some changes since the first post.

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      shashank @kal last edited by

                      @kal hi, I deleted and reloaded the modules, still same issue, below my config

                      {
                      module: ‘MMM-uber’,
                      position: ‘top_left’,
                      header: ‘Uber (DC)’,
                      ride_type: ‘pool’,
                      config: {
                      lat: XX.XXXX, // use your exact pickup loaction
                      lng: XX.XXXX, // use your exact pickup loaction
                      uberServerToken:
                      }
                      },

                      kal 1 Reply Last reply Reply Quote 0
                      • kal
                        kal @shashank last edited by kal

                        @shashank like I mentioned, your ride type needs to be capitalized. Use 'POOL' like shown below. Also, the ride_type: needs to be placed into the config portion. You can put it under the uberServerToken.

                        		{
                        			module: 'MMM-uber',
                        			position: 'top_left',
                        			header: 'Uber (DC)',
                        			config: {
                        				lat: XX.XXXX,  // use your exact pickup loaction
                        				lng: XX.XXXX, // use your exact pickup loaction
                        				uberServerToken: 'your_uberServerToken',
                        				ride_type: 'POOL'
                        			}
                        		},
                        
                        S 3 Replies Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 1 / 4
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy