Read the statement by Michael Teeuw here.
MMM-Wallpaper - wrong path
-
Hi,
I git clones in modules director and np install in MMM-Wallpaper director. When I run MM, it seems to look into a wrong path to give this error:[WARN] No /home/sankum/MagicMirror/modules/MMM-WallPaper/MMM-WallPaper.js found for module: MMM-WallPaper.
The path should be modules/MMM-WallPaper and not modules/MMM-WallPaper/MMM-WallPaper.
What is the issue here and how to fix this? Tried uninstalling and installing again, but same result. Thanks. -
Thanks for the replies. I did make a spelling error in config.js;, MMM-WallPaper where it should have been MMM-Wallpaper. Thanks.
-
@sankum said in MMM-Wallpaper - wrong path:
MMM-WallPaper
Is there a MMM-Wallpaper.js in the cd MagicMirror/modules/MMM-Wallpaper folder if so
try
sudo reboot
If not fixed, in the MagicMirror/modules folder use “rm -rf MMM-Wallpaper”
and try the
“git clone https://github.com/kolbyjack/MMM-Wallpaper.git”
again in the MagicMirror/modules folder.
do not forget to do the
cd MMM-Wallpaper
npm install
When it is finished loading.
if that fails you may have a faulty card.
I have had many fail me through out the years.
I went to a small external usb drive to get around that problem.
If none of this works let us know and maybe someone smarter than me will step in.If this does work for you mark it solved please.
-
@sankum said in MMM-Wallpaper - wrong path:
[WARN] No /home/sankum/MagicMirror/modules/MMM-WallPaper/MMM-WallPaper.js found for module: MMM-WallPaper.
There is no module “MMM-WallPaper” (with a
P
instead of ap
) on the module list. Please show whatgit remote -v
outputs when you are in the module’s directory. Did you spell it right in your config file? -
Thanks for the replies. I did make a spelling error in config.js;, MMM-WallPaper where it should have been MMM-Wallpaper. Thanks.
-