You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,10 @@ To run this display, make sure that you have an internet connection and anything
6
6
First, open settings.txt.\
7
7
The first line is whether you want the window to be full screen. Enter "True" for full screen or "False" for an adjustable window.
8
8
The second line is the amount of trains to display. Make sure that you do not have too many or else the rows will overlap. A 1920x1080 display can fit around 8 trains.\
9
-
The third line is the station that you want the train information for. **Please note that SEPTA's API sometimes uses different names internally than what is displayed publicly.** Please check the [table below](#api-name-differences) to see if the name you are using has a different internal name.\
9
+
The third line is the station that you want the train information for. **Please note that SEPTA's API sometimes uses different names internally than what is displayed publicly.** Please check [this page](https://app.septa.org/VIRegionalRail.html) to see if the name you are using has a different internal name.\
10
10
By default, this displays trains in all directions. An optional fourth line can be added; add one of the following if you want to limit trains to one direction:\
11
11
**N** - Limit display to trains traveling "northbound" (Gray 30th Street Station → Suburban Station → Jefferson Station → Temple University)\
12
12
**S** - Limit display to trains traveling "southbound" (Temple University → Jefferson Station → Suburban Station → Gray 30th Street Station)\
13
13
Make sure to save settings.txt and run NextTrainDisplay.py. If everything works, you should see something very similar to the screenshot above.
14
-
## API Name Differences
15
-
| Public name | Name you must use in settings.txt |
16
-
| --- | --- |
17
-
| North Philadelphia (Chestnut Hill West and Trenton Lines only) | North Philadelphia Amtrak |
18
-
| Gray 30th Street Station | 30th Street Station |
19
-
| Terminal A | Airport Terminal A |
20
-
| Terminal B | Airport Terminal B |
21
-
| Terminals C & D | Airport Terminal C D |
22
-
| Terminals E & F | Airport Terminal E F |
23
-
| Richard Allen Lane | Allen Lane |
24
-
| Delaware Valley University | Delaware Valley College |
25
-
| 9th Street | 9th Street Lansdale |
26
-
| Fern Rock Transportation Center | Fern Rock TC |
27
-
| Norristown (Elm Street) | Norristown Elm Street |
28
-
| Main Street Norristown | Main Street |
29
-
| Norristown Transportation Center | Norristown TC |
30
-
| Holmesburg Junction | Holmesburg Jct |
31
-
| Chester Transportation Center | Chester TC |
32
14
# Special Thanks
33
15
[SEPTA](https://www3.septa.org/) for making the API that this project uses.
0 commit comments