Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Changing compliments

    Troubleshooting
    8
    49
    16658
    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.
    • S
      Stacy last edited by

      Totally new to Linux and Magic Mirror. I tried to change a complimenT in the config.js file of the compliment module and I got the error to install a configuration file. I kept my changes in between the double quotes. Am I doing this wrong? Thanks.

      1 Reply Last reply Reply Quote 0
      • cruunnerr
        cruunnerr last edited by cruunnerr

        @Stacy
        you don’t need to change compliments in the config of the module. When u ever update your mirror the changes will be overwrite.

        Just do it in the normal “MagicMirror/config/config.js”

        Your compliments sector should look like this:

                    {
        			module: "compliments",
        			position: "lower_third",
                                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!"
        		                   ]
        	                     }
                               }
        		},
        

        instead of just using “morning, afternoon, evening” u can also use these:

        day_sunny
        day_cloudy
        cloudy
        cloudy_windy
        showers
        rain
        thunderstorm
        snow
        fog
        night_clear
        night_cloudy
        night_showers
        night_rain
        night_thunderstorm
        night_snow
        night_alt_cloudy_windy
        

        just take a look here: https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments

        S 1 Reply Last reply Reply Quote 1
        • S
          Stacy @cruunnerr last edited by

          @cruunnerr Thanks for your reply. That is where I changed the compliment and I got the error message. I am not sure what I am doing wrong.

          lavolp3 1 Reply Last reply Reply Quote 0
          • cruunnerr
            cruunnerr last edited by

            post your whole config file (hide personal stuff as calendar or APIs) in a code box and i will check.

            Or try it yourself by using www.jshint.com

            1 Reply Last reply Reply Quote 0
            • lavolp3
              lavolp3 Module Developer @Stacy last edited by

              @Stacy you have a synthax error in the config. Just check it by running

              npm run config:check
              

              from the magicmirror directory.
              OR post your compliments part of the config here.

              S 1 Reply Last reply Reply Quote 0
              • S
                Stacy @lavolp3 last edited by

                @lavolp3 after I make changes to config/config.J’s did I save it as the same file or give it a new name?

                S lavolp3 2 Replies Last reply Reply Quote 0
                • S
                  Stacy @Stacy last edited by

                  @Stacy do I

                  1 Reply Last reply Reply Quote 0
                  • lavolp3
                    lavolp3 Module Developer @Stacy last edited by

                    @Stacy save it as the same file. But please do not use windows programs like word or wordpad to edit it. They will break the file. In windows you should use e.g. notepad or notepad++. On debian/raspbian you can use whatever you like

                    S 2 Replies Last reply Reply Quote 0
                    • S
                      Stacy @lavolp3 last edited by

                      @lavolp3 thanks. I am using nano.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        Stacy @Stacy last edited by

                        @Stacy so, just to clear, I go to modules folder, then default, then compliments, then compliments.js. to edit?

                        lavolp3 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 1 / 5
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy