{"id":18336468,"url":"https://github.com/pascaliske/magicmirror","last_synced_at":"2025-04-06T04:35:34.535Z","repository":{"id":41983622,"uuid":"166424039","full_name":"pascaliske/magicmirror","owner":"pascaliske","description":"Go + Angular based smart mirror platform - packaged as single docker image.","archived":false,"fork":false,"pushed_at":"2024-10-24T14:02:18.000Z","size":4907,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-25T08:59:58.409Z","etag":null,"topics":["angular","docker","go","golang","magicmirror"],"latest_commit_sha":null,"homepage":"https://pascaliske.github.io/magicmirror/","language":"Go","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/pascaliske.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-18T15:18:17.000Z","updated_at":"2024-10-23T17:43:42.000Z","dependencies_parsed_at":"2024-02-13T15:14:12.276Z","dependency_job_id":"3e48c6b7-99f5-472d-acb0-0c8245c279d8","html_url":"https://github.com/pascaliske/magicmirror","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascaliske%2Fmagicmirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascaliske%2Fmagicmirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascaliske%2Fmagicmirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascaliske%2Fmagicmirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascaliske","download_url":"https://codeload.github.com/pascaliske/magicmirror/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247435041,"owners_count":20938530,"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":["angular","docker","go","golang","magicmirror"],"created_at":"2024-11-05T20:08:02.456Z","updated_at":"2025-04-06T04:35:33.555Z","avatar_url":"https://github.com/pascaliske.png","language":"Go","readme":"# [`pascaliske/magicmirror`](https://pascaliske.github.io/magicmirror/)\n\n\u003e Go + Angular based smart mirror platform - packaged as single docker image.\n\n[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/pascaliske/magicmirror/latest?style=flat-square)](https://hub.docker.com/r/pascaliske/magicmirror) [![Docker Image Size (tag)](https://img.shields.io/docker/image-size/pascaliske/magicmirror/latest?style=flat-square)](https://hub.docker.com/r/pascaliske/magicmirror) [![Docker Pulls](https://img.shields.io/docker/pulls/pascaliske/magicmirror?style=flat-square)](https://hub.docker.com/r/pascaliske/magicmirror) [![GitHub Tag](https://img.shields.io/github/v/tag/pascaliske/magicmirror?style=flat-square)](https://github.com/pascaliske/magicmirror) [![Linting Status](https://img.shields.io/github/actions/workflow/status/pascaliske/magicmirror/linting.yml?branch=main\u0026label=linting\u0026style=flat-square)](https://github.com/pascaliske/magicmirror/actions/workflows/linting.yml) [![Build Status](https://img.shields.io/github/actions/workflow/status/pascaliske/magicmirror/image.yml?branch=main\u0026label=build\u0026style=flat-square)](https://github.com/pascaliske/magicmirror/actions/workflows/image.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/pascaliske/magicmirror?style=flat-square)](https://github.com/pascaliske/magicmirror) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg?style=flat-square)](https://github.com/Naereen/badges)\n\n## Images\n\n| Registry   | Image                                                                                                                             |\n| ---------- | --------------------------------------------------------------------------------------------------------------------------------- |\n| GitHub     | [`ghcr.io/pascaliske/magicmirror`](https://github.com/pascaliske/docker-magicmirror/pkgs/container/magicmirror)                   |\n| Docker Hub | [`pascaliske/magicmirror`](https://hub.docker.com/r/pascaliske/magicmirror)                                                       |\n\nThe following platforms are available for the images:\n\n```bash\n$ docker run --rm mplatform/mquery ghcr.io/pascaliske/magicmirror:latest\nImage: pascaliske/magicmirror:latest\n * Manifest List: Yes\n * Supported platforms:\n   - linux/amd64\n   - linux/arm/v7\n   - linux/arm64\n```\n\n## Usage\n\nVisit the [documentation](https://pascaliske.github.io/magicmirror/) for a complete setup guide.\n\nTo run a quick demo, you can just pull the image from one of the registries:\n\n```bash\n# github container registry\n$ docker pull ghcr.io/pascaliske/magicmirror\n\n# docker hub\n$ docker pull pascaliske/magicmirror\n```\n\nNow you can simply run the server component using the following command:\n\n```bash\n$ docker run \\\n    --detach \\\n    --name magicmirror \\\n    --publish 9000:9000 \\\n    --volume $(pwd)/config.yml:/etc/magicmirror/config.yml \\\n    ghcr.io/pascaliske/magicmirror\n```\n\n## Configuration\n\nThe project is configurable using a YAML file. You can find all possible values on the [configuration page](https://pascaliske.github.io/magicmirror/configuration/).\n\n## License\n\n[MIT](LICENSE.md) – © 2023 [Pascal Iske](https://pascaliske.dev)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascaliske%2Fmagicmirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascaliske%2Fmagicmirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascaliske%2Fmagicmirror/lists"}