• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

How do i make modules non-transparent

Scheduled Pinned Locked Moved Solved Custom CSS
7 Posts 2 Posters 2.8k Views 2 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.
  • ? Offline
    A Former User @richland007
    last edited by A Former User Nov 12, 2018, 8:10 AM Nov 12, 2018, 8:09 AM

    @richland007
    Add this in your ~/MagicMirror/css/custom.css, It will help.

    .module {
      background-color:rgba(0,0,0,0.5);
      border-radius: 20px;
      padding:10px;
    }
    

    But some modules which control it’s position by itself, will not be fit with this. In that case, find those elements and manually fix it.

    R 1 Reply Last reply Jan 11, 2019, 6:15 AM Reply Quote 2
    • R Offline
      richland007
      last edited by Nov 14, 2018, 5:41 AM

      @sean thank you it really did help :)

      1 Reply Last reply Reply Quote 0
      • R Offline
        richland007 @Guest
        last edited by Jan 11, 2019, 6:15 AM

        @sean I have been using the above sugestion of yours for the past few months however something strange happened. Last night i switched form cowboysdude fork and i downloaded your MMM-WeatherBackground after configuration of your module and starting to use it the above custom css no longer works although it is still in my custom.css file no one touched it!!!
        How is that possible and how do i get it back? I do not want my modules to be fully transparent i can’t see them with bright pictures in the background like the weather background or DropboxWallpaper.
        You know i appreciate any help i can get :)
        D

        ? 1 Reply Last reply Jan 11, 2019, 7:41 AM Reply Quote 0
        • ? Offline
          A Former User @richland007
          last edited by Jan 11, 2019, 7:41 AM

          @richland007
          His forked version (forked? I think it would be almost new build-up. :D ) is different with mine.
          It has its own feature to control opacity. See the instruction of module.
          https://github.com/cowboysdude/MMM-WeatherBackground#configuration

          R 1 Reply Last reply Jan 11, 2019, 9:02 PM Reply Quote 0
          • R Offline
            richland007 @Guest
            last edited by Jan 11, 2019, 9:02 PM

            @sean I am not using his anymore just yours straight up but making the modules non transparent just like you advised me ceased to work when i downloaded MMM-WeatherBackground and i did not touch any of the custom.css settings it was working beautifully before

            ? 1 Reply Last reply Jan 13, 2019, 10:27 AM Reply Quote 0
            • ? Offline
              A Former User @richland007
              last edited by Jan 13, 2019, 10:27 AM

              @richland007
              I should see all your css/custom.css and config.js. Send me via email : eouia0819@gmail.com

              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