MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-GooglePhotos, Photos not showing

    Scheduled Pinned Locked Moved Utilities
    2 Posts 2 Posters 1.2k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      jfogarty192
      last edited by

      Pictures are not showing after I save the config.js. I’m assuming its something to do with the positions or mode?

      {
      module: “MMM-GooglePhotos”,
      position: “bottom_left”,
      config: {
      albumId: “XXXX”,
      refreshInterval: 100060,
      scanInterval: 1000
      60*10,
      sort: “time”,
      showWidth: “100%”,
      showHeight: “100%”,
      originalWidthPx: 800,
      originalHeightPx: 600,
      mode: “contain”,
      }
      },

      1 Reply Last reply Reply Quote 0
      • Z Offline
        zaycation
        last edited by

        I was having some trouble with this one as well. Can you show where your module is in your folder?

        If it’s in the correct folder ~/MagicMirror/modules/MMM-GooglePhotos then try these lines in the terminal:

        cd MagicMirror
        cd modules
        cd MMM-GooglePhotos
        npm install

        Then I was able to recopy the code to my config.js file and it worked.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy