{"id":19664428,"url":"https://github.com/ljnath/pysmartmirror","last_synced_at":"2026-06-12T19:31:33.115Z","repository":{"id":167806843,"uuid":"380221897","full_name":"ljnath/PySmartMirror","owner":"ljnath","description":"Python project on SmartMirror, runs on raspberry pi","archived":false,"fork":false,"pushed_at":"2021-07-02T04:18:58.000Z","size":1020,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T03:49:51.739Z","etag":null,"topics":["feed-reader","iot","location-based","mirror","python3","rashberry-pi","rss","rss-reader","smart-mirror","smarthome","smartmirror","tkinter","tkinter-graphic-interface","tkinter-gui","weather-forecast"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ljnath.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-25T11:51:06.000Z","updated_at":"2021-07-02T04:19:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"df9afcc7-abc1-4da6-ae76-246ccb4d0844","html_url":"https://github.com/ljnath/PySmartMirror","commit_stats":null,"previous_names":["ljnath/pysmartmirror"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ljnath/PySmartMirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljnath%2FPySmartMirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljnath%2FPySmartMirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljnath%2FPySmartMirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljnath%2FPySmartMirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ljnath","download_url":"https://codeload.github.com/ljnath/PySmartMirror/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljnath%2FPySmartMirror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34260309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["feed-reader","iot","location-based","mirror","python3","rashberry-pi","rss","rss-reader","smart-mirror","smarthome","smartmirror","tkinter","tkinter-graphic-interface","tkinter-gui","weather-forecast"],"created_at":"2024-11-11T16:17:47.513Z","updated_at":"2026-06-12T19:31:33.107Z","avatar_url":"https://github.com/ljnath.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PySmartMirror\n### Version : 1.0.0\n\n\nAuthor : Lakhya Jyoti Nath (ljnath)\u003cbr\u003e\nDate : June 2021\u003cbr\u003e\nEmail : ljnath@ljnath.com\u003cbr\u003e\nWebsite : https://www.ljnath.com\n\n\n[![GitHub license](https://img.shields.io/github/license/ljnath/PySmartMirror)](https://github.com/ljnath/PySmartMirror/blob/master/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/ljnath/PySmartMirror)](https://github.com/ljnath/PySmartMirror/stargazers)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/ljnath/PySmartMirror.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ljnath/PySmartMirror/alerts/)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ljnath/PySmartMirror.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ljnath/PySmartMirror/context:python)\n\n\u003c/br\u003e\n\n\n## INTRODUCTION\n\nPySmartMirror is a simple smart mirror project written in python3 around Tkinter library.\nThis is a light weight project and can run on raspberry pi as well.\n\nIt can display current time, weather and latest news feeds.\nIt sports a configuration file `config.json` in the root directory, using which user can customize it to meet their needs.\n\nPySmartMirror uses two web-service viz. darksky.net and opencagedata.com for fetching the weather and location details.\nUser has to enter the latitude and longitude of their city in the `config.json` file; based on which the weather and location information will be automatically retrived from respective web-services.\n\nUser also needs to register in both of these services and obtain the free API key, which they need to specify in the `config.json` file.\n\n## SAMPLE\n\u003cimg src=\"smartmirror.png\" aligh=\"center\"/\u003e\n\n## DEVELOPMENT\n\nIncase user wants to use different service for fetching weather and location information.\nUser can write static methods in the `NetworkHandler` which will make the API call, parse the result and save it in the PySmartMirror compatible `Weather` or `Location` model\n    \n## Give a Star! ⭐️\n\nIf you find this repository useful, please give it a star.\nThanks in advance !\n\n\n## License\n\nCopyright © 2021 [Lakhya's Innovation Inc.](https://github.com/ljnath/) under the [MIT License](https://github.com/ljnath/PySmartMirror/blob/master/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljnath%2Fpysmartmirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fljnath%2Fpysmartmirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljnath%2Fpysmartmirror/lists"}