Read the statement by Michael Teeuw here.
Need more compliments? compliments.json
-
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?
-
@dmd Just add remoteFile: “compliments.json” to the compliments module configuration
-
i still cant figure it out. How do i remote to the file?
-
@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', ... ... } },
-
@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
-
@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 withremoteFile: "~\MagicMirror\config\compliments.json"
where I had copied your file to.
What am I missing?
Thanks
Karl -
@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!
-
@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?
-
@ryck
I am struggling with this… why am I dense?- IF I use
remoteFile="https://gist.githubusercontent.com/ryck/..."
(ie just pointing at YOUR file online), THEN things work. (but this is what I did not like in the first post of mine)
- IF I copy your compliments.json into ~/MagicMirror/modules/default/compliments/compliments.json
like I read your response, and use
remoteFile="compliments.json"
THEN all I get are the “original” compliments.
- IF I replace (ouch!) the original compliments.js (your response could be read to imply that) with your compliments.json and use
remoteFile="compliments.json"
THEN I get no compliments at all (but at least no warnings either: that’s impressive).
Right now, if I want to add my own compliments, all I can do use approach (1), but place your compliments.json into my own git, edit and point to that. Which seems awkward…
Any help would be appreciated.
-
@amanzimdwini the FILE, remote or local must be
{ "name":[" list of strings for name" ], "name2": [ ] }
test that it is a valid JSON file using one of the online validators
and name can be one of morning, afternoon, evening and anytime.
and a cron time value