fewieden / MMM-NHL

National Hockey League Module for MagicMirror²
MIT License
10 stars 11 forks source link

Finals with Day / Max number of entries? #53

Open mdefrancesco opened 8 months ago

mdefrancesco commented 8 months ago

Platform (Hardware/OS): Ras Pi

Node version:

MagicMirror² version:

Module version:

Description of the issue: I have 3 teams I am focused on and set the matches as high as 30. daysinpast set to 5 and daysahead set to 15 but at most I am only seeing 7 entries. (5 final and 2 scheduled). am i doing something wrong? should i be seeing more?

and is there a way to display the day of the final scores? Final - Wednesday instead of just Final?

Love the module, thanks for the hard work!

fewieden commented 7 months ago

@mdefrancesco

I have 3 teams I am focused on and set the matches as high as 30. daysinpast set to 5 and daysahead set to 15 but at most I am only seeing 7 entries. (5 final and 2 scheduled). am i doing something wrong? should i be seeing more?

I think this is a limitation of how the module currently uses the new API. It only returns games for a period of max 7 days and then filters based on the config option, where the old API offered a bigger range of dates.

is there a way to display the day of the final scores? Final - Wednesday instead of just Final?

This is currently not possible