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

    Posts

    Recent Best Controversial
    • MMM-GooglePhotos Image loading fails

      Good evening. I’ve been trying for a while to get this module to work and I’m stuck now. I’m getting the following information in the terminal as it tries to pull in and display the photos. I’m transcribing from the pi and only including the relevant information.

      [INFO] Start Album scanning
      [INFO] Getting album list
      [INFO] Finish Album scanning. Properly scanned : 1
      [INFO] Albums: MagicMirror
      [INFO] getAlbumList done
      [INFO] Total indexed photos: 55

      [ERORR] [GPHOTO] hidden.onerror {
      event: { isTrusted: true },
      source: undefined,
      lineno: undefined,
      colno: undefined
      }
      [ERORR] Image loading fails. Check your network.: https://lh3.googleusercontent.com/…(long url)

      Please let me know if any other information would help

      posted in Troubleshooting
      C
      Chunnel414
    • RE: MMM-Carousel error when position is undefined

      @sdetweil
      I ended up getting carousel to work by putting the position in the top bar and making some css mods.

      posted in Troubleshooting
      C
      Chunnel414
    • RE: MMM-Carousel error when position is undefined

      @sdetweil thanks. I’ll take a look at pages.

      I understand that carousel does not require the position. Although, as I described, if I did not put the position in there, the function of the carousel would not happen. And when I put the position back in the carousel function would work. I agree that it should not be required which is why I am providing this information as something appears to not be working appropriately.

      posted in Troubleshooting
      C
      Chunnel414
    • MMM-Carousel error when position is undefined

      New to MM and very excited to get it set up! My intent is to use the Carousel module to rotate through 3-5 modules in the top right corner of my screen. It appeared fairly straight forward but I have run into some unexpected issues.

      {//Carousel
      			module: "MMM-Carousel",
      			position: "bottom_bar",
      			config: {
      				transitionInterval: 10000,
      				ignoreModules: [],
      				mode: "positional",
      				top_right: {
      					enabled: true,
      					ignoreModules: [],
      					overrideTransitionInterval: 15000,
      				},
      			},
      		}
      

      When I first got it loaded it was rotating through the modules as expected. However, I noticed that my news ticker in the bottom bar got bumped up as if another module was beneath it after I had already dropped the bottom body gap to 5 px. So I figure I would remove the position in the carousel module.

      {//Carousel
      			module: "MMM-Carousel",
      			//~ position: "bottom_bar",
      			config: {
      				transitionInterval: 10000,
      				ignoreModules: [],
      				mode: "positional",
      				top_right: {
      					enabled: true,
      					ignoreModules: [],
      					overrideTransitionInterval: 15000,
      				},
      			},
      		}
      

      Once I did that the carousel failed to operate and it stacked my 4 modules in the top right. I have repeated this several times so something is causing the module not to function because the git instructions indicated the position line is not necessary unless the page icons were being displayed.
      How can I fix this? My ultimate goal is to have the news feed 5 px off to the bottom of the screen while the modules rotate through in the upper right. I tried modifying some of the parameters from the MMM-Carousel.css but I can’t get the news ticker back down to the original position.

      posted in Troubleshooting mmm-carousel
      C
      Chunnel414
    • 1 / 1