Countdown to NFL kickoff


#81

That would be awesome btw, thanks!


#82

@ady624

I know you’re very busy with the app and a lot more people will benefit from it vs the NFL api, but did you have a chance to look at $nfl.schedule.thisweek returning only 1 game?


#83

v0.2.0ea.20170924 - BETA M2 - Fixed a problem where $nfl.schedule.thisWeek would only return one game, it now returns all games for the week. Same for lastWeek and nextWeek.

@Kebel871 heads up :smiley:


#84

Thanks! Will now start coding crazy stuff (and pull my hair trying to lol)


#85

I’m still kinda noob in regard to composite variables (and everything else lol).

Shouldn’t $nfl.schedule.thisweek.gamekey[57266].away returns “LA” ?

EDIT : at the moment, it returns blank


#86

Try this

$nfl.schedule.thisweek[0]


#87

Oh, right! I was overthink it! Thanks.


#88

Yeah, also $nfl.schedule.thisWeek.length to get the number of games. It’s 0 through length - 1 after that :wink: