• 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 - remoteFile - How to?!

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 3 Posters 3.6k 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.
  • S Offline
    schlachtkreuzer6
    last edited by schlachtkreuzer6 Jan 3, 2017, 8:20 PM Jan 3, 2017, 6:57 PM

    Hey guys, i need some help with the remoteFile for the compliments. I tried this:

    module: 'compliments',
                      position: 'lower_third',
                      config: {
                          updateInterval: 15000,
                          compliments: {
                          remoteFile: '~/MagicMirror/modules/default/compliments/remote_compliments.json',
                          morning: [
                                             'Guten Morgen!',
                                             'Wie hast du geschlafen?',
                                             'Ich wünsche dir einen schönen Tag!'
                                             ], ...
    

    but it´s not working.

    Content of remote_compliments.json:

                 {
                "morning" : [
                      "Du siehst aber gut aus heute !",
                      "Gut geschlafen ?",
                      "Moin, Moin...."
                       ],
                 "afternoon" : [
                     "Ab Fussball spielen !",
                     "Lass uns auf den Abend vorbereiten....",
                      "Musik hören ?"
                      ],
                 "evening" : [
                      "Einen Cocktail ?",
                      "Wow, Du bist aber heiss heute...",
                      "Wollen wir heute abend weggehen ?"
                      ]
                 }
    
    I 1 Reply Last reply Jun 3, 2018, 2:01 PM Reply Quote 0
    • Y Offline
      yawns Moderator
      last edited by Jan 3, 2017, 7:14 PM

      I never played around with this, but the sample file content in the readme looks different.

      https://github.com/MichMich/MagicMirror/blob/master/modules/default/compliments/README.md

      S 1 Reply Last reply Jan 3, 2017, 8:21 PM Reply Quote 0
      • S Offline
        schlachtkreuzer6 @yawns
        last edited by Jan 3, 2017, 8:21 PM

        @yawns tried it with the sample code… nothing happend

        1 Reply Last reply Reply Quote 0
        • I Offline
          idoodler Module Developer @schlachtkreuzer6
          last edited by Jun 3, 2018, 2:01 PM

          @schlachtkreuzer6 I’m a bit late to the party, but he path is correct. You just have to define remote_compliments.json like this.

          module: 'compliments',
                            position: 'lower_third',
                            config: {
                                updateInterval: 15000,
                                compliments: {
                                remoteFile: 'remote_compliments.json',
                                morning: [
                                                   'Guten Morgen!',
                                                   'Wie hast du geschlafen?',
                                                   'Ich wünsche dir einen schönen Tag!'
                                                   ], ...
          
          1 Reply Last reply Reply Quote 0
          • 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