@cowboysdude This is so funny…:face_with_tears_of_joy:
Read the statement by Michael Teeuw here.

Posts
-
RE: Completely lost
-
RE: MMM- imagesphotos does not work..
@Stoffbeuteluwe Probably a missing module. Have a look at the below post.
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later -
RE: Automatic checking of all MagicMirror² modules
@BKeyport Gives users an indication that they are outdated and may not be supported. My point is being stuck in the past is never a good idea unless you want your project to “die”
-
RE: Any plan to replace "request" and "moment"?
@sdetweil I have now found it in the
/node_modules/luxon/build/global
I should have searched some more. :beaming_face_with_smiling_eyes:
But, yes, you are correct. You can just point to that location. -
RE: NPM Vulnerabilities Alert.
@ankonaskiff17 The module has loads of dev dependencies. You should probably only install prod.
{ "name": "MMM-MoonPhase", "version": "1.0.1", "description": "Todo: Insert description here!", "main": "MMM-MoonPhase.js", "author": "Nolan Kingdon", "license": "MIT", "devDependencies": { "grunt": "latest", "grunt-eslint": "latest", "grunt-jsonlint": "latest", "grunt-markdownlint": "^1.0.13", "grunt-stylelint": "latest", "grunt-yamllint": "latest", "stylelint-config-standard": "latest", "time-grunt": "latest" } }
-
RE: MMM-eswordoftheday not showing words
@shurtugal I have forked the module and made some changes and it is working. You can clone my fork until I submit the PR to the module creator and he accepts the changes. Not sure if this will fix the issue of things changing in future but fixes the issue for now.
You can find the fork here.
https://github.com/mumblebaj/MMM-eswordoftheday.git -
RE: MMM-Carousel Pagination Icons
@com1cedric MMM-page-indicator was updated recently so you do not have to use the nth-child stuff anymore. Checkout the latest version and the readme. I have added some samples of how you can use it. You should reference the svg as either @sdetweil or @karsten13 has shown and it should work.
-
RE: MMM-News and BBC
@DarrenHill Hi. I just tested with your config and it works fine for me.
I look after MMM-News which can be found here
-
RE: Eye Candy Reinstall - Config Doesn't Work
@MMNewby Looks like the quotes need to be replaced with the correct ones. When copy and paste from the web the quotes change. Just delete the quotes and add new ones.