Giter VIP home page Giter VIP logo

mmm-nfl's People

Contributors

alacercogitatus avatar fewieden avatar justjim1220 avatar thekylejohnson90 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mmm-nfl's Issues

Wrong Season

Hello,

I want to appreciate you for creating this. However, when loading the module the first attachment is what shows. The mode in the Node_helper.js is 'regular'. When it first loads up it will show the first game in the pre-season of 2018 the switches right back to "NFL UNDEFINED 2017". Is there anyway I can have it automatically switch between seasons? Any help would be appreciated, thank you in advance!

capture

Pulling Wrong Season

I just did a fresh install of rasbian, magic mirror, and MMM-NFL. On start up of magic mirror, it looks like its trying to load preseason and then switches to 2017 regular season scores. Any ideas on what is causing that?

On a semi related note, I also have MMM-NHL module installed, and that keeps loading as undefined undefined as well.

Not Loading

The module shows up, but it is displaying NFL Pre-Season when it should be Regular Season, and it also just says "loading..." and is not showing any data. Any help would be much appreciated.

Thank you

2 Requests: Reverse Home and Away, Fix LA to LAR.

Please reverse Home and Away. The Home team should be listed second - for example this week: SEA @ LA. Only sport I know of that puts home first is international football (Soccer)

Also, because there's two teams in Los Angeles, Is it possible to fix "LA" (LA Rams) to indicate LAR like most/all broadcasts refer to them as? (LAC being the other) - makes it a ton easier to tell who is who at a glance without studying the logo/helmet.

Thanks!

Game times

I am on EDT and game times are reported 1 hour after kickoff (i.e. 2:00pm for a 1:00pm game).

For more information, my raspberry pi is configured to area: America, location: New_York.

Bye Week Display Issue

Hello - First of all, many thanks for this module. It's the most popular one in my household with 2 boys eagerly following their favorite teams.

An issue popped up this morning at the start of Week 5. The Packers are on their bye week. The date/time column now displays "Week {weekNumber} 5". One would expect that column to display "Bye Week". I have reverseTeams set to true. Disabling that setting makes no difference.

MMM-NFL

config.js:

               {
			module: 'MMM-NFL',
			position: 'top_center',
			config: {
				colored: true,
				helmets: false,
				focus_on: ['SEA', 'GB', 'NYG', 'NYJ'],
				reverseTeams: true,
			}
                 },

There are no custom.css settings. This isn't a huge issue but I though I'd report it anyway.

Thanks...

Module not loading on mirror

Hi all,

Just started coding and took on the Magic Mirror as my first large project and really want to get this module running. I followed directions to clone, included the module in my config file, ran the 'npm install --productive' line in the modules/MMM-NFL directory, but when I run my Magic Mirror, nothing shows up on the screen.

I'm wondering if I need to include configs within the MMM-NFL module or if I need to remove other modules from the top_right portion.

Any help would be appreciated and apologize if this is a very basic issue.

Thanks!

Config File

Hello. I appologize in advance if I posted this in the wrong section. Please let me know where this should or shouldve been posted and I would be more than happy to fix it.

My question however is I am trying to get my config file to work

This is what I have
```
{
module: 'MMM-NFL',
position: 'top_right',
config: {
colored: "false"
},

I am trying to have it focus on the New York Giants and the Carolina Panthers. However I cannot seem to get it to work
If it is not too much trouble can someone show me a sample of their working code that I can edit to do what I want it to? 

Yes I see the config options but I dont know how to  write it in a way that my MM would display it. 

A bit of what I am going for. 

I am trying to get this screen to show all NFL stats in different sections of the screen. EG Scores for this week (Across the NFL) Standings (If possible but i dont think is possible) and Passing Yards. Thanks so much.

Module displaying all games even with focus_on config option.

Platform (Hardware/OS): Raspberry Pi/Raspbian

Node version: ?

MagicMirror version: latest stable

Module version: latest

Description of the issue: All of the scheduled games are displaying even when using the "focus_on" config option. This has worked in the past and seems like it's not in this upcoming season. I'm not sure when exactly it started happening.

Thanks,
Daniel

Error on null results

I've been having an issue with MM crashing and the last set of error logs indicated that the results were null on line 56 of node_helper.js

I've updated my node_helper.js on line 56 to check for null

this:
} else if (Object.prototype.hasOwnProperty.call(result, 'ss')) {

to this:
} else if (results && Object.prototype.hasOwnProperty.call(result, 'ss')) {

I'm still testing the change, but will report back if it resolved the MM app from crashing.

Module stuck in loading

image

I noticed this in the terminal: [2020-05-16 02:44:32.106] [LOG] Error getting NFL scores 404
Not sure why this is happening. Module was displaying the schedule without any issues when first installing it

Rotating teams

Would it be possible to have a set number of games then it rotate through the list?
MMM-NHL has this avilability config as;
| rotateInterval|20000(20 secs) | How often should be rotated the matches in the list. | |reloadInterval|1800000(30 mins) | How often should the data be fetched. |

LAC Helmet

The LAC helmet does not have an image

Bad date handling?

Module is reporting "Invalid Date" on 1st thanksgiving game:

g eid="2018112200" gsis="57728" d="Thu" t="12:30" q="P" h="DET" hnn="lions" hs="0" v="CHI" vnn="bears" vs="0" rz="0" ga="" gt="REG"/

Rotating Views

Hi,

is it possible to set up the view so the module shows me the last game week and the next week alternately.

THX and I´m a big fan of this module :)

Swap order of Home and Away

Just a suggestion. The Away team is always listed first then the home team.
Away @ Home.
Just suggesting that the Home and Away columns be swapped to match this format.
Thanks for a great module!

Switching to Post season

I do not see the mode automatically switching from regular season to post season. I updated the mode to post from regular that is in the node_helper.js. It looked like it was supposed to do this automatically.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.