• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Compliments setup

Scheduled Pinned Locked Moved Troubleshooting
14 Posts 4 Posters 8.2k Views 4 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.
  • R Offline
    Richard238
    last edited by Richard238 Apr 4, 2017, 10:21 PM Apr 4, 2017, 9:55 PM

    In config.js

    		{
    			module: 'compliments',
    			position: 'lower_third'
                config: {
                    anytime: [
                        "Compliment 1",
                        "Compliment 2",
                        "Compliment 3"
                    ]
    		},  
    		{
    			module: 'currentweather',
    

    Gives the “Please create a config file” error

    Take out the. . .

            config: {
                anytime: [
                    "Compliment 1",
                    "Compliment 2",
                    "Compliment 3"
                ]
    

    . . .lines, and it’s OK.

    0_1491344434970_CaptureMM2.JPG

    What’s it not liking in there?

    M 1 Reply Last reply Apr 4, 2017, 11:55 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Richard238
      last edited by Apr 4, 2017, 11:55 PM

      @Richard238 said in Compliments setup:

      What’s it not liking in there?

      The , (comma) after ‘lower_third’. It should look like this

      {
      			module: 'compliments',
      			position: 'lower_third',
                  config: {
                      anytime: [
                          "Compliment 1",
                          "Compliment 2",
                          "Compliment 3"
                      ]
      		},

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 2
      • R Offline
        Richard238
        last edited by Apr 5, 2017, 11:31 AM

        Thanks, it was that, and a missing } close curly bracket.

        M 1 Reply Last reply Apr 5, 2017, 11:47 AM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @Richard238
          last edited by Apr 5, 2017, 11:47 AM

          @Richard238 said in Compliments setup:

          Thanks, it was that, and a missing } close curly bracket.

          Oh! Yes, I missed that one. Good catch on your part. So lets fix it in case anyone else looks at this for help. The correct entry would be this:

           {
          	module: 'compliments',
          	position: 'lower_third',
                      config: {
                          anytime: [
                              "Compliment 1",
                              "Compliment 2",
                              "Compliment 3"
                          ]
                          }
          		}, 
          

          That’s better.

          Create a working config
          How to add modules

          Y 1 Reply Last reply Apr 5, 2017, 12:03 PM Reply Quote 0
          • R Offline
            Richard238
            last edited by Apr 5, 2017, 11:53 AM

            Whilst the config.js now loads, it’s not showing the new, replacement compliments.

            I’ve restarted NPM, no change.

            I’ve powered Pi off & on, no change.

            1 Reply Last reply Reply Quote 0
            • Y Offline
              yawns Moderator @Mykle1
              last edited by Apr 5, 2017, 12:03 PM

               {
              	module: 'compliments',
              	position: 'lower_third',
                          config: {
                              anytime: [
                                  "Compliment 1",
                                  "Compliment 2",
                                  "Compliment 3"
                              ],
              		morning: [
                                  "morning Compliment 1",
                                  "morning Compliment 2",
                                  "morning Compliment 3"
              		],
              		afternoon: [
                                  "afternoon Compliment 1",
                                  "afternoon Compliment 2",
                                  "afternoon Compliment 3"
              		],
              		evening: [
                                  "evening Compliment 1",
                                  "evening Compliment 2",
                                  "evening Compliment 3"
              		]
                              }
              		}, 
              

              try this please. I do remember there was something like “all 3 cases need to exist, otherwise it takes default values for this”

              1 Reply Last reply Reply Quote 0
              • R Offline
                Richard238
                last edited by Apr 5, 2017, 12:04 PM

                Ohhh, interesting. I’ll have a go and report back later.
                Thank you.

                1 Reply Last reply Reply Quote 0
                • R Offline
                  Richard238
                  last edited by Apr 5, 2017, 12:28 PM

                  No difference, still uses default compliments:

                              config: {
                                  anytime: [
                                      "Compliment 1",
                                      "Compliment 2",
                                      "Compliment 3"
                                  ],
                                  morning: [
                                      "morning Compliment 1",
                                      "morning Compliment 2",
                                      "morning Compliment 3"
                                  ],
                                  afternoon: [
                                      "afternoon Compliment 1",
                                      "afternoon Compliment 2",
                                      "afternoon Compliment 3"
                                  ],
                                  evening: [
                                      "evening Compliment 1",
                                      "evening Compliment 2",
                                      "evening Compliment 3"
                                  ]
                              }
                  		},  
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    Richard238
                    last edited by Apr 5, 2017, 12:53 PM

                    Changing it to remoteFile, as described here, it works.

                    Well, only after it’s still displayed all the default messages.

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      Richard238
                      last edited by Apr 5, 2017, 9:39 PM

                      Still not picking up different compliments:

                      		{
                      			module: 'compliments',
                      			position: 'lower_third',
                                  config: {
                      			anytime: [
                      				"Hey!"
                      			],
                      			morning: [
                      				"Good morning, handsome!",
                      				"Enjoy your day!",
                      				"How was your sleep?"
                      			],
                      			afternoon: [
                      				"Hello, beauty!",
                      				"You look sexy!",
                      				"Looking good today!"
                      			],
                      			evening: [
                      				"Wow!",
                      				"You!",
                      				"Hi!"
                      			]
                      		},
                      		updateInterval: 30000,
                      		remoteFile: null,
                      		fadeSpeed: 4000
                      			/*config: {
                      				remoteFile: 'compliments.json'
                      			}*/
                      		},  
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        5/14
                        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