Read the statement by Michael Teeuw here.
Help again...
-
Hello, Is it possible to show 2 different compliments at the same time on the display.
I want one in the middle and one in the lower third. -
@smart_user yes, you could have two instances in config.js with different positions and info
-
How do I differentiate between the two different compliment purposes in the congif.js?
Do I use the “/n” to split them?
-
@smart_user two completely different setups
{ module: 'compliments', position: 'middle', config: { compliments:...... } }, { module:'compliments', position:'bottom', config:{ compliments:..... } }
-
@sdetweil The display is showing an “undefined” with a line
-
-
@sdetweil after adding the header all I see is the line. The “undefined” is not there
-
@smart_user u did define the compliments data , right?
here is the default, if you remove the compliments: value completely from the config section
from https://docs.magicmirror.builders/modules/compliments.html#configuration-optionsDefault value: config: { compliments: { anytime: [ "Hey there sexy!" ], morning: [ "Good morning, handsome!", "Enjoy your day!", "How was your sleep?" ], afternoon: [ "Hello, beauty!", "You look sexy!", "Looking good today!" ], evening: [ "Wow, you look hot!", "You look nice!", "Hi, sexy!" ], "....-01-01": [ "Happy new year!" ] } }
-
@sdetweil ummmmm I’m not sure? By that do you mean in the compliments.js?
-
@smart_user no… in config.js … NEVER edit the module source
{ disabled:false, module: "compliments", position: "middle" }, { disabled:false, module: "compliments", position: "lower_third" },