{"id":17673636,"url":"https://github.com/codetheweb/mmm-anylist","last_synced_at":"2025-08-20T20:19:17.711Z","repository":{"id":40929661,"uuid":"250376998","full_name":"codetheweb/MMM-AnyList","owner":"codetheweb","description":"Magic Mirror module to display AnyList data","archived":false,"fork":false,"pushed_at":"2023-11-06T06:03:05.000Z","size":976,"stargazers_count":12,"open_issues_count":20,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-31T22:34:19.030Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codetheweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-26T21:36:42.000Z","updated_at":"2025-03-24T00:09:12.000Z","dependencies_parsed_at":"2024-10-24T07:46:23.733Z","dependency_job_id":"d0a9eda8-9214-4caf-ad2c-415fd43e3c62","html_url":"https://github.com/codetheweb/MMM-AnyList","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/codetheweb%2FMMM-AnyList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codetheweb%2FMMM-AnyList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codetheweb%2FMMM-AnyList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codetheweb%2FMMM-AnyList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codetheweb","download_url":"https://codeload.github.com/codetheweb/MMM-AnyList/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253746385,"owners_count":21957546,"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-10-24T05:42:42.145Z","updated_at":"2025-05-12T13:25:38.651Z","avatar_url":"https://github.com/codetheweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MMM-AnyList\n\nMMM-AnyList is a Magic Mirror Module for [AnyList](https://www.anylist.com/).\n\n\n## Screenshot\n![screenshot](/anylist.png)\n\n\n## Installation\nOpen a terminal session, navigate to your MagicMirror's `modules` folder and execute:\n````\ngit clone https://github.com/codetheweb/MMM-AnyList.git\ncd MMM-AnyList\nnpm install\n````\n\nActivate the module by adding it to the config.js file as shown below.\n\n\n## Using the module\n```javascript\n{\n  module: 'MMM-AnyList',\n  position: 'top_left',\n  config: {\n    email: 'your-email',\n    password: 'your-password',\n    list: 'your-list-name',\n    // Optional, values listed are the defaults\n    onlyShowUnchecked: true,\n    maxItemsInList: 10,\n    fade: true,\n    fadePoint: 0.5,\n    animationSpeed: 2000,\n    trimText: true,\n    showCategories: true,\n    showQuantities: true,\n    textAlign: 'center'\n  }\n}\n```\n\n## Config\nThe entry in `config.js` can include the following options:\n\n|Option|Description|Default Value|Accepted Values|\n|---|---|---|---|\n|`email`|*Required* Your AnyList email address|-|`Your email address`|\n|`password`|*Required* Your AnyList password|-|`Your password`|\n|`list`|*Required* The name of the list you want to display|-|`Your list name`|\n|`onlyShowUnchecked`|Only show items not crossed off your list|`true`|`true / false`|\n|`maxItemsInList`|The maximum number of items to display|`10`|`Any number (0 for unlimited)`|\n|`fade`|Toggle to fade out list towards the end|`true`|`true / false`|\n|`fadePoint`|Rate at which to fade out|`0.5`|`A number between 0 and 1`|\n|`animationSpeed`|Speed for refresh animation|`2000`|`Any number (in milliseconds)`|\n|`highlightAlternateRows`|Highlights every second row.  Not available when showing categories|`false`|`true / false`|\n|`highlightColor`|The color to highlight|`darkslategrey`|`Any color value`|\n|`trimText`|Trim any items more than 25 characters long to save space|`true`|`true / false`|\n|`showCategories`|Use item categories as table headers|`true`|`true / false`|\n|`showQuantities`|Show the quantity of each item from your list|`true`|`true / false`|\n|`textAlign`|Choose whether the items in the list are left-aligned or centered|`'center'`|`'center' / 'left'` \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodetheweb%2Fmmm-anylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodetheweb%2Fmmm-anylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodetheweb%2Fmmm-anylist/lists"}