{"id":13830568,"url":"https://github.com/mykle1/MMM-EventHorizon","last_synced_at":"2025-07-09T12:30:24.634Z","repository":{"id":91842890,"uuid":"123832639","full_name":"mykle1/MMM-EventHorizon","owner":"mykle1","description":"Simple countdown timer for events. Birthdays, weddings, anniversaries, vacations, etc.","archived":false,"fork":false,"pushed_at":"2020-12-13T02:48:23.000Z","size":181,"stargazers_count":15,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T23:15:53.997Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/mykle1.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":"2018-03-04T21:53:10.000Z","updated_at":"2024-09-29T02:33:05.000Z","dependencies_parsed_at":"2023-04-01T15:22:09.100Z","dependency_job_id":null,"html_url":"https://github.com/mykle1/MMM-EventHorizon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mykle1/MMM-EventHorizon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mykle1%2FMMM-EventHorizon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mykle1%2FMMM-EventHorizon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mykle1%2FMMM-EventHorizon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mykle1%2FMMM-EventHorizon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mykle1","download_url":"https://codeload.github.com/mykle1/MMM-EventHorizon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mykle1%2FMMM-EventHorizon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264458040,"owners_count":23611471,"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:02.218Z","updated_at":"2025-07-09T12:30:24.345Z","avatar_url":"https://github.com/mykle1.png","language":"JavaScript","funding_links":[],"categories":["Clock"],"sub_categories":[],"readme":"## MMM-EventHorizon\r\n\r\nSimple countdown timer for events.\r\n\r\n## Examples\r\n\r\n* Small, medium and large options\r\n\r\n![](images/1.png) ![](images/2.png)\r\n\r\n![](images/3.png) ![](images/4.png)\r\n\r\n## Installation\r\n\r\n* `git clone https://github.com/mykle1/MMM-EventHorizon` into the `~/MagicMirror/modules` directory.\r\n\r\n## Config.js entry and options\r\n\r\n```\r\n{\r\ndisabled: false,\r\nmodule: 'MMM-EventHorizon',\r\nposition: 'bottom_center',\r\nconfig: {\r\n    timezone: \"n179\",                     // See Timezone chart at bottom\r\n    units: \"1\",          // 1=no units, 2=units initial only, 3=units abbr singular, 4= units abbr plural, 5= units full name\r\n    justDays: \"\",                         //  yes or no // For longer countdowns. Displays ONLY days remaining\r\n    size: \"large\",                        // small, medium or large\r\n    countUp: \"yes\",                       // Count up after timer ends\r\n    date: \"2019-07-04\",                   // YYYY-MM-DD format ONLY\r\n    time: \"00:00:01\",                     // (HH:MM:SS)    Exact time you want timer to end\r\n    text1: \"Describe event\",              // 2 lines of text during timer\r\n    text2: \"And here too!\",               // 2 lines of text during timer\r\n    text1Color: \"FFFFFF\",                 // Hex color codes\r\n    text2Color: \"62FF00\",                 // Hex color codes\r\n    timerColor: \"FFFFFF\",                 // Hex color codes\r\n    endText1: \"When timer ends\",          // 2 lines of text when timer ends\r\n    endText2: \"Say something here\",       // 2 lines of text when timer ends\r\n    endText1Color: \"FFFFFF\",              // Hex color codes\r\n    endText2Color: \"62FF00\",              // Hex color codes\r\n    timerUpColor: \"FFFFFF\",               // Hex color codes\r\n    colorpc: \"000\",                       // color of the background 000 = black, t = transparent\r\n  }\r\n},\r\n```\r\n\r\nGo to this page and obtain your timezone code \r\nhttps://forum.magicmirror.builders/topic/9514/contribute-to-a-module-volunteers-wanted-easy\r\n\r\nOr choose from the list below!\r\n\r\nOr choose from the text file \"Timezone codes\" included with this module.\r\n\r\n## Timezone codes\r\n\r\nThe time codes can be taken from the corresponding file. The file is sorted by countries and cities. Please send any additions via the MagicMirror forum in the correct format (\u003ccountry\u003e, \u003ccity\u003e, \u003ccode\u003e) to me. I will then add the table and sort your entries.\r\n\r\n## Special thanks to @spitzlbergerj,\r\n\r\nwho made some nice additions to the module.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmykle1%2FMMM-EventHorizon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmykle1%2FMMM-EventHorizon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmykle1%2FMMM-EventHorizon/lists"}