Read the statement by Michael Teeuw here.
NFL Score Module
-
@cowboysdude Hey again, I believe Im reading this right, so the 2017 is normal for now (module doesnt track preseason) and when the regular season starts we will start seeing the 2018 games/scores? No need to update any links or anything? Thanks!
-
@darbos said in NFL Score Module:
@cowboysdude Hey again, I believe Im reading this right, so the 2017 is normal for now (module doesnt track preseason) and when the regular season starts we will start seeing the 2018 games/scores? No need to update any links or anything? Thanks!
Yes sir that’s exactly what will happen :)
-
@cowboysdude Good stuff! Thank you sir!
-
Anyone else’s module not update today? I still have NFL 2017 Regular Season showing…
-
-
There are several options (good and bad ones), but I’m busy. Therefore I will wait at least until this weekend, before I take an action here. Getting a new api most of the times also means rewriting most of the module which is time intensive. Maybe there are also volunteers.
-
-
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
-
@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
-
Could you explain how you 'plugged it into the node_helper.js file?
I would greatly appreciate it!TIA!!!