{"id":13830526,"url":"https://github.com/falafel2222/MMM-BartTimes","last_synced_at":"2025-07-09T11:33:14.877Z","repository":{"id":70740463,"uuid":"181429993","full_name":"falafel2222/MMM-BartTimes","owner":"falafel2222","description":null,"archived":false,"fork":false,"pushed_at":"2020-08-23T23:37:16.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-04T10:03:17.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/falafel2222.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-04-15T06:57:41.000Z","updated_at":"2020-08-23T23:37:18.000Z","dependencies_parsed_at":"2023-02-22T22:15:18.446Z","dependency_job_id":null,"html_url":"https://github.com/falafel2222/MMM-BartTimes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falafel2222%2FMMM-BartTimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falafel2222%2FMMM-BartTimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falafel2222%2FMMM-BartTimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falafel2222%2FMMM-BartTimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falafel2222","download_url":"https://codeload.github.com/falafel2222/MMM-BartTimes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539425,"owners_count":17485326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T10:01:01.522Z","updated_at":"2024-11-20T11:30:53.420Z","avatar_url":"https://github.com/falafel2222.png","language":"JavaScript","funding_links":[],"categories":["Travel"],"sub_categories":[],"readme":"# MMM-BartTimes\n\nMagic Mirror module that displays the upcoming departure times for all BART (Bay Area Rapid Transit) lines at a certain station.\n\nThis exists thanks to BART providing an easy public API, which can be found [here](http://api.bart.gov/docs/overview/index.aspx)\n\n### Installation\n1. Navigate to the magic mirror modules directory and clone this repository there.\n2. Inside the `MMM-BartTimes` folder, run `npm install url requests` to install the two required dependencies.\n3. Modify `config.js` to include `MMM-BartTimes`. An example config can be seen below.\n\n### Configuration\n\n| Config Option | Type | Description |\n|:------------- |:--------- |:----------- |\n| `station` | string | The station abbreviation for your BART station of choice. Abbreviations can be found [here](http://api.bart.gov/api/stn.aspx?cmd=stns\u0026key=MW9S-E7SL-26DU-VV8V) (under the tag `\u003cabbr\u003e`). |\n| `key` | string (optional) | API key if you want your own so you aren't at the mercy of BART changing their public one.  You can request a key [here](http://api.bart.gov/api/register.aspx). |\n| `train_blacklist` | list of strings (optional) | Line names included in this list will not be displayed on your Magic Mirror.|\n\nExample configuration file:\n```\n{\n\tmodule: 'MMM-BartTimes',\n\tposition: 'top_left',\n\tconfig: {\n\t\tstation: '19th',\n\t\ttrain_blacklist: ['Dublin/Pleasanton'],\n\t\tkey: 'IFYO-UWAN-TYOU-ROWN',\n\t}\n},\n```\n\n### Screenshot\nWhen working, the display should look something like this:\n\n![MMM-BartTimes screenshot](screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalafel2222%2FMMM-BartTimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalafel2222%2FMMM-BartTimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalafel2222%2FMMM-BartTimes/lists"}