{"id":13830133,"url":"https://github.com/Ax-LED/MMM-Podcast2","last_synced_at":"2025-07-09T11:32:11.900Z","repository":{"id":96491505,"uuid":"164510736","full_name":"Ax-LED/MMM-Podcast2","owner":"Ax-LED","description":"A module to stream 100 Sekunden Tagesschau","archived":false,"fork":false,"pushed_at":"2019-02-27T18:43:33.000Z","size":29,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-20T12:09:37.646Z","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/Ax-LED.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,"roadmap":null,"authors":null}},"created_at":"2019-01-07T22:59:54.000Z","updated_at":"2022-04-11T16:44:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f388d0f8-2b9d-4036-9aec-45ef0930ed07","html_url":"https://github.com/Ax-LED/MMM-Podcast2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ax-LED/MMM-Podcast2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ax-LED%2FMMM-Podcast2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ax-LED%2FMMM-Podcast2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ax-LED%2FMMM-Podcast2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ax-LED%2FMMM-Podcast2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ax-LED","download_url":"https://codeload.github.com/Ax-LED/MMM-Podcast2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ax-LED%2FMMM-Podcast2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264450556,"owners_count":23610194,"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:00:56.185Z","updated_at":"2025-07-09T11:32:11.669Z","avatar_url":"https://github.com/Ax-LED.png","language":"JavaScript","funding_links":[],"categories":["Entertainment"],"sub_categories":[],"readme":"# MMM-Podcast2\nA module to stream Tagesschau 100 Sekunden to your magic mirror\n\n\n## Requirements\n\u003cb\u003eomxplayer:\u003c/b\u003e Omxplayer is normally already installed on raspbian. You can check it by commmanline ````which omxplayer````. The result should be a path like ````/usr/bin/omxplayer````.\n\u003cbr\u003e\n\u003cb\u003eMMM-Remote-Control:\u003c/b\u003e [MMM-Remote-Control](https://github.com/Jopyth/MMM-Remote-Control) is required, if you want to use the sample links for communication, as mentioned at the end of this file.\n\n## Installing the module\nClone this repository in your `~/MagicMirror/modules/` folder `( $ cd ~/MagicMirror/modules/ )`:\n````javascript\ngit clone https://github.com/Ax-LED/MMM-Podcast2\n````\n\n## Using the module\n\nTo use this module, add it to the modules array in the `config/config.js` file:\n````javascript\n{\n\tmodule: 'MMM-Podcast2',\n\tconfig: {\n\t\tfeedUrl: 'https://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden_https/',\n\t\trefreshInterval: 1000 * 1800, //refreshs streaming link every 1800 seconds (30Min)\n\t\tomxargs: ' --win 320,180,1600,900  -o both '\n\t\t}\n},\n````\n## Configuration options\n\nThe following properties can be configured:\n\n\n\u003ctable width=\"100%\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOption\u003c/th\u003e\n\t\t\t\u003cth width=\"100%\"\u003eDescription\u003c/th\u003e\n\t\t\u003c/tr\u003e\n\t\u003c/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003efeedUrl\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eURL of the feed, \u003ccode\u003edefault: 'https://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden_https/'\u003c/code\u003e.\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003erefreshInterval\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003erefreshs streaming link \u003ccode\u003edefault: 1000 * 1800\u003c/code\u003e Refreshs streaming link every 1800 seconds (30Min).\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003eomxargs\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eArguments for the omxplayer, like \u003ccode\u003e' --win 320,180,1600,900  -o both '\u003c/code\u003e. Attention, \u003cb\u003eleading\u003c/b\u003e and \u003cb\u003elast\u003c/b\u003e blanks are required.\u003c/td\u003e\n\t\t\u003c/tr\u003e\n   \u003c/table\u003e\n\n   ## Further options\n   You can communication with this module also by sending notifications.\n   \u003cbr\u003eExamples:\n   - \u003ccode\u003eyourmmip:8080/remote?action=NOTIFICATION\u0026notification=BUTTON_PRESSED\u003c/code\u003e starts the stream (with omxplayer) and stops the stream if its already running\n   \n   To use this examples the module [MMM-Remote-Control](https://github.com/Jopyth/MMM-Remote-Control) is required.\n\n   ## Version\n   1.0 initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAx-LED%2FMMM-Podcast2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAx-LED%2FMMM-Podcast2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAx-LED%2FMMM-Podcast2/lists"}