• 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.

Need more compliments? compliments.json

Scheduled Pinned Locked Moved Fun & Games
16 Posts 8 Posters 9.7k Views 8 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
    ryck Module Developer
    last edited by broberg Oct 5, 2019, 8:50 AM Mar 11, 2018, 4:49 PM

    I always like to expand the default compliments a little bit (using an external json file), so I guess I can share it as well:

    https://gist.github.com/ryck/e28a69665b8839f6e9a7acd6b4acc97d

    1 Reply Last reply Reply Quote 4
    • E Offline
      E3V3A
      last edited by Mar 11, 2018, 5:25 PM

      thanks :)

      "Everything I do (here) is for free – altruism is the way!"
      MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

      1 Reply Last reply Reply Quote 0
      • D Offline
        dmd
        last edited by Mar 21, 2018, 12:35 PM

        First of all, thanks for the new compliments! But I’m a noob and I can’t seem to figure this out. As I understand, first you copy this file to: pi@raspberrypi:~/MagicMirror/modules/default/compliments

        Do I have to edit config.js or compliments.js and what exactly do I put there?

        R 1 Reply Last reply Mar 21, 2018, 3:05 PM Reply Quote 0
        • R Offline
          ryck Module Developer @dmd
          last edited by Mar 21, 2018, 3:05 PM

          @dmd Just add remoteFile: “compliments.json” to the compliments module configuration

          A 1 Reply Last reply Aug 14, 2021, 10:01 PM Reply Quote 1
          • G Offline
            gotchabeats
            last edited by Jul 11, 2019, 5:13 PM

            i still cant figure it out. How do i remote to the file?

            S 1 Reply Last reply Jul 11, 2019, 9:52 PM Reply Quote 0
            • S Offline
              sdetweil @gotchabeats
              last edited by Jul 11, 2019, 9:52 PM

              @gotchabeats you don’t its just a word…

              means the compliments are the file, not in config.js

              just

              {
              module: 'compliments',
                 config: { 
                   remoteFile: 'whatever the filename is',
                 ...
                 ...
                 }
              },
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • G Offline
                gotchabeats
                last edited by Jul 11, 2019, 10:11 PM

                @sdetweil said in compliments.json:

                @gotchabeats you don’t its just a word…

                means the compliments are the file, not in config.js

                just

                {
                module: 'compliments',
                   config: { 
                     remoteFile: 'whatever the filename is',
                   ...
                   ...
                   }
                },
                

                thanks that worked

                1 Reply Last reply Reply Quote 0
                • A Offline
                  amanzimdwini @ryck
                  last edited by Aug 14, 2021, 10:01 PM

                  @ryck
                  I was wondering how I can just link to a LOCAL file (instead of your github): I’d like to change the contents.
                  (Yes, I could copy to my OWN github and modify, but that seems a bit wierd).
                  I have to date failed with

                  remoteFile: "~\MagicMirror\config\compliments.json"
                  

                  where I had copied your file to.

                  What am I missing?
                  Thanks
                  Karl

                  R 1 Reply Last reply Aug 14, 2021, 11:19 PM Reply Quote 0
                  • R Offline
                    ryck Module Developer @amanzimdwini
                    last edited by Aug 14, 2021, 11:19 PM

                    @amanzimdwini I always use it locally, github is just a place for sharing it, so you are doing the right thing. You can always fork it to keep your personal compliments safe, but that’s up to you.

                    To use it, copy the file to somewhere (ie, in the compliments module folder: modules/default/compliments/compliments.js) and use it in your config like this:

                        {
                          module: "compliments",
                          position: "bottom_bar",
                          disabled: false,
                          config: {
                            remoteFile: "compliments.json",
                            updateInterval: 10000,
                            classes: "thin bright medium",
                            fadeSpeed: 2000,
                          },
                        },
                    

                    Good luck!

                    P A 2 Replies Last reply Aug 27, 2021, 1:40 PM Reply Quote 0
                    • P Offline
                      pastormingle @ryck
                      last edited by Aug 27, 2021, 1:40 PM

                      @ryck Do you know if compliments can be set to fit a grid? I have it at the top right about my todo list and when it rotates it causes the todo to also change in size?

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • 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