master117 / MagicMirror-FootballLeagues

A live viewer for recent soccer results and league tables. Outdated!
GNU General Public License v3.0
7 stars 5 forks source link

Error displayed #14

Closed HanaO00 closed 2 years ago

HanaO00 commented 2 years ago

Hello, i have this error in the magic mirror log Screenshot-2021-08-30_00-05-17

master117 commented 2 years ago

Hi, sorry I forgot to update the documentation after a recent update. You need to install the fetch package:

https://www.npmjs.com/package/node-fetch

You can do this by entering:

npm install node-fetch

Documentation has been updated.

HanaO00 commented 2 years ago

Oh thank you ! I close the issue

HanaO00 commented 2 years ago

Edit: I have successfully installed node-fetch but the error persists.

master117 commented 2 years ago

Hi, I just checked and you are correct. I just uploaded a fixed version that works locally. Sorry for the issues, hope it works for you now.

HanaO00 commented 2 years ago

Everything works perfectly, thank you