jclarke0000 / MMM-MyScoreboard

Module for MagicMirror to display today's scores for your favourite teams across multiple sports.
MIT License
65 stars 31 forks source link

How can i show both todays matches and yesterdays results #44

Closed tammar10 closed 1 year ago

tammar10 commented 3 years ago

How can i show both todays matches and yesterdays results.

when I change the

rolloverHours: 24, //hours past midnight to show the pervious day's scores

it does only show the pervious day's scores but not todays scores

jclarke0000 commented 1 year ago

Setting the rolloverHours parameter won't give you a way to display BOTH yesterday AND today's games. It will only adjust the threshold for when the module stops polling for yesterday's scores and starts polling for today's. This module will only display schedule and scores for one day at a time. Changing this will require a significant change to the app's architecture.