kolbyjack / MMM-Wallpaper

MagicMirror module to display wallpapers from various online sources
https://magicmirror.builders/
MIT License
99 stars 31 forks source link

MODULE NOT FOUND Error #55

Closed mgh151 closed 2 years ago

mgh151 commented 2 years ago

Magic Mirror throws this error after start.

[28.11.2021 16:27.43.707] [LOG] Loading module helpers ... [28.11.2021 16:27.43.708] [LOG] No helper found for module: alert. [28.11.2021 16:27.43.709] [LOG] Initializing new module helper ... [28.11.2021 16:27.43.710] [LOG] Module helper loaded: updatenotification [28.11.2021 16:27.43.710] [LOG] No helper found for module: clock. [28.11.2021 16:27.43.711] [LOG] Initializing new module helper ... [28.11.2021 16:27.43.711] [LOG] Module helper loaded: calendar [28.11.2021 16:27.43.712] [LOG] No helper found for module: MMM-MonthlyCalendar. [28.11.2021 16:27.43.715] [ERROR] App threw an error during load [28.11.2021 16:27.43.717] [ERROR] Error: Cannot find module 'request' Require stack:

Using the vanilla setup in the config.js file that is found in the Readme

kolbyjack commented 2 years ago

The request module was removed from the main magicmirror repo in 2.16, so now you need to run npm install in the MMM-Wallpaper directory. I'll update the install instructions.

mgh151 commented 2 years ago

Thanks, working great.