ParcelTrack.de based Tracking Module for MagicMirror2
- An installation of MagicMirror2
- npm
- jsdom
- async
- request
-
Clone this repo into
~/MagicMirror/modules
directory. -
Run command
npm install
in~/MagicMirror/modules/MMM-ParcelTrack
directory, to install all dependencies. This will need a couple of minutes. -
Configure your
~/MagicMirror/config/config.js
:{ module: 'MMM-ParcelTrack', position: 'bottom_left', config: { user_id: 'asdf123456', updateInterval: 600000 } }
- You have to install the iOS/Android App first, and get your user_id from the app settings.
Option | Default | Description |
---|---|---|
user_id |
REQUIRED | Your ParcelTrack user_id |
format |
false |
Displays relative date format, for absolute date format provide a string like 'DD:MM HH:mm' All Options |
updateInterval |
600000 (10 minutes) |
Interval new data should be fetched. |