Well I guess that settles that. I’ll just do a reinstall. Thanks for all the help though. You responded really quickly :)
Read the statement by Michael Teeuw here.
Latest posts made by smartsoldier
-
RE: Quick Syntax Error
-
RE: Quick Syntax Error
@sean If I remove this module everything runs fine, then if I put it back this happens. Does that mean its this module or no?
-
RE: Quick Syntax Error
Ok well I used npm run config:check and it found no errors, but I still get the syntax error message is red when I start up the MM. What is happening!??!
-
RE: Quick Syntax Error
I tried taking out the comma after YYYY, and moving the : closer to tokenLocationIQ. Neither worked. I’m not really sure how Sean managed to run without syntax errors when I am using the exact same config…
-
Quick Syntax Error
Can someone take a look at the new config setup for MMM-DropboxWallpaper and tell me where the syntax is wrong:
{ module: 'MMM-DropboxWallpaper', position: 'fullscreen_below', // fullscreen_below is the best position. classes: "default everyone", // when you use MMM-ProfileSwitcher. config: { refreshInterval: 1000*60, search: [".jpg", ".png", ".gif"], // Or you can find target files like "PARTIAL FILENAME". (wildcard or regexp not supported) directory: "/Pics", // root of directories of Dropbox to be scanned. sort: "random", //"time09", "time90", "nameAZ", "nameZA", "random" tokenLocationIQ : "secret", // See http://locationiq.org/#register dropboxAccessToken: "secret", width: "100%", // 'px' or '%' or valid value for CSS dimensions units. height: "100%", mode: "contain", // 'cover', 'contain', 'hybrid' or any other values for CSS `background-size` dateTimeFormat: "HH:mm MMM Do, YYYY", // See. moment.js .format() } },
All I did was change my directory and API codes, but its giving the syntax error during startup. Seeing anything?
-
Temperatures Seem High
I have the default Magic Mirror running on my RasPiZeroW and it runs around 50C. Is this the normal operating temp on a typical RasPi3 install as well? It just seems high to me.