MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-NBA

    Scheduled Pinned Locked Moved Solved Troubleshooting
    2 Posts 1 Posters 342 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      ccrichtx
      last edited by

      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.

      C 1 Reply Last reply Reply Quote 0
      • C Offline
        ccrichtx @ccrichtx
        last edited by

        @ccrichtx

        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],
        .
        .

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy