@yawns there used to be a ton of documentation on the API which for some reason is now offline. I found a list that was downloaded, here is the link
Read the statement by Michael Teeuw here.
Best posts made by ooom416354
-
RE: Converting an old JS file into a module
-
RE: NYC MTA Subway Times
@yawns you had converted this one for me and yes, it still works :-)
-
RE: Converting an old JS file into a module
@yawns Here’s all of the feeds, the site is down but I have the links:
Full Station Listing with details:
https://traintime.lirr.org/api/Stations-AllSchedules based on Starting Station input (startsta=) and Ending Station input (endsta=) along with date/time (can be future dated)
Actual Train Schedules closest to the current time (passing in the 3 letter station code after loc=). This is different from the other link that I used for the JS file as it doesn’t show the ETA of the train.
-
RE: MMM-MLB
@strawberry-3.141 Def can wait, the season doesn’t start until like 4/1 anyway !
-
RE: Help needed simple API based module
@washichi @yawns this is great work. I am wondering, would this completed code be kind of a base for making other API calls which return data in JSON format?
-
RE: MMM-Rest reading Json
I’m curious about this as well, I currently have a link to some JSON output which I’d want to display some of the results on the mirror. I was wondering if a module that’s currently out there can be tinkered with to perform this kind of thing.
-
RE: Where are you from?
@cowboysdude I’m from NY but I am one of those who is just outside of Manhattan on Long Island. Commute to the city everyday!
-
RE: Help needed simple API based module
@washichi Yea, I am still not even sure how to translate the returned JSON to an actual visual table on the mirror. Not very good at this lol