All Projects → fewieden → MMM-NFL

fewieden / MMM-NFL

Licence: MIT license
National Football League Module for MagicMirror²

Programming Languages

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

Projects that are alternatives of or similar to MMM-NFL

MMM-Fuel
Gas Station price Module for MagicMirror²
Stars: ✭ 47 (+113.64%)
Mutual labels:  magicmirror, voice-control
nflfastR
A Set of Functions to Efficiently Scrape NFL Play by Play Data
Stars: ✭ 268 (+1118.18%)
Mutual labels:  nfl, american-football
CaravanPi
System for measuring and displaying various values in caravans and motor homes, including climate values, filling levels and levelling data. MagicMirror (https://magicmirror.builders/) is used for presentation. A circuit board design is available now
Stars: ✭ 14 (-36.36%)
Mutual labels:  magicmirror
scrapeOP
A python package for scraping oddsportal.com
Stars: ✭ 99 (+350%)
Mutual labels:  nfl
myaas
Fresh Mysql instances for your developers in seconds
Stars: ✭ 26 (+18.18%)
Mutual labels:  live
htmlhost
hostHTML.live is downright the fastest way of hosting your single page HTML!
Stars: ✭ 21 (-4.55%)
Mutual labels:  live
FFDB
NFL Database Engine for PostgreSql and Mongo (easily works with other custom databases too)
Stars: ✭ 34 (+54.55%)
Mutual labels:  nfl
MMM-PublicTransportBerlin
MagicMirror module to display public transport in Berlin and Brandenburg with BVG Hafas data.
Stars: ✭ 37 (+68.18%)
Mutual labels:  magicmirror
HupuLive
🏀 虎扑篮球直播命令行版
Stars: ✭ 70 (+218.18%)
Mutual labels:  live
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+163.64%)
Mutual labels:  magicmirror
MMM-ShipmentTracking
Shipment Tracking Module for MagicMirror²
Stars: ✭ 24 (+9.09%)
Mutual labels:  magicmirror
nflreadr
Efficiently download nflverse data
Stars: ✭ 38 (+72.73%)
Mutual labels:  nfl
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+281.82%)
Mutual labels:  voice-control
inke trick
No description or website provided.
Stars: ✭ 40 (+81.82%)
Mutual labels:  live
Magicmirror
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Stars: ✭ 15,705 (+71286.36%)
Mutual labels:  magicmirror
WallberryTheme
Bringing the WallberryTheme to MagicMirror²
Stars: ✭ 94 (+327.27%)
Mutual labels:  magicmirror
StatusBoard
Non-mirror setup using the MagicMirror Framework
Stars: ✭ 23 (+4.55%)
Mutual labels:  magicmirror
voco
Privacy friendly voice control for the Candle Controller / WebThings Gateway
Stars: ✭ 18 (-18.18%)
Mutual labels:  voice-control
anycontrol
Voice control for your websites and applications
Stars: ✭ 53 (+140.91%)
Mutual labels:  voice-control
universal-hot-reload
Hot reload client and server webpack bundles for the ultimate development experience
Stars: ✭ 79 (+259.09%)
Mutual labels:  live

MMM-NFL

GitHub license Build status Code Climate Known Vulnerabilities

National Football League Module for MagicMirror2

Example

Dependencies

Installation

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

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

    {
        module: 'MMM-NFL',
        position: 'top_right',
        config: {
            // all your config options, which are different than their default values
        }
    }
    
  3. Run command npm install --production in ~/MagicMirror/modules/MMM-NFL directory.

Global config

Option Default Description
locale undefined By default it is using your system settings. You can specify the locale in the global MagicMirror config. Possible values are for e.g.: 'en-US' or 'de-DE'.

To set a global config you have to set the value in your config.js file inside the MagicMirror project.

Config Options

Option Default Description
colored false Remove black/white filter of logos.
focus_on false Display only matches with teams of this array e.g. ['NYG', 'DAL', 'NE'].
format 'ddd h:mm' In which format the date should be displayed. All Options
reloadInterval 1800000 (30 mins) How often should the data be fetched.
reverseTeams false Flag to switch order of home and away team.
tableSize 'small' Font size of table. Possible values: 'xsmall', 'small', 'medium', 'large' and 'xlarge'

OPTIONAL: Voice Control and Modal

This module supports voice control by MMM-voice and MMM-Modal. In order to use this feature, it's required to install the voice and modal modules. There are no extra config options for voice control and modals needed.

Mode

The voice control mode for this module is FOOTBALL

List of all Voice Commands

  • OPEN HELP -> Shows the information from the readme here with mode and all commands.
  • CLOSE HELP -> Hides the help information.
  • SHOW PASSING YARDS STATISTIC -> Shows statistic of players with most passing yards.
  • SHOW RUSHING YARDS STATISTIC -> Shows statistic of players with most rushing yards.
  • SHOW RECEIVING YARDS STATISTIC -> Shows statistic of players with most receiving yards.
  • SHOW TACKLES STATISTIC -> Shows statistic of players with most tackles.
  • SHOW SACKS STATISTIC -> Shows statistic of players with most sacks.
  • SHOW KICKOFF YARDS STATISTIC -> Shows statistic of players with most kickoff yards.
  • SHOW INTERCEPTIONS STATISTIC -> Shows statistic of players with most interceptions.
  • SHOW PASSING TOUCHDOWNS STATISTIC -> Shows statistic of players with most passing touchdowns.
  • SHOW QUARTERBACK RATING STATISTIC -> Shows statistic of quarterbacks with best rating.
  • SHOW RUSHING TOUCHDOWNS STATISTIC -> Shows statistic of players with most rushing touchdowns.
  • SHOW RECEPTIONS STATISTIC -> Shows statistic of players with most receptions.
  • SHOW RECEIVING TOUCHDOWNS STATISTIC -> Shows statistic of players with most receiving touchdowns.
  • SHOW TOTAL POINTS STATISTIC -> Shows statistic of players with most points.
  • SHOW TOTAL TOUCHDOWNS STATISTIC -> Shows statistic of players with most touchdowns.
  • SHOW PUNT YARDS STATISTIC -> Shows statistic of players with most punt yards.
  • SHOW PASSES DEFENDED STATISTIC -> Shows statistic of players with most passes defended.
  • HIDE STATISTIC -> Hide statistic informations

Developer

  • npm run lint - Lints JS and CSS files.
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].