• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-uber and MMM-lyft

Scheduled Pinned Locked Moved Transport
40 Posts 8 Posters 25.9k Views 7 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.
  • K Offline
    kal @onetwankyfive
    last edited by Jul 6, 2017, 11:25 PM

    @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 Jul 9, 2017, 6:39 PM Reply Quote 1
    • S Offline
      shashank @onetwankyfive
      last edited by Jul 9, 2017, 6:54 AM

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

      K 1 Reply Last reply Jul 10, 2017, 3:53 PM Reply Quote 0
      • O Offline
        onetwankyfive @kal
        last edited by Jul 9, 2017, 6:39 PM

        @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
        • K Offline
          kal @shashank
          last edited by Jul 10, 2017, 3:53 PM

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

          S 1 Reply Last reply Jul 11, 2017, 3:06 PM Reply Quote 0
          • S Offline
            shashank @kal
            last edited by Jul 11, 2017, 3:06 PM

            @kal no luck, still Uber X default

            K 1 Reply Last reply Jul 11, 2017, 6:15 PM Reply Quote 0
            • K Offline
              kal @shashank
              last edited by kal Jul 11, 2017, 6:24 PM Jul 11, 2017, 6:15 PM

              @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 Jul 12, 2017, 2:23 PM Reply Quote 0
              • S Offline
                shashank @kal
                last edited by Jul 12, 2017, 2:23 PM

                @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:
                }
                },

                K 1 Reply Last reply Jul 12, 2017, 2:40 PM Reply Quote 0
                • K Offline
                  kal @shashank
                  last edited by kal Jul 12, 2017, 2:42 PM Jul 12, 2017, 2:40 PM

                  @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 Jul 12, 2017, 3:21 PM Reply Quote 0
                  • S Offline
                    shashank @kal
                    last edited by Jul 12, 2017, 3:21 PM

                    @kal said in MMM-uber and MMM-lyft:

                    ride_type: 'POOL

                    hi, i did the changes now it displays as “POOL in null min”

                    {
                    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: ’ ',
                    ride_type: ‘POOL’
                    }
                    }

                    K 1 Reply Last reply Jul 12, 2017, 3:36 PM Reply Quote 0
                    • K Offline
                      kal @shashank
                      last edited by Jul 12, 2017, 3:36 PM

                      @shashank That means that no uber pool is available in your area. This is an error case that I haven’t dealt with explicitly.

                      To confirm this is the error, you need to look at the console log. You’ll see the ProcessUber returns ‘Time’ and then an object. Go through the object and look for pool as a ride type. It should look like this:
                      0_1499873781733_Screen Shot 2017-07-12 at 11.35.41 AM.png

                      You can also try to order an uber pool on your phone to confirm that one is not available.

                      S 1 Reply Last reply Jul 12, 2017, 3:46 PM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        7/40
                        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