{"id":23906395,"url":"https://github.com/ItayXD/MMM-Admin-Interface","last_synced_at":"2025-09-10T13:32:00.727Z","repository":{"id":67963968,"uuid":"76735476","full_name":"ItayXD/MMM-Admin-Interface","owner":"ItayXD","description":"An interface to manage the magic mirror","archived":false,"fork":false,"pushed_at":"2018-07-07T22:07:25.000Z","size":104,"stargazers_count":45,"open_issues_count":3,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-05T02:02:19.200Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ItayXD.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":"2016-12-17T16:46:51.000Z","updated_at":"2024-12-30T20:37:57.000Z","dependencies_parsed_at":"2023-09-12T01:35:18.084Z","dependency_job_id":null,"html_url":"https://github.com/ItayXD/MMM-Admin-Interface","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ItayXD/MMM-Admin-Interface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItayXD%2FMMM-Admin-Interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItayXD%2FMMM-Admin-Interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItayXD%2FMMM-Admin-Interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItayXD%2FMMM-Admin-Interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItayXD","download_url":"https://codeload.github.com/ItayXD/MMM-Admin-Interface/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItayXD%2FMMM-Admin-Interface/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274470374,"owners_count":25291604,"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-09-10T02:00:12.551Z","response_time":83,"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-01-05T02:01:04.685Z","updated_at":"2025-09-10T13:32:00.422Z","avatar_url":"https://github.com/ItayXD.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Mirror Utilities"],"sub_categories":[],"readme":"# Magic-Mirror-Module-Admin-Interface\nThis an extension for the [MagicMirror²](https://github.com/MichMich/MagicMirror). This module provides an interface to manage the magic mirror and edit the configuration from your web browser.\n\n## Installation\n1. Navigate into your MagicMirror's `modules` folder and run: \n    ```\n    git clone https://github.com/ItayXD/MMM-Admin-Interface.git\n    ```\n1. Install the dependencies: \n    ```\n    cd MMM-Admin-Interface \u0026\u0026 npm install --only=production\n    ```\n1. Add the module to you `config.js`:\n    ```\n        {\n        \t\"module\": \"MMM-Admin-Interface\"\n        },\n    ```\n1. Whitelist the devices you want to access the mirror's settings from.\n   If you want to whitelist all devices on your local network add:\n   ``` \n        ipWhitelist: [\"\"127.0.0.1\", \"::ffff:127.0.0.1\", \"::1\", 192.168.X.1/24 , ::ffff:192.168.X.1/24\"], \n   ```\n   Make sure you replace `X` with the correct number! you can find it by running `ifconfig` in your mirror.\n\n## Usage\n1. Go to `\u003cHOST\u003e:8080/MMM-Admin-Interface/`\n1. Edit away!\n\n## Sending settings schema for other modules (DEVS)\nYou can send your module's config schema via notification, and it will be loaded.\n```javascript\nlet calender_schema = {\n    \"properties\": {\"modules\": {\"items\": {\"config\": {\"properties\": {\n        \"calendars\": {\n        \t\"format\": \"tabs\",\n        \t\"options\": {\n        \t\t\"disable_array_delete_all_rows\": true,\n        \t\t\"disable_array_delete_last_row\": true\n        \t},\n        \t\"type\": \"array\",\n        \t\"items\": {\n        \t\t\"type\": \"object\",\n        \t\t\"headerTemplate\": \"Calender {{ i1 }}\",\n        \t\t\"properties\": {\n        \t\t\t\"symbol\": {\n        \t\t\t\t\"type\": \"string\"\n        \t\t\t},\n        \t\t\t\"url\": {\n        \t\t\t\t\"type\": \"string\"\n        \t\t\t}\n        \t\t}\n        \t}\n    }}}}}}\n}\nthis.sendNotification ( \"schema\", calender_schema );\n```\n\nYou can learn more on writing a settings schema for you module at [JSON Editor](https://github.com/jdorn/json-editor).\n\n## Changlelog\n\n### 0.1\n - Cleaning up all console.log dev calls\n - Improved front-end\n - Improved README\n\n### 0.0.2\n - Reading and writing directly to config.js\n - Accept settings schemas from other modules via notification\n\n### 0.0.1 Initial commit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FItayXD%2FMMM-Admin-Interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FItayXD%2FMMM-Admin-Interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FItayXD%2FMMM-Admin-Interface/lists"}