Hey @beeficecream (which btw, sounds awful).
First, have you looked at the README.md
for MMM-Carousel
? It has a slides carousel example. That should be added to the config.modules
array with all other module configs (i.e. that cannot be all that appears in your config, or nothing will appear … you’ll need to configure your other modules separately).
Second, keep all of the settings for MMM-Carousel
within its module config object. There is nothing, afaik, that you need to put in other module configs. [Edit: wrong, see @shbatm’s post below!]
Third, whenever having trouble with your config.js
, I recommend you copy/paste it into JSHint. It will point out the errors you have. If it won’t load after changes, chances are there are syntax problems, albeit there can sometimes be other issues.
Sorry if I missed the point of your questions. Feel free to post your complete config.js
(minus any API keys and passwords). Let us know how you fare.