{"id":13830483,"url":"https://github.com/kapsolas/MMM-Flickr","last_synced_at":"2025-07-09T11:33:10.763Z","repository":{"id":142781369,"uuid":"63624987","full_name":"kapsolas/MMM-Flickr","owner":"kapsolas","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-22T21:04:29.000Z","size":904,"stargazers_count":11,"open_issues_count":5,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T10:03:10.937Z","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/kapsolas.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-07-18T17:54:18.000Z","updated_at":"2024-05-26T00:42:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3b41083-3c93-4f33-8ffe-5440f9d66a76","html_url":"https://github.com/kapsolas/MMM-Flickr","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/kapsolas%2FMMM-Flickr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsolas%2FMMM-Flickr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsolas%2FMMM-Flickr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsolas%2FMMM-Flickr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kapsolas","download_url":"https://codeload.github.com/kapsolas/MMM-Flickr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539408,"owners_count":17485321,"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.805Z","updated_at":"2024-11-20T11:30:48.486Z","avatar_url":"https://github.com/kapsolas.png","language":"JavaScript","funding_links":[],"categories":["Photos"],"sub_categories":[],"readme":"# MMM-Flickr\nThis a module for the [MagicMirror](https://github.com/MichMich/MagicMirror/tree/develop). It pulls the top 20 photos from your own or another users Flickr Photostream with out the use of an API_KEY. The photos are then rotated and animated in the screen.\n\n## Installation\n1. Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/kapsolas/MMM-Flickr.git`. A new folder will appear, navigate into it.\n2. Execute `npm install` to install the node dependencies.\n\n## Config\nThe entry in `config.js` can include the following options:\n\n\n|Option|Description|\n|---|---|\n|`id`|The userid of the user whose photostream to pull images from. You can find a user's ID [here](https://www.webpagefx.com/tools/idgettr/).\u003cbr\u003e\u003cbr\u003e**Type:** `string`\u003cbr\u003eThis value is **REQUIRED**|\n|`animationSpeed`|How long the fade out and fade in of photos should take.\u003cbr\u003e\u003cbr\u003eThis value is **REQUIRED**|\n|`updateInterval`|How long before refreshing image list.\u003cbr\u003e\u003cbr\u003eThis value is **REQUIRED**|\n\nHere is an example of an entry in `config.js`\n```\n{\n\tmodule: 'MMM-Flickr',\n\tposition: 'top_right',\n\tconfig: {\n\t\tid: 'user_id_of_user_whose_photostream_to_view',\n\t\tanimationSpeed: 2500,\n\t\tupdateInterval: 10000,\n\t\tsize: 'm' // Default is m, can be o=original, t=thumbnail, s= 75x75, b=1024\n\t\t          // 'z' medium 640, 640 on longest side. 'c' medium 800, 800 on longest side\n\t}\n},\n```\n\n## Dependencies\n- [request](https://www.npmjs.com/package/request) (installed via `npm install`)\n\n## Important Notes\n- This is my first project using Node, so feel free to submit pull requests or post on the issues/wiki and I will do my best to improve the project.\n\n## Special Thanks\n- [Michael Teeuw](https://github.com/MichMich) for creating the awesome [MagicMirror2](https://github.com/MichMich/MagicMirror/tree/develop) project that made this module possible.\n- [Sam Lewis](https://github.com/SamLewis0602/) for creating the [MMM-Traffic](https://github.com/SamLewis0602/MMM-Traffic) module that I used as guidance in creating this module.\n\n## Donations Welcome\n- DOGE - DDNabBuKR9EkHzf1fmfRm8Q5aMvnU9s97k\n- BTC - bc1q53ntv3hqtch2yf50pupjaqayd27cz53k53cj7j\n- ETH - 0x6F8D49cbc1024Ab2FBcF1F0235601B70A36489dD\n- MATIC - 0x6F8D49cbc1024Ab2FBcF1F0235601B70A36489dD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapsolas%2FMMM-Flickr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkapsolas%2FMMM-Flickr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapsolas%2FMMM-Flickr/lists"}