{"id":35242984,"url":"https://github.com/querkmachine/rainbow-dashboard","last_synced_at":"2026-04-10T10:02:36.442Z","repository":{"id":39472785,"uuid":"196094847","full_name":"querkmachine/rainbow-dashboard","owner":"querkmachine","description":"Personal home information and automation dashboard… but newer.","archived":false,"fork":false,"pushed_at":"2023-01-06T16:57:25.000Z","size":3069,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-04-18T16:14:11.169Z","etag":null,"topics":["dashboard-application","vue-cli","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/querkmachine.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}},"created_at":"2019-07-09T22:54:16.000Z","updated_at":"2021-11-30T20:22:22.000Z","dependencies_parsed_at":"2023-02-06T06:45:19.819Z","dependency_job_id":null,"html_url":"https://github.com/querkmachine/rainbow-dashboard","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/querkmachine/rainbow-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/querkmachine%2Frainbow-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/querkmachine%2Frainbow-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/querkmachine%2Frainbow-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/querkmachine%2Frainbow-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/querkmachine","download_url":"https://codeload.github.com/querkmachine/rainbow-dashboard/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/querkmachine%2Frainbow-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31637748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dashboard-application","vue-cli","vuejs"],"created_at":"2025-12-30T05:25:13.274Z","updated_at":"2026-04-10T10:02:36.409Z","avatar_url":"https://github.com/querkmachine.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rainbow Dashboard 3.0\n\nBack in university, in the long passed year of 2014, I aimed to make a home status dashboard for my final year project. Why? No reason; I just thought they were cool things to have. Proactive information at a glance would always be useful, right? [It was named Rainbow Dashboard.](https://twitter.com/kimpegasus/status/440861771537342464)\n\nFor whatever reason I tried writing it in PHP and MySQL, languages I was (and am) familiar but not particularly proficient with. I wanted dozens of integrations with third parties, support for multiple user accounts, and to make absolutely everything configurable via a web UI—anyway, it sucked. Upon completion of university I left it to rot.\n\nIn late 2018, armed with a newly acquired Raspberry Pi, I revived the project and in a couple of evenings bust out [a reasonably well working dashboard](https://github.com/querkmachine/dashboard/tree/develop) using [Express](https://expressjs.com/) and web sockets, for reasons of \"remote controlling this would be cool\" that never came to fruition. Rainbow Dashboard 2.0 could tell you the time, the weather, what my friends were [tooting](https://joinmastodon.org/) about and what the plural of \"beef\" is, but not much else more. \n\n2.0 has been in constant use since release, but hasn't been updated at all in that time. The way it got built is a little cumbersome and difficult to expand upon, so now, in July 2019, I'm rewriting it all in everyone's favourite framework of the hour: [Vue](https://vuejs.org/). Why? Because I've used Vue for ages and are pretty comfortable doing crazy things with it, but I've not really done much with web components and [Vue CLI](http://cli.vuejs.org/) so... now I am.\n\nNeat, eh?\n\n## Notes to self\n\n### Things I wanna add\n\n- [x] A clock\n- [x] Philips Hue integration\n- [x] Mastodon feed integration\n- [x] ~~Dark Sky~~ OpenWeatherMap integration\n- [x] Bus times integration\n- [ ] Google Calendar integration\n- [ ] Spotify/now playing integration\n- [x] Todoist integration\n- [x] Cycle accent colour over time maybe?\n- [ ] Actually do the cool remote control thing 2.0 was meant to do\n\n### `.env` variables that aren't in source control\n\n```\n# Philips Hue integration\nVUE_APP_HUE_API_ENDPOINT=\nVUE_APP_HUE_API_KEY=\n\n# OpenWeatherMap\nVUE_APP_OWM_API_ENDPOINT=\nVUE_APP_OWM_API_KEY=\nVUE_APP_OWM_LATITUDE=\nVUE_APP_OWM_LONGITUDE=\n\n# Mastodon integration\nVUE_APP_MASTODON_API_ENDPOINT=\nVUE_APP_MASTODON_ACCESS_KEY=\n\n# Transport API (bus times) integration\nVUE_APP_BUSTIMES_APP_ID=\nVUE_APP_BUSTIMES_API_KEY=\nVUE_APP_BUSTIMES_STOP_ATCO_CODE=\n\n# Todoist\nVUE_APP_TODOIST_API_TOKEN=\n```\n\n### Those terminal commands in full\n\nProject setup: `npm install`\\\nDevelopment: `npm run serve`\\\nProduction: `npm run build`\\\nTests: `npm run test`\\\nLinting: `npm run lint`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquerkmachine%2Frainbow-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquerkmachine%2Frainbow-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquerkmachine%2Frainbow-dashboard/lists"}