atlflyer
atlflyer
I think there should be a maxWeeksToShow config. If it's 1, show all events from today, or startDaysAhead, if specified, up until and including the day before firstDayOfWeek. A setting...
I also have this device and am willing to share/help.
I'm not a nodejs novice, but I am a bit mystified by the usage examples in the README. I'm used to using `require` not `import`, so I'm not sure what...
Thanks, I found this on the v3 upgrade issue, which worked for me: `const { Client } = require("espn-fantasy-football-api/node");` `const myClient = new Client({ leagueId: my league id here });`...
I had to open a new pr for the code change in the codebase, so I've updated the link in the description.
I was able to work around this problem by providing the `--username` and `--password` parameters every time.