Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mykle1/MMM-AfterShip
Track all your deliveries in one module. Supports 428 couriers worldwide!
https://github.com/mykle1/MMM-AfterShip
Last synced: about 2 months ago
JSON representation
Track all your deliveries in one module. Supports 428 couriers worldwide!
- Host: GitHub
- URL: https://github.com/mykle1/MMM-AfterShip
- Owner: mykle1
- License: mit
- Created: 2017-11-01T23:53:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T20:16:49.000Z (almost 4 years ago)
- Last Synced: 2024-11-18T16:57:11.417Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 27
- Watchers: 1
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mmm - **MMM-AfterShip**
README
## MMM-AfterShip
Track all your deliveries in one module. Supports 428 couriers worldwide.
## Here's what you get
A rotation of all your deliveries that are currently in transit.
Status, estimated delivery date, which courier, tracking number, etc. . .
UPS, FedEx, USPS, etc.. Very handy during the holiday season when you have
multiple deliveries coming by multiple couriers.## Examples
* Annotated .css file included for coloring any way you like.
![](images/1.JPG) ![](images/2.JPG) ![](images/4.JPG)
![](images/3.JPG)
## Installation
* `git clone https://github.com/mykle1/MMM-AfterShip` into the `~/MagicMirror/modules` directory.
* Get your FREE API Key from https://www.aftership.com/
* You MUST add couriers to your account at aftership.com. It's easy and FREE!
## Config.js entry and options
{
disabled: false,
module: "MMM-AfterShip",
position: "top_left",
config: {
apiKey: "Your API Key GOES HERE", // Your free API Key from aftership.com
apiLanguage: "en",
useHeader: true, // False if you don't want a header
header: "Aftership Tracking", // Change in config file. useHeader must be true
maxWidth: "300px",
animationSpeed: 3000, // fade speed
rotateInterval: 30 * 1000, // seconds between shipments
dateTimeFormat: "ddd, MMM DD, YYYY, h:mm a",
dateFormat: "ddd, MMM DD, YYYY"
}
},## Is there a module that SpaceCowboysDude hasn't fixed for you, Mykle? :^)