{"id":33251362,"url":"https://github.com/MichMich/MMM-WatchDog","last_synced_at":"2025-11-21T17:02:05.851Z","repository":{"id":147816975,"uuid":"68284437","full_name":"MichMich/MMM-WatchDog","owner":"MichMich","description":"This MagicMirror² module keeps an eye on your UI and restarts the app in case the UI crashes.","archived":false,"fork":false,"pushed_at":"2018-06-23T04:18:09.000Z","size":3,"stargazers_count":48,"open_issues_count":3,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-02T17:38:49.846Z","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/MichMich.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-09-15T10:17:00.000Z","updated_at":"2024-11-21T19:25:48.000Z","dependencies_parsed_at":"2023-03-31T03:49:16.413Z","dependency_job_id":null,"html_url":"https://github.com/MichMich/MMM-WatchDog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MichMich/MMM-WatchDog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichMich%2FMMM-WatchDog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichMich%2FMMM-WatchDog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichMich%2FMMM-WatchDog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichMich%2FMMM-WatchDog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichMich","download_url":"https://codeload.github.com/MichMich/MMM-WatchDog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichMich%2FMMM-WatchDog/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.828Z","updated_at":"2025-11-21T17:02:05.845Z","avatar_url":"https://github.com/MichMich.png","language":"JavaScript","funding_links":[],"categories":["Mirror Utilities"],"sub_categories":[],"readme":"# MMM-WatchDog\n\nThis MagicMirror² module keeps an eye on your UI and quits app in case the UI crashes.\nIf you combine this with the [PM2 process manager](https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror#using-pm2), MM2 will automaticly restart after a UI failure.\n\n## Installation\n\nIn your terminal, go to your MagicMirror's Module folder:\n````\ncd ~/MagicMirror/modules\n````\n\nClone this repository:\n````\ngit clone https://github.com/MichMich/MMM-WatchDog.git\n````\n\nConfigure the module in your `config.js` file.\n\n## Using the module\n\nTo use this module, add it to the modules array in the `config/config.js` file:\n````javascript\nmodules: [\n\t{\n\t\tmodule: 'MMM-WatchDog',\n\t\tconfig: {\n\t\t\t// See 'Configuration options' for more information.\n\t\t}\n\t}\n]\n````\n\n## Configuration options\n\nThe following properties can be configured:\n\n\n\u003ctable width=\"100%\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOption\u003c/th\u003e\n\t\t\t\u003cth width=\"100%\"\u003eDescription\u003c/th\u003e\n\t\t\u003c/tr\u003e\n\t\u003c/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003einterval\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eThe number of seconds between each Heartbeat.\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e2\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n        \t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003etimeout\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eThe timeout in seconds before the MagicMirror² app quits.\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e10\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMichMich%2FMMM-WatchDog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMichMich%2FMMM-WatchDog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMichMich%2FMMM-WatchDog/lists"}