@mrheadbanger Not that it answers your question, but the compliments module can be configured in config.js to have your own custom compliments. See here:
https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments#default-value
That way you don’t have to edit the compliments.js file. It is also generally a bad idea to edit the modules’ files as it becomes harder to update to new versions of magicmirror.
The config.js and custom css file are kept when updating to a new version.