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

    Posts

    Recent Best Controversial
    • RE: MMM-Globe

      @lolobyte
      Sorry. So, thank you for this excellente source!

      @LukeCodewalker
      readme is adjusted.

      posted in Utilities
      SvenSommerS
      SvenSommer
    • RE: MMM-Globe

      @schlachtkreuzer6
      done, I also included the sources from binderth and made a pull request.

      posted in Utilities
      SvenSommerS
      SvenSommer
    • RE: MMM-Globe

      @schlachtkreuzer6
      Hey guys,
      I was able to cut the white bar by cutting the last pixels (depending on the image size) from this image with adding the following to MMM-Globe.js

      getDom: function () {
          var wrapper = document.createElement("div");
          if (this.config.style == "europeDiscNat") {
      	wrapper.style.height = 0.98 * this.config.imageSize - 1 + "px";
      	wrapper.style.overflow = "hidden";
          }
      
          var image = document.createElement("img");
      
      posted in Utilities
      SvenSommerS
      SvenSommer
    • 1 / 1