MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Problems compliments random

    Scheduled Pinned Locked Moved Tutorials
    5 Posts 2 Posters 1.5k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      blackeaglece
      last edited by

      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
      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @blackeaglece
        last edited by

        @blackeaglece the design is to do random, not sequential.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          blackeaglece @sdetweil
          last edited by

          @sdetweil said in Problems compliments random:

          @blackeaglece the design is to do random, not sequential.

          Sigh! Ok Thank you

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @blackeaglece
            last edited by sdetweil

            @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 block

            config: {
                 random: false,
            }
            

            then restart you mirror

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            B 1 Reply Last reply Reply Quote 1
            • B Offline
              blackeaglece @sdetweil
              last edited by

              @sdetweil wow thank you very much as soon as I get home I will install and let you know. Thank you very much

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy