{"id":15374829,"url":"https://github.com/com8/tum-ui","last_synced_at":"2025-08-03T23:37:30.716Z","repository":{"id":108909141,"uuid":"574392042","full_name":"COM8/tum-ui","owner":"COM8","description":"GTK4 Based UI for TUM related canteen and MVG information.","archived":false,"fork":false,"pushed_at":"2023-06-20T13:58:08.000Z","size":513,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:14:36.649Z","etag":null,"topics":["cpp20","gtk4","mvg","openweathermap"],"latest_commit_sha":null,"homepage":"","language":"C++","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/COM8.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":"2022-12-05T07:57:23.000Z","updated_at":"2024-05-30T18:36:33.000Z","dependencies_parsed_at":"2024-12-06T21:26:09.814Z","dependency_job_id":"7f8ab8cd-e408-44a0-9a70-15daf567f0be","html_url":"https://github.com/COM8/tum-ui","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"f1f2bff4c92d839aeb0668d88970795500594039"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/COM8/tum-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Ftum-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Ftum-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Ftum-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Ftum-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/COM8","download_url":"https://codeload.github.com/COM8/tum-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Ftum-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262748786,"owners_count":23358269,"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":["cpp20","gtk4","mvg","openweathermap"],"created_at":"2024-10-01T13:59:51.123Z","updated_at":"2025-06-30T09:37:25.185Z","avatar_url":"https://github.com/COM8.png","language":"C++","readme":"# TUM-UI\nGTK4 Based UI for TUM related canteen and MVG information. Intended to be run on a Raspberry PI as an office status display.\n\n## Examples\n![Overview in dark mode](images/overview_dark.png)\n\n## Building\n\n### Requirements\n#### Fedora\n```\nsudo dnf install gtkmm4.0-devel libadwaita-devel libcurl-devel g++ clang cmake git\nsudo dnf install libsoup3-devel sqlite-devel ninja-build\n```\n\n### Building\n```\ngit clone https://github.com/COM8/tum-ui.git\ncd tum-ui\nmkdir build\ncd build\ncmake ..\ncmake --build .\n```\n\n## Flatpak\nThe TUM-UI can be built and installed using Flatpak.\n\n### Requirements\n#### Fedora\n```\nsudo dnf install flatpak flatpak-builder\nflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\nflatpak install flathub org.gnome.Sdk/43 org.gnome.Platform/43\n```\n\n#### Debian/Ubuntu\n```\nsudo apt install flatpak flatpak-builder\nflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\nflatpak install flathub org.gnome.Sdk/43 org.gnome.Platform/43\n```\n\n### Building\nAdd `--jobs=1` to the `flatpak-builder` command when building on a Raspberry Pi to prevent running out of RAM.\n```\ngit clone https://github.com/COM8/tum-ui.git\ncd tum-ui\nflatpak-builder --force-clean flatpak_build_dir de.tum_ui.cli.yml\n```\n\n### Installing\n```\nflatpak-builder --user --install --force-clean flatpak_build_dir de.tum_ui.cli.yml\n```\n\n### Cross-Compiling\nIn case you would like to cross-compile for the Raspberry Pi (aarch64), this can be done as follows:\n```\nsudo dnf install qemu-system-arm qemu-user-static\nsudo systemctl restart systemd-binfmt.service\n\nflatpak install flathub org.gnome.Sdk/aarch64/42 org.gnome.Platform/aarch64/42\nflatpak-builder --arch=aarch64 --repo=repo --force-clean flatpak_build_dir de.tum_ui.cli.yml\nflatpak build-bundle --arch=aarch64 ./repo/ de.tum_ui.cli.flatpak de.tum_ui.cli\n\n# Copy the \"repo\" dir to the target system\nflatpak --user remote-add --no-gpg-verify tum-ui-repo repo\nflatpak --user install tum-ui-repo de.tum_ui.cli\n```\n\n### Uninstalling\n```\nflatpak uninstall de.tum_ui.cli\n```\n\n### Executing\n```\nflatpak run de.tum_ui.cli\n```\n\n## Autostart\nTo enable autostart once the PI starts, a `systemd` service is available.\n\n```bash\nnano /etc/systemd/system/tum_ui.service\n# Fill with the content of the tum_ui.service file located in this repository\n\nsystemctl enable tum_ui.service\n```\n\nOnce done, restart the PI, and the application will start automatically.\nThe config file is located in `/root/tum_ui_settings.json` once the application started for the first time.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcom8%2Ftum-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcom8%2Ftum-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcom8%2Ftum-ui/lists"}