{"id":20968748,"url":"https://github.com/poowaa/mmm-network-signal","last_synced_at":"2025-05-14T09:33:58.113Z","repository":{"id":34099098,"uuid":"163436974","full_name":"PoOwAa/MMM-network-signal","owner":"PoOwAa","description":"MagicMirror2 solid network status","archived":false,"fork":false,"pushed_at":"2023-03-13T04:59:06.000Z","size":224,"stargazers_count":41,"open_issues_count":4,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T16:48:40.406Z","etag":null,"topics":["magicmirror","magicmirror2"],"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/PoOwAa.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-28T18:03:53.000Z","updated_at":"2025-03-14T14:14:42.000Z","dependencies_parsed_at":"2024-08-04T10:13:29.031Z","dependency_job_id":null,"html_url":"https://github.com/PoOwAa/MMM-network-signal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoOwAa%2FMMM-network-signal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoOwAa%2FMMM-network-signal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoOwAa%2FMMM-network-signal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoOwAa%2FMMM-network-signal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoOwAa","download_url":"https://codeload.github.com/PoOwAa/MMM-network-signal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254112618,"owners_count":22016811,"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":["magicmirror","magicmirror2"],"created_at":"2024-11-19T03:16:19.605Z","updated_at":"2025-05-14T09:33:57.561Z","avatar_url":"https://github.com/PoOwAa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MMM-network-signal\n\nDisplay a solid wifi logo as network signal for MagicMirror\u003csup\u003e2\u003c/sup\u003e\n\n![Signal icons: none, weak, normal, strong, loading](https://raw.githubusercontent.com/PoOwAa/MMM-network-signal/master/icons.gif)\n\n## Dependencies\n\n-   [MagicMirror\u003csup\u003e2\u003c/sup\u003e](https://github.com/MichMich/MagicMirror)\n-   [NPM Ping](https://www.npmjs.com/package/ping)\n\n## Installation\nOpen up your terminal and paste the following code into it.\n```bash\ncd ~/MagicMirror/modules/\ngit clone https://github.com/PoOwAa/MMM-network-signal.git\ncd MMM-network-signal\nnpm i\n```\n## Configuration\n- Now use your editor `nano` or `vim` to edit the following file\n```bash\nnano ~/MagicMirror/config/config.js # change nano to your favorite editor\n```\n- Paste the following code into modules section\n\n```js\n   {\n       module: \"MMM-network-signal\",\n       position: \"bottom_right\",\n       config: {\n           // Configuration of the module goes here\n       }\n   }\n   ```\n\n## Configuration Options\n\n| **Option**         | **Default**                              | **Description**                         |\n| ------------------ | ---------------------------------------- | --------------------------------------- |\n| `updateInterval`   | `5000`                                   | Time in ms between connection tests     |\n| `maxTimeout`       | `1000`                                   | Maximum timeout in ms for every pings   |\n| `animationSpeed`   | `250`                                    | Icon change animation time in ms        |\n| `initialLoadDelay` | `3000`                                   | Delay in ms for first ping              |\n| `server`           | `8.8.8.8`                                | Pingable server IP address              |\n| `thresholds`       | `{ strong: 50, medium: 150, weak: 500 }` | Tresholds for icons (ping answer in ms) |\n| `showMessage`      | `true`                                   | Shows status messages depending on how good or bad is the connection |\n| `flexDirection`    | `row`                                    | Sets the direction the module is displayed; `row` displays the row in left-to-right mode (default), `row-reverse` displays the row in right-to-left mode. |\n| `scale`            | `0.45`                                   | How much to scale the ping icon. Must be greater than 0. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoowaa%2Fmmm-network-signal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoowaa%2Fmmm-network-signal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoowaa%2Fmmm-network-signal/lists"}