MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. gama
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Groups 0

    gama

    @gama

    1
    Reputation
    406
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    gama Unfollow Follow

    Best posts made by gama

    • RE: NFL Score Module

      According to Stackoverflow the xml service is discontinued and is now using JSON for the 2018 season. Here’s the JSON file http://www.nfl.com/liveupdate/scores/scores.json

      posted in Sport
      G
      gama

    Latest posts made by gama

    • RE: NFL Score Module

      @gama said in NFL Score Module:

      According to Stackoverflow the xml service is discontinued and is now using JSON for the 2018 season. Here’s the JSON file http://www.nfl.com/liveupdate/scores/scores.json

      Just noticed that someone replied with an AJAX version that appeared to have the same output as the XML file. I plugged it in to the node_helper.js file and it works!

      Here’s the AJAX version http://www.nfl.com/ajax/scorestrip?season=2018&seasonType=REG&week=1

      posted in Sport
      G
      gama
    • RE: NFL Score Module

      According to Stackoverflow the xml service is discontinued and is now using JSON for the 2018 season. Here’s the JSON file http://www.nfl.com/liveupdate/scores/scores.json

      posted in Sport
      G
      gama
    • RE: Calendar module won't show all events

      @ninjabreadman

      Nice. Thanks for the workaround! It’s working now.

      posted in Troubleshooting
      G
      gama
    • RE: Calendar module won't show all events

      This is what I found out.

      0_1514939982015_Error.PNG

      Here’s the code at that location:

      addCalendars: async function() {
          var self = this
          for (var c in this.CurrentConfigs.calendars) {
            self.addCalendar(self.CurrentConfigs.getCalConfig(c))
            await sleep(1000)
          }
        },
      

      Could it be that the error is within the core programming of the module?

      posted in Troubleshooting
      G
      gama
    • Calendar module won't show all events

      The default calendar module connects to my iCloud calendars fine, but won’t show all events. I switched to MMM-CalendarExt and it shows perfectly.
      After the recent update of MagicMirror, MMM-CalendarExt won’t display on screen at all. I just need one of them to work properly. Any ideas?

      posted in Troubleshooting
      G
      gama