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

    Topics

    • F

      Way to display/refresh an image URL?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      9
      0 Votes
      9 Posts
      6k Views
      lolobyteL
      @fjnorb then make a pull request to the developer with your wish to implement a argument to define x and y with of the picture limitation. take a look at this post: https://forum.magicmirror.builders/topic/986/mmm-globe/25 ask @SvenSommer , maybe he can help you at firt before the pull request is done. 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"); Note from admin: Please use Markdown on code snippets for easier reading!
    • F

      Weather Forecast: showRainAmount displays in mm even when config.units='imperial'

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      9
      0 Votes
      9 Posts
      4k Views
      F
      Looks great! Appreciate the quick fix and quick responses, wish more FOSS projects were this professional and responsive.
    • 1 / 1