Skip to content

drventure/MMM-Dorba-Trails

Repository files navigation

MMM-Dorba-Trails

A Simple Module for MagicMirror² designed to parse Dorba Mountain Bike Trail status.

The actual trail status comes from the site trailforks.com

The module is named after the Dallas Off Road Bike Association, which has introduced me to a ton of trails around the Dallas-Ft Worth area.

Dependencies

Installation

Clone repo into MagicMirror/modules directory

cd ~/MagicMirror/modules
git clone https://github.com/drventure/MMM-Dorba-Trails
cd MMM-Dorba-Trails
npm install

Create an entry in config/config.js with the trails you want to monitor

Example

  {
    module: 'MMM-Dorba-Trails',
    position: 'bottom_left',
    config: {
      url: "https://www.trailforks.com/widgets/region_list/?rids={trailIDs}&cols=title,status,city_title,last_report_ts",
      trailIDs: "3721"
    }
  },

trailIDs is a comma delimited list of trail ids from the trailforks.com trail guide website.

To find a trailID

The 3723 is the trailID.

Sample

alt text

About

Plugin for MagicMirror to display Dorba Trails status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published