Hi, I’m having an issue with the MMM-GooglePhotos module where it won’t display new pictures when I add them to my Google Photos album. The only way I can get the added pictures to show is to restart MagicMirror. Any ideas on getting this to work without using a workaround of programming a MagicMirror restart every so often?
Read the statement by Michael Teeuw here.
Posts
-
MMM- GooglePhotos won't update when new pics added
-
RE: remotecompliments disappeared - please help
@sdetweil I will have to mess with that when I have more time.
-
RE: remotecompliments disappeared - please help
@sdetweil said in remotecompliments disappeared - please help:
@forjer said in remotecompliments disappeared - please help:
but still only with integers for time.
what do u mean?
I mean that by default, compliments only allows defining “morningStartTime” as 5, but I would like to be able to do is define it as 5:35.
-
RE: remotecompliments disappeared - please help
@sdetweil Thanks for all of you time and help. You are a wealth of knowledge.
I’ve only been digging into this thing for a few weeks and I’ve seen so many of your posts helping others. Kudos!I like this kind of stuff, I just wish I had better core knowledge so I didn’t spend so much time looking stuff up and tinkering, but I guess that’s one way to learn.
I have gotten my custom “compliments2” module to work, but still only with integers for time. There’s got to be a simple way to change that. I’ll keep looking.
-
RE: remotecompliments disappeared - please help
@sdetweil Also, is there a way to get my compliments2 to allow time splits at say 11:30 instead of just integer hours? Something like the following?
afternoonStartTime: 11:30, afternoonEndTime: 13,It would appear the complimentArray would need to be adjusted by changing “hour” to something else?
} else if (hour >= this.config.afternoonStartTime && hour < this.config.afternoonEndTime && this.config.compliments.hasOwnProperty("afternoon")) { compliments = this.config.compliments.afternoon.slice(0); -
RE: remotecompliments disappeared - please help
@sdetweil Progress. So I saved a copy of my modified compliments.js into a compliments2 folder as compliments2.js and renamed module.register to compliments2. I then reverted my compliments.js back to original. I then added a compliments2 section into my config.js. And now I have two separate compliments running! I tried that a few hours ago but I must have done something wrong so it didn’t work.
In the way you coded it, would I be able to have the ability to run Module 1 with the default time slots (complimentArray) while Module 2 runs a different time slot schedule?
Now I think I’d like to get a remotefile set up but I’m guessing I’ll run into some issue with remotefile for my compliments2.
-
RE: remotecompliments disappeared - please help
@sdetweil I’m sorry, I’m a little slow. And this is making my brain hurt. I really appreciate your patience with me.
How would this look in config.js? And how does it know which compliments go in what position of the MM?
What I’m after is a normal compliments module running in lower_third, and a second compliments module sliced into 10 time slots with a different set of compliments running in upper_third. I’ve just finished modifying the default compliments.js to get my 10 time slots and that seems to work, so I’m getting closer.
-
RE: remotecompliments disappeared - please help
@sdetweil So are you saying I can run two instances of compliments at the same time, shown in two different locations on the same display? And is this done by copying the compliments.js to make a “compliments2.js”?
-
RE: remotecompliments disappeared - please help
@sdetweil Hmm…is there a simple way to hard code in a RemoteCompiment to force it to show? Just as a troubleshooting step to see it?
I guess I could consider the default compliments with remote file. Can I run a second default compliment module at the same time? Is it as simple as copying the folders and renaming them “compliments2” or something?
-
RE: remotecompliments disappeared - please help
@sdetweil In my developer log it mentions “RemoteCompliments: ‘MODULE_DOM_CREATED’ received: null” and “module.js:199 MMM-RemoteCompliments is suspended.” Is that a clue? It just doesn’t make sense. I tested it yesterday morning by putting in a really long compliment just to see how it looked on the screen. I then reverted it back to a short compliment. Later in the morning I did a
sudo apt-get updateand asudo apt-get upgradejust before setting up remote desktop, VNC and pitunnel. Those are the only other things that I can think of where I changed some stuff.developers window
Load script: modules/MMM-RemoteCompliments//MMM-RemoteCompliments.js module.js:513 Module registered: MMM-RemoteCompliments loader.js:148 Bootstrapping module: MMM-RemoteCompliments loader.js:176 Load script: modules/MMM-RemoteCompliments//scripts/jquery-3.3.1.min.js loader.js:153 Scripts loaded for: MMM-RemoteCompliments loader.js:155 Styles loaded for: MMM-RemoteCompliments loader.js:157 Translations loaded for: MMM-RemoteCompliments loader.js:195 Load stylesheet: css/custom.css :8080/modules/default/clock//clock.js:46 Starting module: clock main.js:508 All modules started! :8080/modules/MMM-RemoteCompliments//MMM-RemoteCompliments.js:222 MMM-RemoteCompliments: 'MODULE_DOM_CREATED' received: null module.js:199 MMM-RemoteCompliments is suspended.Are there any other (perhaps more stable) modules where I can display a custom message (compliment) depending on the time of day? I had about 10 compliments programmed to display at their specified time slots throughout the day. And I liked the ability to control / override them easily with my phone via Google Drive.
-
RE: remotecompliments disappeared - please help
pi@raspberrypi:~ $ pm2 logs [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option) /home/pi/.pm2/pm2.log last 15 lines: PM2 | 2020-12-28T21:29:05: PM2 log: pid=22698 msg=process killed PM2 | 2020-12-28T21:29:05: PM2 log: App [MagicMirror:0] starting in -fork mode- PM2 | 2020-12-28T21:29:05: PM2 log: App [MagicMirror:0] online PM2 | 2020-12-28T21:29:50: PM2 log: Stopping app:MagicMirror id:0 PM2 | 2020-12-28T21:29:51: PM2 log: pid=23236 msg=failed to kill - retrying in 100ms PM2 | 2020-12-28T21:29:51: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT] PM2 | 2020-12-28T21:29:51: PM2 log: pid=23236 msg=process killed PM2 | 2020-12-28T21:29:51: PM2 log: App [MagicMirror:0] starting in -fork mode- PM2 | 2020-12-28T21:29:51: PM2 log: App [MagicMirror:0] online PM2 | 2020-12-28T21:46:00: PM2 log: Stopping app:MagicMirror id:0 PM2 | 2020-12-28T21:46:00: PM2 log: pid=23422 msg=failed to kill - retrying in 100ms PM2 | 2020-12-28T21:46:00: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT] PM2 | 2020-12-28T21:46:01: PM2 log: pid=23422 msg=process killed PM2 | 2020-12-28T21:46:01: PM2 log: App [MagicMirror:0] starting in -fork mode- PM2 | 2020-12-28T21:46:01: PM2 log: App [MagicMirror:0] online /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines: 0|MagicMir | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js 0|MagicMir | 0|MagicMir | [2020-12-28 21:46:04.542] [LOG] Starting MagicMirror: v2.13.0 0|MagicMir | [2020-12-28 21:46:04.557] [LOG] Loading config ... 0|MagicMir | [2020-12-28 21:46:04.568] [LOG] Loading module helpers ... 0|MagicMir | [2020-12-28 21:46:04.571] [LOG] No helper found for module: clock. 0|MagicMir | [2020-12-28 21:46:07.600] [LOG] Initializing new module helper ... 0|MagicMir | [2020-12-28 21:46:07.601] [LOG] Module helper loaded: MMM-RemoteCompliments 0|MagicMir | [2020-12-28 21:46:07.602] [LOG] All module helpers loaded. 0|MagicMir | [2020-12-28 21:46:07.798] [LOG] Starting server on port 8080 ... 0|MagicMir | [2020-12-28 21:46:07.819] [LOG] Server started ... 0|MagicMir | [2020-12-28 21:46:07.821] [LOG] Connecting socket for: MMM-RemoteCompliments 0|MagicMir | [2020-12-28 21:46:07.825] [LOG] Starting node helper for: MMM-RemoteCompliments 0|MagicMir | [2020-12-28 21:46:07.826] [LOG] Sockets connected & modules started ... 0|MagicMir | [2020-12-28 21:46:07.960] [LOG] Launching application. -
RE: remotecompliments disappeared - please help
FWIW, I’m also running the default Compliments in the lower_third position. I’ve swapped positions between Compliements and RemoteCompliments and the result of that is Compliments works in both positions, RemoteCompliments doesn’t work in either position.
-
RE: remotecompliments disappeared - please help
@sdetweil I deleted the Token.json file and ran
node Setupin the RemoveCompliments/Drive folder and was successful in re-completing the setup (following link, pasting code), but there was no change in function…RemoteCompliments is MIA…no header or anything. -
RE: remotecompliments disappeared - please help
@sdetweil So are you saying I should delete the Token.json file from /home/pi/MagicMirror/modules/MMM-RemoteCompliments/Drive and run
node setupwhich will re-run the Setup.js script? -
RE: remotecompliments disappeared - please help
@sdetweil Is this confirming what you thought?
pi@raspberrypi:~ $ pm2 logs [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option) /home/pi/.pm2/pm2.log last 15 lines: PM2 | 2020-12-28T20:37:03: PM2 log: App [MagicMirror:0] starting in -fork mode- PM2 | 2020-12-28T20:37:03: PM2 log: App [MagicMirror:0] online PM2 | 2020-12-28T20:46:29: PM2 log: Stopping app:MagicMirror id:0 PM2 | 2020-12-28T20:46:30: PM2 log: pid=17838 msg=failed to kill - retrying in 100ms PM2 | 2020-12-28T20:46:30: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT] PM2 | 2020-12-28T20:46:30: PM2 log: pid=17838 msg=process killed PM2 | 2020-12-28T20:46:30: PM2 log: App [MagicMirror:0] starting in -fork mode- PM2 | 2020-12-28T20:46:30: PM2 log: App [MagicMirror:0] online /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines: 0|MagicMir | [2020-12-28 20:46:45.545] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMir | [2020-12-28 20:46:48.247] [LOG] MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMir | [2020-12-28 20:46:48.251] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMir | [2020-12-28 20:46:50.493] [LOG] MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMir | [2020-12-28 20:46:50.501] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMir | [2020-12-28 20:46:52.743] [LOG] MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMir | [2020-12-28 20:46:52.744] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMir | [2020-12-28 20:46:54.986] [LOG] MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMir | [2020-12-28 20:46:54.988] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMir | [2020-12-28 20:46:57.215] [LOG] MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMir | [2020-12-28 20:46:57.216] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMir | [2020-12-28 20:46:59.763] [LOG] MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMir | [2020-12-28 20:46:59.765] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMir | [2020-12-28 20:47:02.299] [LOG] MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMir | [2020-12-28 20:47:02.301] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:04.513] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:04.518] [LOG] 0|MagicMirror | MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:06.742] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:06.744] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:08.981] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:08.983] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:11.225] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:11.226] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:13.464] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:13.465] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:15.688] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:15.689] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:17.919] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:17.920] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:20.168] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:20.169] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:22.424] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:22.426] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:24.665] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:24.667] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:26.898] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:26.899] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:29.123] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:29.125] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:31.371] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:31.372] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:33.596] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:33.598] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:35.830] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:35.834] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:38.074] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:38.080] [LOG] 0|MagicMirror | MMM-RemoteCompliments: Fetching again in two seconds. 0|MagicMirror | [2020-12-28 20:47:40.326] [LOG] 0|MagicMirror | MMM-RemoteCompliments: An error occurred when fetching from Google Drive that could not be recovered from: Error with GET request for spreadsheet with ID '1dzINW3oWAYee6lbtFyaBO3hco4EErxI9ZL3Dvk_F-7s'. 0|MagicMirror | [2020-12-28 20:47:40.327] [LOG] MMM-RemoteCompliments: Fetching again in two seconds. -
RE: remotecompliments disappeared - please help
pi@raspberrypi:~ $ pm2 logs [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option) /home/pi/.pm2/pm2.log last 15 lines: PM2 | 2020-12-28T20:37:03: PM2 log: App [MagicMirror:0] starting in -fork mode- PM2 | 2020-12-28T20:37:03: PM2 log: App [MagicMirror:0] online /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines: 0|MagicMir | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js 0|MagicMir | 0|MagicMir | [2020-12-28 20:37:07.031] [LOG] Starting MagicMirror: v2.13.0 0|MagicMir | [2020-12-28 20:37:07.045] [LOG] Loading config ... 0|MagicMir | [2020-12-28 20:37:07.060] [LOG] Loading module helpers ... 0|MagicMir | [2020-12-28 20:37:07.064] [LOG] No helper found for module: clock. 0|MagicMir | [2020-12-28 20:37:10.491] [LOG] Initializing new module helper ... 0|MagicMir | [2020-12-28 20:37:10.492] [LOG] Module helper loaded: MMM-RemoteCompliments 0|MagicMir | [2020-12-28 20:37:10.493] [LOG] All module helpers loaded. 0|MagicMir | [2020-12-28 20:37:10.714] [LOG] Starting server on port 8080 ... 0|MagicMir | [2020-12-28 20:37:10.739] [LOG] Server started ... 0|MagicMir | [2020-12-28 20:37:10.740] [LOG] Connecting socket for: MMM-RemoteCompliments 0|MagicMir | [2020-12-28 20:37:10.744] [LOG] Starting node helper for: MMM-RemoteCompliments 0|MagicMir | [2020-12-28 20:37:10.745] [LOG] Sockets connected & modules started ... 0|MagicMir | [2020-12-28 20:37:10.891] [LOG] Launching application. -
RE: remotecompliments disappeared - please help
@sdetweil For the pm2 logs, do I just do the default last 15 lines or should I do more. And if I do more I suppose there’s some"sensitive" stuff I should wipe out?
And as far a sGoogle authentication expiring, please expand on that. I set this up some weeks ago and hadn’t had a problem until sometime in the last few days…I’m thinking yesterday.
-
RE: remotecompliments disappeared - please help
@sdetweil The only url I have is for the default calendar module which I currently have commented out. The RemoteCompliments is the module that runs through Google Drive. As far as I know RemoteCompliments doesn’t require an url.
-
RE: remotecompliments disappeared - please help
@sdetweil I originally had a position of “upper_third” set but removed that yesterday when I started manually debugging. I just added it back in now as shown below with no change to the behavior…still no remote compliments showing.
Here’s my clock…
{ module: "clock", position: "top_center" },This is how my remote compliments looked yesterday before I started manually debugging…
{ module: "MMM-RemoteCompliments", header: "", position: "upper_third", config: { header: "MMM-RemoteCompliments", fetchInterval: 4000, } },This is what I had at the time I ran the above developers window and pm2 log…
{ module: "MMM-RemoteCompliments", header: "MMM-RemoteCompliments", config: { // See below for configurable options } },And I just threw the position back in with no change to the behavior…no remotecompliments showing whatsoever…
{
module: “MMM-RemoteCompliments”,
position: “upper_third”,
header: “MMM-RemoteCompliments”,
config: {
// See below for configurable options
}
}