{"id":33251370,"url":"https://github.com/uxigene/MMM-QRCode","last_synced_at":"2025-11-21T17:02:07.177Z","repository":{"id":41998913,"uuid":"104247771","full_name":"uxigene/MMM-QRCode","owner":"uxigene","description":"QRCode module for MagicMirror². Show QRCode image of encoded text.","archived":false,"fork":false,"pushed_at":"2025-11-18T14:06:00.000Z","size":53,"stargazers_count":20,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-18T16:23:08.278Z","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/uxigene.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}},"created_at":"2017-09-20T17:38:26.000Z","updated_at":"2025-11-18T14:48:14.000Z","dependencies_parsed_at":"2022-08-12T01:50:48.997Z","dependency_job_id":null,"html_url":"https://github.com/uxigene/MMM-QRCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uxigene/MMM-QRCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxigene%2FMMM-QRCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxigene%2FMMM-QRCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxigene%2FMMM-QRCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxigene%2FMMM-QRCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uxigene","download_url":"https://codeload.github.com/uxigene/MMM-QRCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxigene%2FMMM-QRCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285655011,"owners_count":27209077,"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","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-11-17T00:00:30.829Z","updated_at":"2025-11-21T17:02:07.170Z","avatar_url":"https://github.com/uxigene.png","language":"JavaScript","funding_links":[],"categories":["Mirror Utilities"],"sub_categories":[],"readme":"# MMM-QRCode\n\nQRCode module for [MagicMirror²](https://magicmirror.builders/). Show QRCode image of encoded text.\n\n## Screenshot\n\n![Screenshot](.github/example.png)\n\n## Installation\n\nOpen up your terminal and simply paste the following code\n\n```sh\ncd ~/MagicMirror/modules\ngit clone https://github.com/uxigene/MMM-QRCode\ncd MMM-QRCode\nnpm install\n```\n\n## Update\n\nGo to the module’s folder inside your MagicMirror's module folder and pull the latest version:\n\n```bash\ncd ~/MagicMirror/modules/MMM-QRCode\ngit pull\nnpm install\n```\n\n## Configuration\n\nTo use this module, add the basic example to the modules array in the `config/config.js` file:\n\n### Basic example\n\n```javascript\n    {\n        module: \"MMM-QRCode\",\n        position: \"bottom_right\",\n        config: {\n            text: \"Your Message\", // enter your message ur URL here.\n            showRaw: true,        // true = to show the text, false = to hide the text.\n            imageSize: 150,       // size is in px (both the height and with are equal).\n            colorDark: \"#fff\",    // set qrcode px color.\n            colorLight: \"#000\"    // set background color (by default color is BLACK).\n        }\n    },\n```\n\n### Example with URL and header\n\n```javascript\n    {\n        module: \"MMM-QRCode\",\n        position: \"bottom_right\",\n        header: \"Scan me\",\n        config: {\n            text: \"https://www.youtube.com/watch?v=xmmBWdNWvY4\",\n            showRaw: false,\n            imageSize: 250,\n            colorDark: \"#ADFF2F\",\n            colorLight: \"#4B0082\"\n        }\n    },\n```\n\n### Configuration options\n\nThe following property can be configured:\n\n| Option       | Description                    | Default value   |\n| -------------|--------------------------------|:---------------:|\n| `colorDark`  | Draw color                     | `\"#fff\"`        |\n| `colorLight` | Background color               | `\"#000\"`        |\n| `imageSize`  | Size of the image in px        | `150`           |\n| `showRaw`    | Show raw text                  | `true`          |\n| `text`       | The text or URL to be encoded  |                 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxigene%2FMMM-QRCode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuxigene%2FMMM-QRCode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxigene%2FMMM-QRCode/lists"}