This might be helpful https://github.com/AdamMoses-GitHub/MMM-DCMetroTrainTimes
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-uber and MMM-lyft
@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!
-
RE: MMM-uber and MMM-lyft
@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.
-
RE: MMM-uber and MMM-lyft
@Sarb Are you sure you uncommented / that’s all of the Lyft outputs? There should be more.
-
RE: MMM-uber and MMM-lyft
@Sarb from the docs it looks like you supplied an invalid code. Can you regenerate your token and try again?
Also, what country are you in?
-
RE: MMM-uber and MMM-lyft
@Sarb Two things:
-
Make sure that your uberServerToken and clientID/clientSecret don’t contain the greater/less than characters in your config (these things:
<>
). Those are placeholders. For example, if youruberServerToken
isabc123
then the line in your config should readuberServerToken: 'abc123',
without those characters. -
If that doesn’t work, can you go into the .js file for uber and un-comment this line. Then post the log. You should be looking for one that says
ERROR...
-
-
RE: MMM-uber and MMM-lyft
@Sarb your config looks good, but I want to see your log before I open an issue.
We need to view your JavaScript console. Access the mirror directly or whitelist the IP of another computer to access via a browser. Then, go to https://IP.of.Raspberry.Pi:8080 in Chrome and View>Developer>JavaScript Console.
See this this thread for more info.
-
RE: MMM-uber and MMM-lyft
@Sarb Can you post your config file and log? It sounds like a REST API failure…
-
RE: MMM-uber and MMM-lyft
@shashank that’s weird…the API calls out ‘POOL’. Do you mind if I ask what country you are in?
-
RE: MMM-uber and MMM-lyft
@shashank can you post the log from your console? I want to help you resolve this issue but I need more information.
Anything related to uber in your log should be posted. Please post in detail the things that you have tried. Any config file changes, etc.
Just saying that it’s not working does not help me help you