MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. smartsoldier
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Quick Syntax Error

      Well I guess that settles that. I’ll just do a reinstall. Thanks for all the help though. You responded really quickly :)

      posted in Troubleshooting
      S
      smartsoldier
    • 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?

      posted in Troubleshooting
      S
      smartsoldier
    • 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!??!

      posted in Troubleshooting
      S
      smartsoldier
    • 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…

      posted in Troubleshooting
      S
      smartsoldier
    • 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?

      posted in Troubleshooting
      S
      smartsoldier
    • 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.

      posted in Troubleshooting
      S
      smartsoldier
    • 1 / 1