Read the statement by Michael Teeuw here.
MMM-uber and MMM-lyft
-
@Sarb Are you sure you uncommented / that’s all of the Lyft outputs? There should be more.
-
@kal I can confirm that I uncommented line 143 of the MMM-Lyft.js file. Could the issue possibly be tied to the error I sent earlier that I see in my console window? Copying once more so it is easier to find.
Whoops! There was an uncaught exception…
TypeError: Cannot read property ‘statusCode’ of undefined
at Request._callback (/home/pi/MagicMirror/modules/MMM-lyft/node_helper.js:43:97)
at self.callback (/home/pi/MagicMirror/node_modules/request/request.js:188:22)
at emitOne (events.js:96:13)
at Request.emit (events.js:191:7)
at Auth.basic (/home/pi/MagicMirror/node_modules/request/lib/auth.js:24:18)
at Auth.onRequest (/home/pi/MagicMirror/node_modules/request/lib/auth.js:137:23)
at Request.auth (/home/pi/MagicMirror/node_modules/request/request.js:1360:14)
at Request.init (/home/pi/MagicMirror/node_modules/request/request.js:378:10)
at new Request (/home/pi/MagicMirror/node_modules/request/request.js:130:8)
at request (/home/pi/MagicMirror/node_modules/request/index.js:54:10)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues -
@Sarb you’re encountering an access error and that exception is a symptom, not a cause. My advice would be to regenerate Lyft ID and Secret for your config or perhaps register as a new user and get a new ID.
-
@kal Thank you for all your help. After a bunch of troubleshooting I was finally able to notice that I was using “clientID” instead of “clientId” in my config file. It is working now.
-
@Sarb yea that was a confusing thing for me to do (I’ll consider changing in the next version). In the future make sure to just copy and paste from the GitHub page.
Glad you’re all sorted out!
-
My MMM-uber has been fine for weeks, but just says “uberX in undefined min” for the last couple of days. Anybody else have this issue?
-
@twosquirrels I’m having the same issue as you. An issue with the Uber API perhaps?
-
@jdahli1 I tried deleting my uber api key and generating a brand new key and it didn’t help. I reinstalled my magicmirror from scratch and it didn’t help. The API must have changed.
-
I completely deleted the uber module folder and reinstalled. That fixed it. I could have sworn I tried that, but it worked just now.
-
I now get this bizarre issue where Lyft shows the times in minutes down to 15 decimal places. Anybody else?