A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-NBA
-
The module works great and and accurate. The only problem is the title says 2021. Any ideas on how to change it to reflect 2022 going forward. Any help would be appreciated. I have looked in all the files and just dont how to fix.
-
Change date setting in file …/modules/MMM-NBA/node_helper.js
Change from y: json.season.year - 1 TO y: json.season.year - 0
.
.
const details = {
w: json.day.dat,
y: json.season.year - 1,
t: self.seasonTypeMapping [json.season.type],
.
.