Build a "transit tracker" app that runs on Raspberry Pi and outputs to an LED matrix to display:
- Next incoming train times for a specific station.
- Current weather conditions.
- Upcoming Google Calendar appointments.
- [] CTA Train Tracker API
- [] Some weather service API (DarkSky, NWS, Open Weather Map, TBD)
- [] Google Calendar OAuth
- on line 67 we use
r_south, there is a chance that based on location, you will only get southbound routes. - this could be remedied by duplicating the process used for
r_southwith already-definedr_north, but is not Pythonic due to repetition. - it is also possible that, because I am working on this from DC- outside Chicago, that I am already significantly south of the 22's ending terminus and therefore only get northbound results.
- establish wtf is going on with the bus direction
- figure out how to print BOTH directions for nearest stops (the stops will have different IDs)
- what are we going to do if a stop has multiple routes?
