S
@smart_user the way you are supposed to do it is in config.js
{
module: “compliments”,
position: “lower_third”
config: {
compliments: {
anytime: [“Make today worth it!”],
morning: [“Good morning!”, “Have a wonderful day”, “It’s your day today!”],
afternoon: [“You can do this”, “Take a small nap”, “Enjoy your meal”],
evening: [“Exercise time!”, “NO PAIN NO GAIN!”, “Well done for the day!”],
“…-01-01”: [“HAPPY NEW YEAR!”],
“…-12-25”: [“MERRY CHRISTMAS!”]
}
}
},
{
module: “compliments”,
header: ‘’,
position: “middle”,
config:{
compliments: {
anytime: [“Make today worth it!”],
morning: [“Good morning!”, “Have a wonderful day”, “It’s your day today!”],
afternoon: [“You can do this”, “Take a small nap”, “Enjoy your meal”],
evening: [“Exercise time!”, “NO PAIN NO GAIN!”, “Well done for the day!”],
“…-01-01”: [“HAPPY NEW YEAR!”],
“…-12-25”: [“MERRY CHRISTMAS!”]
}
}
}
and u leave the original code untouched. this way we can change the code, without impacting your configuration