{"id":13830147,"url":"https://github.com/echang15/MMM-Dad-Jokes","last_synced_at":"2025-07-09T11:32:11.261Z","repository":{"id":150393960,"uuid":"142945749","full_name":"echang15/MMM-Dad-Jokes","owner":"echang15","description":"Dad Joke module for Magic Mirror","archived":false,"fork":false,"pushed_at":"2024-02-11T02:29:25.000Z","size":10,"stargazers_count":20,"open_issues_count":2,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-20T12:09:35.639Z","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/echang15.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-07-31T01:22:02.000Z","updated_at":"2024-03-01T15:03:22.000Z","dependencies_parsed_at":"2024-11-20T12:06:59.313Z","dependency_job_id":null,"html_url":"https://github.com/echang15/MMM-Dad-Jokes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/echang15/MMM-Dad-Jokes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echang15%2FMMM-Dad-Jokes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echang15%2FMMM-Dad-Jokes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echang15%2FMMM-Dad-Jokes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echang15%2FMMM-Dad-Jokes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echang15","download_url":"https://codeload.github.com/echang15/MMM-Dad-Jokes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echang15%2FMMM-Dad-Jokes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264450556,"owners_count":23610194,"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:56.541Z","updated_at":"2025-07-09T11:32:11.006Z","avatar_url":"https://github.com/echang15.png","language":"JavaScript","funding_links":[],"categories":["Entertainment"],"sub_categories":[],"readme":"# MMM-Dad-Jokes\n\nThis is a module for the [MagicMirror²](https://github.com/MichMich/MagicMirror/).\n\nRandom Dad Jokes... from https://icanhazdadjoke.com/\n\nThis was a learning exercise with node and Magic Mirror - feel free to do what you want with it.\n\n## Using the module\n\nTo use this module, add the following configuration block to the modules array in the `config/config.js` file:\n```js\nvar config = {\n    modules: [\n        {\n            module: 'MMM-Dad-Jokes',\n            position: 'bottom_left', // Or wherever you want\n            config: {\n                updateInterval: 60000,\n                fadeSpeed: 4000\n            }\n        }\n    ]\n}\n```\n\n## Configuration options\n\n| Option           | Description\n|----------------- |-----------\n| updateInterval   | *Required* How often to grab an amazing joke! Defaults to one minute\n| fadeSpeed        | How quickly the jokes fade in and out. Defaults to four seconds\n| filters          | Array of words not to include in jokes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechang15%2FMMM-Dad-Jokes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechang15%2FMMM-Dad-Jokes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechang15%2FMMM-Dad-Jokes/lists"}