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

    Posts

    Recent Best Controversial
    • RE: MMM-BackgroundSlideShow cutting off top of pics

      @sdetweil Thanks for the quick reply.
      Here are the ImagesPhotos and Carousel sections of my config.js. Running this I just get a blank screen instead of the photos. I do get photos if I use top_center without Carousel.

        {
          module: "MMM-ImagesPhotos",
          position: "fullscreen_below",
          config: {
           opacity: 0.9,
           animationSpeed: 5000,
           updateInterval: 15000,
           backgroundColor: 'grey',  // not used if fill is true
           fill: true,   // fill around image with blurred copy of image
      	   blur: 10,   // only used if fill is true
           sequential: false  // process the image list randomly
           }
        },
        {
          module: "MMM-Carousel",
          config: {
            transitionInterval: 10000,
            showPageIndicators: true,
            showPageControls: false,
            ignoreModules: ["alert", "updatenotification"],
            mode: "slides",
            slides: [
              ["clock", "weather", "calendar"],
              ["MMM-ImagesPhotos"]
           ],
          }
        },
      
      posted in Troubleshooting
      M
      msimon360
    • RE: MMM-BackgroundSlideShow cutting off top of pics

      @sdetweil I tried to use MMM-ImagesPhotos but could not get it to work with MMM-Carousel so I am trying MMM-BackgroundSlideShow instead.

      posted in Troubleshooting
      M
      msimon360
    • RE: MMM-BackgroundSlideShow cutting off top of pics

      @RonR I have the same issue. How do you “pull the window in from the side”? Can you post the module section from config.js, please?

      posted in Troubleshooting
      M
      msimon360
    • RE: MMM-Carousel Issue

      @Dunc12 I had the same issue. I removed the position: parameter from the Carousel configuration in the config.js file. Without a position the title is not displayed.

      posted in Troubleshooting
      M
      msimon360
    • RE: MMM-Carousel extra text

      I found the simple fix. I removed the position option from the Carousel module in the config.js file. Doh! I thought it said required but it said “NOT Required”.

      posted in Troubleshooting
      M
      msimon360
    • MMM-Carousel extra text

      I have MMM-Carousel working in position mode for bottom-bar. Above the modules the text “MMM-Carousel module_9_ MMM-Carousel” appears. How can I get rid of this?

      posted in Troubleshooting
      M
      msimon360
    • MMM-DailyDilbert no longer works

      Since Scott Adams has moved his comic to a pay wall you can no longer download it.
      Too bad, I love Dilbert.

      posted in Entertainment
      M
      msimon360
    • MMM-Jast - Loading and no data SOLVED

      I installed MMM-Jast v2.9.5 on a fresh Install of MagicMirror2 on my Raspberry Pi 5.
      All I was getting was the word “Loading”. The problem was fixed when I downgraded yahoo-finance2 from 2.14.0 to 2.11.3 as in the Jast package.json.

      cd ~/MagicMirror/modules/MMM-Jast
      rm -rf node_modules package-lock.json
      npm install yahoo-finance2@2.11.3 --save-exact

      posted in Troubleshooting
      M
      msimon360
    • 1 / 1