MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. joelpfeiffer
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: compliments module with currentweather doesn't work

      now i tried to define morning, afternoon en evening using the config sample in the readme file.
      this doesnt work either.
      is there somebody who got this working that maybe able to help?

      config: {
      	compliments: {
      		 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!'
      		]
      	}
      }
      
      posted in Troubleshooting
      joelpfeifferJ
      joelpfeiffer
    • RE: compliments module with currentweather doesn't work

      @strawberry-3.141 oke thanks for this info.
      i will try to make it work by defining moring, afternoon and evening.

      posted in Troubleshooting
      joelpfeifferJ
      joelpfeiffer
    • compliments module with currentweather doesn't work

      i hope someone can help me on this one.
      i want to change the compliments config to work with the currentwheater.
      i added this to the config.js, but it wont start up right now.

      {
         module: 'compliments',
         position: 'lower_third'
         config: {
                compliments: {
                     day_sunny: [
                              'It\'s a beautiful day',
                              'Het is een mooie dag'
                                ],
                     snow: [
                              'Brrr sneeuw?'
                           ],
                     rain: [
                              'Neem een paraplu mee!',
                              'bah regen'
                           ]
                    }
              }
         },
      
      

      this is done following the readme file thats provided with in the compliments folder.
      https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments

      i hope someone can tell me what i did wrong.

      posted in Troubleshooting
      joelpfeifferJ
      joelpfeiffer
    • 1 / 1