{"id":13830373,"url":"https://github.com/Duske/MMM-RescueTime","last_synced_at":"2025-07-09T11:32:51.929Z","repository":{"id":81415778,"uuid":"140027188","full_name":"Duske/MMM-RescueTime","owner":"Duske","description":"A magic mirror module to display your productivity from RescueTime","archived":false,"fork":false,"pushed_at":"2018-10-28T18:16:06.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-04T10:02:59.675Z","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/Duske.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":"2018-07-06T20:32:23.000Z","updated_at":"2024-02-18T17:12:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"744aab04-eb9d-4b4b-86ac-45f4afa47cb0","html_url":"https://github.com/Duske/MMM-RescueTime","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/Duske%2FMMM-RescueTime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duske%2FMMM-RescueTime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duske%2FMMM-RescueTime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duske%2FMMM-RescueTime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duske","download_url":"https://codeload.github.com/Duske/MMM-RescueTime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539382,"owners_count":17485316,"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:00:59.204Z","updated_at":"2024-11-20T11:30:41.390Z","avatar_url":"https://github.com/Duske.png","language":"JavaScript","funding_links":[],"categories":["Productivity"],"sub_categories":[],"readme":"# MMM-RescueTime\nThis is a module for the [MagicMirror](https://github.com/MichMich/MagicMirror). It displays your time data you spent on activities from RescueTime logged today.\n\n## Installation\n1. Go to MagicMirror's `modules`.\n2. Run `git clone https://github.com/Duske/MMM-RescueTime`. \n3. Go into the newly created directory: `cd MMM-RescueTime`.\n4. Run `npm install` to install the node dependencies.\n\n## Screenshot\n\n![MMM-RescueTime screenshot](mmm-rescuetime-screenshot.png)\n\n## Usage\n\nTo able to use this module, make sure you have an RescueTime account (*free account is fine*) and an API key. You can \ngenerate one here: https://www.rescuetime.com/anapi/manage\n\n*Please note that only today's data will be shown.*\n\nThen add this module to your `config/config.js` file:\n```javascript\nmodules: [\n    {\n        module: 'MMM-RescueTime',\n        position: 'top_right', // Or any other region\n        header: 'RescueTime', // An optional title\n        config: {\n            // See 'Configuration' for more information.\n        }\n    }\n]\n``` \n\n## Configuration\n\nThe following properties can be configured:\n\n| Option        | Description   | Default  |\n| ------------- |:-------------:| -----:|\n| apiKey                | Your RescueTime API key                                   | **None, this has to be set by you**|\n| interval              | Interval in seconds how often the data should be fetched  | 60 |\n| pointBackgroundColor  | Background color of the dots                              | \"#fff\" |\n| borderColor           | Color of the border surrounding your data                 | \"rgba(255,255,255,0.5)\" |\n| backgroundColor       | Background color of the plane  surrounding your data      | \"rgba(255,255,255,0.2)\" |\n| angleLinesColor       | Color of the angle lines                                  | \"rgba(255,255,255,0.2)\" |\n| gridLinesColor        | Color of the grid lines                                   | \"rgba(255,255,255,0.2)\" |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDuske%2FMMM-RescueTime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDuske%2FMMM-RescueTime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDuske%2FMMM-RescueTime/lists"}