{"id":13830342,"url":"https://github.com/boazarad/MMM-CountDown","last_synced_at":"2025-07-09T11:32:42.404Z","repository":{"id":139782558,"uuid":"125366626","full_name":"boazarad/MMM-CountDown","owner":"boazarad","description":"Magic Mirror Module to count down to a specific date","archived":false,"fork":false,"pushed_at":"2020-07-02T23:13:07.000Z","size":24,"stargazers_count":36,"open_issues_count":11,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-04T10:02:57.329Z","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/boazarad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-03-15T12:49:59.000Z","updated_at":"2024-07-05T07:43:10.000Z","dependencies_parsed_at":"2024-01-15T17:39:03.163Z","dependency_job_id":"62931b5e-d061-450a-8cda-da9048ad36f3","html_url":"https://github.com/boazarad/MMM-CountDown","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/boazarad%2FMMM-CountDown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boazarad%2FMMM-CountDown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boazarad%2FMMM-CountDown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boazarad%2FMMM-CountDown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boazarad","download_url":"https://codeload.github.com/boazarad/MMM-CountDown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539380,"owners_count":17485315,"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:58.872Z","updated_at":"2024-11-20T11:30:39.915Z","avatar_url":"https://github.com/boazarad.png","language":"JavaScript","funding_links":[],"categories":["Productivity"],"sub_categories":[],"readme":"# MMM-CountDown\n![Screenshot](https://github.com/boazarad/MMM-CountDown/raw/master/screenshots/screenshot.png)\n\nThis is a module for the [MagicMirror²](https://github.com/MichMich/MagicMirror/) which can count down the days to a date/event.\n\nI've never written anything with Node.js before, so hopefully this isn't a total mess, if it is - feel free to lend a hand :)\n\n## Using the module\n\nTo use this module, add the following configuration block to the modules array in the `config/config.js` file:\n\n```js\nvar config = {\n    modules: [\n        {\n            module: 'MMM-CountDown',\n            config: {\n                // See configuration options\n            }\n        }\n    ]\n}\n```\n\n## Configuration options\n\n| Option           | Description                                                                                                           |\n| ---------------- | --------------------------------------------------------------------------------------------------------------------- |\n| `position`       | *Required* Where do you want to place the counter (use standard magicmirror positions)                                |\n| `event`          | *Required* Name of event to count down to (displayed above counter)                                                   |\n| `date`           | *Required* Date to count down to (YYYY-MM-DD HH:MM:SS)                                                                |\n| `showHours`      | Decide whether or not to display the hours. Default is true                                                           |\n| `showMinutes`    | Decide whether or not to display the minutes. Default is true                                                         |\n| `showSeconds`    | Decide whether or not to display the seconds. Default is true                                                         |\n| `customInterval` | Change the update interval which will help reduce load if you are only showing specific time metrics. Default is 1000 |\n| `daysLabel`      | Choose how you wish to display your Days label. Default is d                                                          |\n| `hoursLabel`     | Choose how you wish to display your Hours label. Default is h                                                         |\n| `minutesLabel`   | Choose how you wish to display your Minutes label. Default is m                                                       |\n| `secondsLabel`   | Choose how you wish to display your Seconds label. Default is m                                                       |\n\nIf either of the above are missing, the module will count down to the New Millenium (3000-01-01)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboazarad%2FMMM-CountDown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboazarad%2FMMM-CountDown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboazarad%2FMMM-CountDown/lists"}