MMM-SystemStats
MMM-SystemStats copied to clipboard
Breaks MM
Please update your module! It's causing MM to not start because it needs the Request module.
YES, EXACTLY !
YES, EXACTLY !
See Issue #48 ...I believe it's called out there.
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).
Unfortunately this didn't fix the issue for me.