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
Read the statement by Michael Teeuw here.
Best posts made by gama
-
RE: NFL Score Module
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
-
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
-
RE: Calendar module won't show all events
Nice. Thanks for the workaround! It’s working now.
-
RE: Calendar module won't show all events
This is what I found out.
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?
-
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?