All Projects → fewieden → MMM-ShipmentTracking

fewieden / MMM-ShipmentTracking

Licence: MIT license
Shipment Tracking Module for MagicMirror²

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to MMM-ShipmentTracking

Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+15025%)
Mutual labels:  tracking
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (+120.83%)
Mutual labels:  tracking
MRI intensity normalization
Intensity normalization of multi-channel MRI images using the method proposed by Nyul et al. 2000
Stars: ✭ 49 (+104.17%)
Mutual labels:  landmark
Ros robotics projects
Example codes of new book ROS Robotics Projects
Stars: ✭ 240 (+900%)
Mutual labels:  tracking
spycss
Track user interactions without JavaScript ✨
Stars: ✭ 40 (+66.67%)
Mutual labels:  tracking
pfs
A Particle Filtering over Sets Approach to Multi-Object Tracking
Stars: ✭ 15 (-37.5%)
Mutual labels:  tracking
Fracker
PHP function tracker
Stars: ✭ 234 (+875%)
Mutual labels:  tracking
TrajectoryTracking
Trajectory Tracking Project
Stars: ✭ 16 (-33.33%)
Mutual labels:  tracking
go-track
URL monitor written in Go that integrates with Slack for notification purposes.
Stars: ✭ 17 (-29.17%)
Mutual labels:  tracking
usps-api
Python Wrapper for the USPS API 🚚 📦
Stars: ✭ 52 (+116.67%)
Mutual labels:  tracking
Xprof
A visual tracer and profiler for Erlang and Elixir.
Stars: ✭ 246 (+925%)
Mutual labels:  tracking
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+954.17%)
Mutual labels:  tracking
umid1090
An Unnecessary Military Interface for Dump1090
Stars: ✭ 20 (-16.67%)
Mutual labels:  tracking
Motionplanning
Motion planning algorithms commonly used on autonomous vehicles. (path planning + path tracking)
Stars: ✭ 228 (+850%)
Mutual labels:  tracking
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+141.67%)
Mutual labels:  magicmirror
Openats
Open Auto Tracking System for satellite tracking or target tracking.
Stars: ✭ 234 (+875%)
Mutual labels:  tracking
karting
A multiplayer racing example project in Unity using the SocketWeaver SDK
Stars: ✭ 39 (+62.5%)
Mutual labels:  tracking
exploring-my-neighborhood
track all your moves and visualize them!
Stars: ✭ 16 (-33.33%)
Mutual labels:  tracking
MTF
Modular Tracking Framework
Stars: ✭ 99 (+312.5%)
Mutual labels:  tracking
addon-magicmirror
MagicMirror² - Home Assistant Community Add-ons
Stars: ✭ 40 (+66.67%)
Mutual labels:  magicmirror

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].