{"id":13830449,"url":"https://github.com/PtrBld/MMM-Scrobbler","last_synced_at":"2025-07-09T11:33:02.011Z","repository":{"id":160497356,"uuid":"57434609","full_name":"PtrBld/MMM-Scrobbler","owner":"PtrBld","description":"This is an extension for the MagicMirror. It displays your currently playing music.","archived":false,"fork":false,"pushed_at":"2020-09-10T13:53:50.000Z","size":20,"stargazers_count":39,"open_issues_count":1,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-04T10:03:09.500Z","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/PtrBld.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-04-30T08:58:46.000Z","updated_at":"2024-06-07T13:42:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"e370985a-8018-424e-a955-d685e683e355","html_url":"https://github.com/PtrBld/MMM-Scrobbler","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/PtrBld%2FMMM-Scrobbler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PtrBld%2FMMM-Scrobbler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PtrBld%2FMMM-Scrobbler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PtrBld%2FMMM-Scrobbler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PtrBld","download_url":"https://codeload.github.com/PtrBld/MMM-Scrobbler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539400,"owners_count":17485319,"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:00.187Z","updated_at":"2024-11-20T11:30:46.998Z","avatar_url":"https://github.com/PtrBld.png","language":"JavaScript","funding_links":[],"categories":["Music"],"sub_categories":[],"readme":"# MMM-Scrobbler\nThis is an extension for the [MagicMirror](https://github.com/MichMich/MagicMirror). It displays your currently playing music. To use this module you need to have a Last.fm account and scrobble your music.\n\n## Installation\n\n1. Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/PtrBld/MMM-Scrobbler.git`.\n\n2. A new folder will appear. That's all :)\n\n## Configuration\nYou can scrobble all your music with Last.fm.\n\n1. Create an [account](https://secure.last.fm/de/join)\n\n2. Create an [api key](http://www.last.fm/api/account/create) (-- INFO: The api key has to be exclusive. If you already have a api key from another project, just create a new one for this project.)\n\n3. Configure your client to scrobble your music. [How To: Scrobble to Last.fm from iTunes, Spotify, and more](http://www.cnet.com/how-to/how-to-scrobble-to-last-fm-from-itunes-spotify-and-more/)\n\n## Module Usage\nThe entry in the `module array` in your `config.js` can look like the following. Only username and apikey are mandatory fields. All other fields have default values.\n\n```\n{\n\t\t\t\n\tmodule: 'MMM-Scrobbler',\n\t\n\tposition: 'top_right',\n\tconfig: {\n\n\t\tusername: 'Last.fm username',\n\t\n\t\tapikey: 'Last.fm api key',\n\t\n\t\t//time interval to search for new song (every 15 seconds)\n\t\tupdateInterval: 15 * 1000,\n\t\t//how often should we try to retrieve a song if not listening\n\t\tdelayCount: 5,\n\t\t//time interval to search for new song if the 5 times not listening is received.\n\t\t//set this to the same number as updateInterval to ignore this option\t\n\t\tdelayInterval: 120*1000,\n\t\tanimationSpeed: 1000,\n\t\tshowAlbumArt: true,\n\t    \tshowMetaData: true,\n\t\t//Determines the position of the meta text. Possible values: top, bottom, left, right\n\t\talignment: \"bottom\", \n\t\t//The scrobbler api is quite buggy, this will retry the exact same thing if it fails due to an api error\n\t\t//retryOnFailure: true,\n\t\t}\n\t\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPtrBld%2FMMM-Scrobbler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPtrBld%2FMMM-Scrobbler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPtrBld%2FMMM-Scrobbler/lists"}