MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED MMM-NBA

    Troubleshooting
    1
    2
    60
    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
      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
        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy