Tidbyt app that shows the upcoming delivery tracked using ParcelApp.
This app is not available through Tidbyt's mobile app as it uses features that (for security reasons) are not supported in community apps that run on Tidbyt's official app server.
Instead, it needs to be run using Pixbyt, a self-hosted Tidbyt app server for advanced apps.
-
Add this repo as a submodule under
apps
:git submodule add https://github.com/DouweM/tidbyt-parcelapp.git apps/parcelapp
-
Add an update schedule to
apps.yml
underschedules:
:schedules: # ... - name: parcelapp interval: '*/15 * * * *' # Every 15 minutes job: parcelapp
-
Find your ParcelApp Web Token by signing in on https://web.parcelapp.net/ and finding the value of the
account_token
cookie. -
Update
.env
with your configuration:PARCELAPP_TOKEN="<token>"
Build and launch your Pixbyt app server: