MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Black border around Gslide?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    2 Posts 1 Posters 337 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K Offline
      kasperinline
      last edited by

      Hello everybody online

      I’m looking for a solution to get rid of the black border around my GSlide (See screenshot)

      screenshot.png

      This is the code in config.js

      {
      module: "MMM-iFrame-GSlides",
      header: "Arangementer, ture",
      position: "top_left",
      config: {
        url: "https://docs.google.com/presentation/d/e/2PACX-1vT04vwA1wVmel9V-ew1t-c33GaS64tU0nLeMDjTDl5bUr2-CjfjxdRCEJiBFEPlH7xbqxP6KCxVvGIG/embed?start=false&loop=false&delayms=3000&rm=minimal",  
        RefreshInterval: 5 * 60 * 1000, // Refreshes Page every 5 minutes.
        width: "400px", 
        height: "600px" 
      	}
      },
      

      I’ve tried to add this in custom.css

      .MMM-iFrame_Gslides {
      border: none,
      };
      

      I got the same result, using another iFrame-module

      Can anybody help?

      Merry Christmas

      K 1 Reply Last reply Reply Quote 0
      • K Offline
        kasperinline @kasperinline
        last edited by

        I Used this solution link

        Now it works… at bit slowly, but it works

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy