@schlachtkreuzer6 I’m a bit late to the party, but he path is correct. You just have to define remote_compliments.json like this.
module: 'compliments',
position: 'lower_third',
config: {
updateInterval: 15000,
compliments: {
remoteFile: 'remote_compliments.json',
morning: [
'Guten Morgen!',
'Wie hast du geschlafen?',
'Ich wünsche dir einen schönen Tag!'
], ...