{"id":20801756,"url":"https://github.com/timschneeb/onboard-plasmoid","last_synced_at":"2025-06-11T00:34:03.495Z","repository":{"id":208008873,"uuid":"720608429","full_name":"timschneeb/onboard-plasmoid","owner":"timschneeb","description":"A KDE plasmoid that displays live local telemetry data about the train you're sitting in","archived":false,"fork":false,"pushed_at":"2023-11-27T14:25:32.000Z","size":1622,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T00:13:54.797Z","etag":null,"topics":["bahn","deutsche-bahn","ice-portal","kde","onboard","plasma","plasmoid","public-transport","train","travel","wifionice"],"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/timschneeb.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}},"created_at":"2023-11-19T02:10:13.000Z","updated_at":"2024-09-20T13:47:06.000Z","dependencies_parsed_at":"2023-11-27T15:32:17.645Z","dependency_job_id":null,"html_url":"https://github.com/timschneeb/onboard-plasmoid","commit_stats":null,"previous_names":["thepbone/onboard-plasmoid","timschneeb/onboard-plasmoid"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timschneeb%2Fonboard-plasmoid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timschneeb%2Fonboard-plasmoid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timschneeb%2Fonboard-plasmoid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timschneeb%2Fonboard-plasmoid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timschneeb","download_url":"https://codeload.github.com/timschneeb/onboard-plasmoid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timschneeb%2Fonboard-plasmoid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259176037,"owners_count":22817104,"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":["bahn","deutsche-bahn","ice-portal","kde","onboard","plasma","plasmoid","public-transport","train","travel","wifionice"],"created_at":"2024-11-17T18:21:15.918Z","updated_at":"2025-06-11T00:34:03.452Z","avatar_url":"https://github.com/timschneeb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onboard-plasmoid\n\nDisplays telemetry data about your current train trip in a plasmoid, if you are connected to a supported WIFI hotspot on the train.\n\n\nIn the panel:\n\n![screenshot-panel](https://github.com/ThePBone/onboard-plasmoid/blob/master/screenshot/Screenshot_Panel2.png)\n\nOn the desktop:\n\n![screenshot-desktop](https://github.com/ThePBone/onboard-plasmoid/blob/master/screenshot/Screenshot_DesktopHover1.png)\n\n## Supported providers\n\n* WIFIonICE: IC/EC/ICE trains (Germany)\n\n## Installation\n\n### Arch Linux\nInstall [onboard-plasmoid-git](https://aur.archlinux.org/packages/onboard-plasmoid-git) from the AUR:\n```\nyay -S onboard-plasmoid-git\n```\n\n### Compile from sources\nInstall dependencies\n\n* Qt\n* NetworkManagerQt\n* extra-cmake-modules\n* plasma-workspace\n* [c++utilities](https://github.com/Martchus/cpp-utilities)\n* [qtutilities](https://github.com/Martchus/qtutilities)\n\nConfigure cmake project\n\n```\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. \n```\n\nCompile sources\n\n```\nmake\n```\n\nInstall CLI and plasmoid\n\n```\nsudo make install\n```\n\nIf you are upgrading to a newer version and have already added the plasmoid to your panel or desktop, you also need to restart Plasma:\n\n```\nkquitapp5 plasmashell; kstart5 plasmashell\n```\n\n## Usage\n\n### Plasmoid\n\nRight-click your panel or desktop, select 'Add widgets' and choose the plasmoid called 'Onboard' from the list. \n\nThis plasmoid has a dynamic width and **should be placed in front of a spacer** if used in the panel. It will turn invisible and shrink in size a bit if you are not connected to a supported WIFI hotspot.  \n\nPlease check this screenshot for a recommended layout choice:\n[![screenshot-full](https://github.com/ThePBone/onboard-plasmoid/blob/master/screenshot/Screenshot_Full1.png)](https://raw.githubusercontent.com/ThePBone/onboard-plasmoid/master/screenshot/Screenshot_Full1.png)\nMy panel uses the following widgets: `Application Launcher | Virtual desktop pager | Onboard plasmoid | SPACER | Task manager | SPACER | System tray | Clock`\n\nI'm using the [Papirus icon theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) which has better looking arrows than the default one.\n\nThe plasmoid is configurable and also supports a test mode for local testing with saved API responses:\n![screenshot-config](https://github.com/ThePBone/onboard-plasmoid/blob/master/screenshot/Screenshot_Config1.png)\n\n### CLI\n\nThe plasmoid is bundled with a simple CLI application that can be used to monitor the train status within the terminal.\n\n```\nonboard -tn\n```\n\n```\nDistance since start:     233.2km\nDistance since last stop: 19.2km\nTotal distance:           467.8km\nLine number:              ICE 1556\nDestination:              Wiesbaden Hbf (8000250)\n\nNext station:             Eisenach (8010097)\nRemaining distance:       27.0km\nArriving on platform:     5\nScheduled arrival time:   02 Sep 2023 16:46:00 +0200\nActual arrival time:      02 Sep 2023 16:47:00 +0200\nScheduled departure time: 02 Sep 2023 16:48:00 +0200\nActual departure time:    02 Sep 2023 16:49:00 +0200\n```\n\n## Credits\n\n* CMake project structure based on https://github.com/Martchus/syncthingtray\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimschneeb%2Fonboard-plasmoid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimschneeb%2Fonboard-plasmoid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimschneeb%2Fonboard-plasmoid/lists"}