MMM ShipmentTracking Save

Shipment Tracking Module for MagicMirror²

Project README

MMM-ShipmentTracking GitHub license Build Status Code Climate Known Vulnerabilities

Shipment Tracking Module for MagicMirror2

Example

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Run command npm install --productive in ~/MagicMirror/modules/MMM-ShipmentTracking directory, to install all dependencies. This will need a couple of minutes.

  3. Configure your ~/MagicMirror/config/config.js:

    {
        module: 'MMM-ShipmentTracking',
        position: 'top_right',
        config: {
            tracking: {
                DHL: ['0123456789123']
            },
            ...
        }
    }
    

Available carriers

  • DHL (tested with german tracking id, maybe it's worldwide)
  • Landmark
  • 17track Multicarrier (170+)

Config Options

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.
Open Source Agenda is not affiliated with "MMM ShipmentTracking" Project. README Source: fewieden/MMM-ShipmentTracking
Stars
26
Open Issues
6
Last Commit
5 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating