{"id":13830548,"url":"https://github.com/mrVragec/MMM-uptimerobot","last_synced_at":"2025-07-09T11:33:28.685Z","repository":{"id":84678929,"uuid":"88914037","full_name":"mrVragec/MMM-uptimerobot","owner":"mrVragec","description":"MagicMirror² Module to see uptime data from https://uptimerobot.com/","archived":false,"fork":false,"pushed_at":"2018-10-14T19:02:03.000Z","size":562,"stargazers_count":16,"open_issues_count":3,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T19:05:21.821Z","etag":null,"topics":[],"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/mrVragec.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-04-20T21:58:15.000Z","updated_at":"2024-04-16T14:22:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee76daef-830c-4acb-9c28-f97cc950942b","html_url":"https://github.com/mrVragec/MMM-uptimerobot","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/mrVragec%2FMMM-uptimerobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrVragec%2FMMM-uptimerobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrVragec%2FMMM-uptimerobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrVragec%2FMMM-uptimerobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrVragec","download_url":"https://codeload.github.com/mrVragec/MMM-uptimerobot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539434,"owners_count":17485327,"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.862Z","updated_at":"2024-11-20T11:30:55.619Z","avatar_url":"https://github.com/mrVragec.png","language":"JavaScript","funding_links":[],"categories":["Network"],"sub_categories":[],"readme":"# MMM-uptimerobot [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mrVragec/MMM-uptimerobot/raw/master/LICENSE) [![Build Status](https://api.travis-ci.org/mrVragec/MMM-uptimerobot.svg?branch=master)](https://travis-ci.org/mrVragec/MMM-uptimerobot) [![Known Vulnerabiliries](https://snyk.io/test/github/mrvragec/mmm-uptimerobot/badge.svg)](https://snyk.io/test/github/mrvragec/mmm-uptimerobot) [![Code Climate](https://codeclimate.com/github/mrVragec/MMM-uptimerobot/badges/gpa.svg)](https://codeclimate.com/github/mrVragec/MMM-uptimerobot)\n\nMagicMirror² to get uptime data from http://uptimerobot.com API. \n\n## Examples\n![](.github/text.png) ![](.github/text_color.png) ![](.github/icons.png) ![](.github/icons_color.png)\n\n\n## Instalation\n1. Clone this repository in your MagicMirror installation under modules.\n2. Rename plugin foler from 'MMM-uptimerobot' to 'uptimerobot'\n3. Add configuration to config.js\n\n## Using the module\n\nTo use this module, add the following configuration block to the modules array in the `config/config.js` file:\n```js\nvar config = {\n    modules: [\n        {\n            module: 'uptimerobot',\n            config: {\n                // See below for configurable options\n            }\n        }\n    ]\n}\n```\n## Requirements\n\nNo special requirements or dependencies. \n\n## Configuration options\n\n| Option           | Description\n|----------------- |-----------\n| `api_key`        | *Required* API Key from https://uptimerobot.com. API Key is available under 'My Settings' in 'API Setting' section (click on Show/hide it and if not available generate new one).\n| `useIcons`       | *Optional* Flag to use icons (true) or text (false) values for status of monitor. \u003cbr\u003e\u003cbr\u003e**Type:** `boolean` \u003cbr\u003eDefault: false - text values.\n| `useColors`      | *Optional* Flag to use colors (true) for status of monitor\u003cbr\u003e\u003cbr\u003e**Type:** `boolean` \u003cbr\u003eDefault: false - without colors.\n| `maximumEntries` | *Optional* Number of items (monitors) to shown. \u003cbr\u003e\u003cbr\u003e**Type:** `int` \u003cbr\u003eDefault: 10 items.\n| `statuses`       | *Optional* Filter out monitor by status (0 - paused; 1 - not checked yet; 2 - up; 8 - seems down; 9 - down\u003cbr\u003e\u003cbr\u003e**Type:** `String` \u003cbr\u003eDefault: 0-1-2-8-9 (show monitors with all statuses).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmrVragec%2FMMM-uptimerobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmrVragec%2FMMM-uptimerobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmrVragec%2FMMM-uptimerobot/lists"}