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.
    • schlachtkreuzer6S Offline
      schlachtkreuzer6
      last edited by schlachtkreuzer6

      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 ?"
                        ]
                   }
      
      idoodlerI 1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator
        last edited by

        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

        schlachtkreuzer6S 1 Reply Last reply Reply Quote 0
        • schlachtkreuzer6S Offline
          schlachtkreuzer6 @yawns
          last edited by

          @yawns tried it with the sample code… nothing happend

          1 Reply Last reply Reply Quote 0
          • idoodlerI Offline
            idoodler Module Developer @schlachtkreuzer6
            last edited by

            @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