{"id":13830555,"url":"https://github.com/brobergp/MMM-TextClock","last_synced_at":"2025-07-09T11:33:29.191Z","repository":{"id":217324915,"uuid":"88645247","full_name":"brobergp/MMM-TextClock","owner":"brobergp","description":"A stylish clock for your MagicMirror","archived":false,"fork":false,"pushed_at":"2018-11-28T00:38:17.000Z","size":43,"stargazers_count":10,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T10:03:21.183Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brobergp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-18T16:09:55.000Z","updated_at":"2023-09-01T16:16:08.000Z","dependencies_parsed_at":"2024-01-15T19:44:28.336Z","dependency_job_id":"8bae8812-52da-4a84-9d8e-8e38a417f5c6","html_url":"https://github.com/brobergp/MMM-TextClock","commit_stats":null,"previous_names":["brobergp/mmm-textclock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brobergp%2FMMM-TextClock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brobergp%2FMMM-TextClock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brobergp%2FMMM-TextClock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brobergp%2FMMM-TextClock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brobergp","download_url":"https://codeload.github.com/brobergp/MMM-TextClock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539436,"owners_count":17485329,"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.998Z","updated_at":"2024-11-20T11:30:56.427Z","avatar_url":"https://github.com/brobergp.png","language":"JavaScript","funding_links":[],"categories":["Clock"],"sub_categories":[],"readme":"# MMM-TextClock\n\nThis module for the [MagicMirror](https://github.com/MichMich/MagicMirror) give you the time in a stylish word styled clock!\n\n![Image of textclockline](textclock1.png)\n![Image of textclockfielden](textclock2.png)\n![Image of textclockfieldse](textclock3.png)\n\n\n## Installation\n\n  1\\. Execute the following commands to install the module:\n\n```bash\ncd ~/MagicMirror/modules # navigate to module folder\ngit clone https://github.com/brobergp/MMM-TextClock.git # clone this repository\n```\n\n  2\\. Then, add the following into the `modules` section of your `config/config.js` file:\n\n````javascript\n{\n\t module: 'MMM-TextClock',\n\t position: 'middle_center',\n\t\tconfig: {\n\t\t\tlayout: \"Field\", //options are \"Line\" and \"Field\"\n\t\t\tits24: \"HOLY SHIT IS IT\", //text before hour\n\t\t\tto24: \"BLOODY\", //text between hour and minute\n\t\t\tafter24: \"ALREADY?\", //text after minute\n\t\t\tmarked: \"color: white; font-weight: 400;\", //css code to mark current time in Field layout\n\t\t}\n},\n````\n\n\n## Customization\n\n  Copy the code from the all.css and/or language css to your own custom.css and change whatever you like about the font, color etc.\n  To change the style of the marked words on the clock Field you have to add the css code directily in the config file in the \"marked\" option.\n\n## Language support\n\n  as of 2017-04-27 :\n\tEnglish, Swedish, German and Dutch.\n\n  German translation by garbleflux\n  Dutch translation by pjkoeleman\n\n## Configuration options\n\nThe following properties can be configured:\n\n| option | description |\n| ------------- | ------------- |\n| `timeFormat` | Default timeformat from config, `HH` for 24h or `h` for 12h, don't add this if you want to use the mirror config settings |\n| `clang` | If your mirror language isn't supported, add \"en\" to this option. See Language support above |\n| `layout` | What type of layout you want, `Field` or `Line` are the two options |\n| `its24` | The text line before hour |\n| `to24` | The text line between hour and minute |\n| `after24` | The text line after minute |\n| `marked`| The css code to define the style of current time on the clock `Field` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrobergp%2FMMM-TextClock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrobergp%2FMMM-TextClock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrobergp%2FMMM-TextClock/lists"}