{"id":20084444,"url":"https://github.com/pierregode/mmm-next-episode","last_synced_at":"2025-05-06T01:31:56.965Z","repository":{"id":173542138,"uuid":"650909766","full_name":"PierreGode/MMM-next-episode","owner":"PierreGode","description":"Magic mirror module for TV shows and movies with next-episode. Track the TV show and movies you watch.","archived":false,"fork":false,"pushed_at":"2025-02-03T14:52:15.000Z","size":439,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T06:50:28.326Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PierreGode.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-08T04:38:54.000Z","updated_at":"2025-03-09T19:57:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"de882352-3f0a-4d9d-8bc2-8e3a923281f0","html_url":"https://github.com/PierreGode/MMM-next-episode","commit_stats":null,"previous_names":["pierregode/mmm-next-episode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreGode%2FMMM-next-episode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreGode%2FMMM-next-episode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreGode%2FMMM-next-episode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreGode%2FMMM-next-episode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PierreGode","download_url":"https://codeload.github.com/PierreGode/MMM-next-episode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252604360,"owners_count":21775089,"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-11-13T15:52:03.374Z","updated_at":"2025-05-06T01:31:56.956Z","avatar_url":"https://github.com/PierreGode.png","language":"JavaScript","funding_links":["https://ko-fi.com/J3J2EARPK"],"categories":[],"sub_categories":[],"readme":"# MMM-next-episode\n\n[MagicMirror²](https://magicmirror.builders/) module for tracking TV shows and movies provided from  [next-episode](https://next-episode.net/).\n\nTrack the TV shows and movies you watch.\n\nUpdate your shows from the mobile apps [![App Store](https://img.shields.io/badge/App_Store-0D96F6?style=for-the-badge\u0026logo=app-store\u0026logoColor=white)](https://apps.apple.com/se/app/next-episode-track-tv-shows/id347009526)\n and [![Play Store](https://img.shields.io/badge/Google_Play-414141?style=for-the-badge\u0026logo=google-play\u0026logoColor=white)](https://play.google.com/store/apps/details?id=net.nextepisode.android)\n\n\n![GitHub Workflow Status](https://github.com/PierreGode/MMM-next-episode/actions/workflows/review.yml/badge.svg) ![Open Issues](https://img.shields.io/github/issues/PierreGode/MMM-next-episode) ![Open PRs](https://img.shields.io/github/issues-pr/PierreGode/MMM-next-episode) ![Tech Stack](https://img.shields.io/badge/stack-Node.js%20%7C%20JavaScript%20%7C%20Express-brightgreen) ![Known Vulnerabilities](https://snyk.io/test/github/PierreGode/MMM-next-episode/badge.svg) ![Activity](https://img.shields.io/github/commit-activity/y/PierreGode/MMM-next-episode)\n\n\n\n## Screenshots\n\n![image](img/episodeName.png) ![image](https://github.com/PierreGode/MMM-next-episode/assets/8579922/6181fc01-5953-4ff4-8084-10826dcb4bd8)\n\n\n## How to install\n\n```bash\ncd MagicMirror/modules\ngit clone https://github.com/PierreGode/MMM-next-episode\ncd MMM-next-episode\nnpm install\n```\n\n## Configuration\n\nIn `~/MagicMirror/config/config.js`:\n\n```js\n{\n  module: \"MMM-next-episode\",\n  position: \"bottom_right\",\n  header: \"Next-Episode\",\n  config: {\n    id: '',\n    hash_key: '',\n    username: '',\n    password '',\n    displaySeasonAndEpisode: false,\n    displayShowingOn: false,\n    displayEpisodeName: false,\n    maxdays: 7,\n    ShowThumbnail: true,\n    ThumbnailSize: 'small',\n    updateInterval: 180\n  }\n},\n```\n\n### How to get your id and hash_key\n\nSet  username: '', and password '', in the config.js\n\nWhen starting the module the first time without id and hash_key in the config, a QR code will be displayed on the mirror. Like this example:\n\n![example QR code](img/screenshotqrcode.png)\n\nScan the QR code from your mirror and a page will show your id and hash They might come together as a one line but the first 9 digits are the id and the rest is the hash.\n\n**Note: You only need to set username and password for Next-Episode in the config.js to get the id and hash, after you added the ID and Hash to the config.js the username and password can be removed from config.js**.\n\n**Note:** Using special characters such as '+', '\"', '^', '%', '$', '#', in your password can cause the link to break. You may consider temporarily changing your password for this purpose.\n\nAfter adding values `id` and `hash_key` in the config above, restart the MagicMirror.\n\n### Config description\n\n| name | values | info |\n| --- | --- | --- |\n| `id` | `YOUR ID` | Insert your ID. |\n| `hash_key` | `YOUR HASHKEY` | Insert your hashkey. |\n| `username` | `YOUR next episode username` | Insert your username temporary. |\n| `password` | `YOUR next episode password` | Insert your password temporary. |\n| `displaySeasonAndEpisode` | `true` or `false` | Show or hide season and episode. |\n| `displayShowingOn` | `true` or `false` | Show or hide channel/service. |\n| `displayEpisodeName` | `true` or `false` | Show or hide episode name. |\n| `maxdays` | example: `300` |  Default `7`. How many days in the future to show shows from. minimum `0` but will always show Today and the next day. |\n|`ShowThumbnail`| `true` or `false` | Show thumbnail of show or movie. |\n|`ThumbnailSize`| `small`, `medium` or `large` | Change size of thumbnail. |\n|`updateInterval`| example: `180` | 180 is default to update every 3 hours and is the lowest time allowed, set theUpdate interval in minutes. |\n\n## Changes\n- Added new easy QR hash generation from Sc4nd4l\n- PR from ConfuciusZA to Show or hide channel/service\n- Fixed show name display\n- Added ability to show Channel/Service the show is airing on \n- Added ability to show/hide episode name\n\n## Development\n\nDeveloped and maintained by [Pierre Gode](https://github.com/PierreGode)\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/J3J2EARPK)\n\n## Special Thanks\n\nBig thanks to SANTAH from [next-episode](https://next-episode.net/) for building API support and providing information for this module.\n\nThe API is free, but feel free to support [next-episode](https://next-episode.net/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierregode%2Fmmm-next-episode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierregode%2Fmmm-next-episode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierregode%2Fmmm-next-episode/lists"}