MMM-SystemStats icon indicating copy to clipboard operation
MMM-SystemStats copied to clipboard

Breaks MM

Open rroach3753 opened this issue 2 years ago • 4 comments

Please update your module! It's causing MM to not start because it needs the Request module.

rroach3753 avatar Nov 14 '21 20:11 rroach3753

YES, EXACTLY !

slyxy21 avatar Dec 27 '21 20:12 slyxy21

YES, EXACTLY !

See Issue #48 ...I believe it's called out there.

rroach3753 avatar Dec 27 '21 21:12 rroach3753

You can work around this by going to your MagicMirror/modules/MMM-SystemStats directory and running this command: npm install --save request

The request library was widely used in Node and was deprecated, causing lots of things to break. As I'm sure the author of this module would say, feel free to update the module with the newer node dependencies and make a pull request (I don't plan to for now).

sdillard avatar Dec 28 '21 19:12 sdillard

Unfortunately this didn't fix the issue for me.

OneGaming36 avatar Jan 23 '22 12:01 OneGaming36