Read the statement by Michael Teeuw here.
remotecompliments disappeared - please help
-
@forjer show me the config for those modules…
do u have a position set for compliments -
@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
}
} -
@forjer u do have a url or something in the config section, yes? u have no content like that
-
@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.
-
@forjer ok, I see the user setup in the drives folder
let’s look in the console again, pm2 logs
the Google authentication expires after a day. -
@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.
-
@forjer if the system isn’t run for a while a day I think… just helped another user with authentication failure
can’t think of any personal info in the log w those two modules…
if concerned, pm2 stop 0,
pm2 flush
pm2 start 0pm2 logs
-
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.
-
@forjer no logging. sheesh
edit the module node_helper.js file,
take the //
off line 65 and 66 -
@forjer I think u will have to delete the Token.json file and rerun drives/setup.js