This file displays a random bit of thought-provoking, and possibly not safe for work, advice. This is used by the compliments module for Magic Mirror.
Credit to the good fucking people at https://gfda.co/
Two options :
You can download this file to your compliments module folder and locally reference it:
cd ~/MagicMirror/modules/default/compliments/
wget https://github.com/jonspraggins/MMM-GFDA/gfda.json
then modify the compliments config in config/config.js
config: {
remoteFile: 'gfda.json'
}
Directly reference this file on github in the compliments section of the config/config.js
file:
config: {
remoteFile: 'https://raw.githubusercontent.com/jonspraggins/MMM-GFDA/master/gfda.json'
}