codetheweb / MMM-AnyList

Magic Mirror module to display AnyList data
11 stars 4 forks source link

What am I doing wrong? #13

Open thinsey opened 3 years ago

thinsey commented 3 years ago

I am installing this module like I have installed others yet I get an error that seems the prevent my Magic Mirror from running at all.

code: 'MODULE_NOT_FOUND' }

{ Error: Cannot find module 'anylist'

WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'anylist'

that is some of the text I am getting in the terminal. I'm sure it is something I am doing wrong but I am not sure what.

codetheweb commented 3 years ago

It looks like you forgot to run npm i after cloning. I'll update the README to make that more clear.