Shipment Tracking Module for MagicMirror2
- An installation of MagicMirror2
- npm
- jsdom
- async
- request
-
Clone this repo into
~/MagicMirror/modules
directory. -
Run command
npm install --productive
in~/MagicMirror/modules/MMM-ShipmentTracking
directory, to install all dependencies. This will need a couple of minutes. -
Configure your
~/MagicMirror/config/config.js
:{ module: 'MMM-ShipmentTracking', position: 'top_right', config: { tracking: { DHL: ['0123456789123'] }, ... } }
Option | Default | Description |
---|---|---|
tracking |
REQUIRED | Object of carriers with array of tracking ids |
format |
false |
Displays relative date format, for absolute date format provide a string like 'DD:MM HH:mm' All Options |
updateInterval |
3600000 (1 hour) |
Interval new data should be fetched. |