bastilimbach / docker-MagicMirror

Docker image for the Magic Mirror 2 project by Michael Teeuw.
https://hub.docker.com/r/bastilimbach/docker-magicmirror/
MIT License
185 stars 54 forks source link

newsfeed module not found #57

Open sarus3749 opened 2 years ago

sarus3749 commented 2 years ago

Hello. First of all, thank you for your work ! It's really usefull :)

I've an issue since v2.15 (no issue with v2.14.0) With the same config file, the latest version tells me that :

[07.01.2022 14:09.50.380] [LOG] Starting MagicMirror: v2.15.0 [07.01.2022 14:09.50.386] [LOG] Loading config ... [07.01.2022 14:09.50.392] [LOG] Loading module helpers ... [07.01.2022 14:09.50.394] [LOG] No helper found for module: alert. [07.01.2022 14:09.50.395] [LOG] No helper found for module: MMM-Globe. [07.01.2022 14:09.50.550] [LOG] Initializing new module helper ... [07.01.2022 14:09.50.551] [LOG] Module helper loaded: updatenotification [07.01.2022 14:09.50.552] [LOG] No helper found for module: clock. [07.01.2022 14:09.50.553] [LOG] No helper found for module: currentweather. [07.01.2022 14:09.50.554] [LOG] No helper found for module: weatherforecast. [07.01.2022 14:09.50.557] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'valid-url' Require stack:

when I remove newsfeed from the config file it's working. Here is the part of the config : { module: 'newsfeed', position: 'bottom_right', config: { feeds: [ { title: 'France info', url: 'https://www.francetvinfo.fr/titres.rss' } ], animationSpeed: 5000 } }