A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Problems compliments random
-
Hello everybody. I have a problem sequencing the compliments messages. In anytime position I have a message on three lines:
- line1: Hello,
- line 2: dear guest
- line 3: and friend. I can’t get them out in sequence but they always come out at random. How can I do? Thank you very much
-
@blackeaglece the design is to do random, not sequential.
-
@sdetweil said in Problems compliments random:
@blackeaglece the design is to do random, not sequential.
Sigh! Ok Thank you
-
@blackeaglece if u would like to try sequential,
download my repo and copy the compliments.js file to your instance
# get new code cd ~/MagicMirror/modules git clone https://github.com/sdetweil/MagicMirror.git temp_mirror # cd ~/MagicMirror/modules/default/compliments mv compliments.js compliments.js.save cd temp_mirror/modules/default/compliments git checkout fixcompliments cp compliments.js ~/magicMirror/modules/default/compliments
edit the config.js and in the compliments module config section, add
make sure its in the config blockconfig: { random: false, }
then restart you mirror
-
@sdetweil wow thank you very much as soon as I get home I will install and let you know. Thank you very much