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

    Posts

    Recent Best Controversial
    • MMM-OnlineImagesViewer not showing webcams

      Hello, I try to show webcams with MMM-OnlineImagesViewer but they do not show. If I point to a picture it does come up. Looking in the tools console I do not see an error related to this module. I only see
      module.js:372 Parameter mismatch in module.hide: callback is not an optional parameter!

      The module is up to date. I run Trixie on a py 4 and the latest MM version.

      This is in my config
      {
      module: “MMM-OnlineImagesViewer”,
      classes: ‘page1’,
      position: ‘bottom_left’,
      header: “Webcams”,
      config: {
      images: [
      “https://dinosaurdracula.com/wp-content/uploads/2013/09/115.jpg”,
      “https://www.itfryskegea.nl/bezienswaardigheden/wildcam-zeearend/”
      ],
      random: false,
      updateInterval: 30 * 1 * 1000, // every 5 mins
      showAll: false,
      maxWidth: “300px”,
      random: true,
      numColumns: 1
      }
      },

      posted in System
      R
      renevandenbroek
    • 1 / 1