Coder Social home page Coder Social logo

Comments (3)

JohnWPB avatar JohnWPB commented on September 2, 2024

Interesting, I dragged the image to the edit window from my desktop, AND clicked and browsed for the screen shot to attach it, and neither way seemed to work. Anyhow I uploaded it to PostImage.org, and you can see it there:
https://i.postimg.cc/sxGrbLfs/Magic-Mirror-SS.jpg

from mmm-bmw-ds.

mykle1 avatar mykle1 commented on September 2, 2024

Please add this to your custom.css file and adjust accordingly. Only make one change at a time so that you can see the changes and understand what each does. In your case, start with the image element and adjust width and height to the same percentage. If you don't need to change anything else, don't. Try width and height at 2.75% to start and see how it looks then go from there.

.MMM-BMW-DS .header {
  color: yellow;               /* Header color. */
}
.MMM-BMW-DS .image {              /* icon size */
   width: 1.75%;
   height: 1.75%;
   margin-top: 0px;
   margin-bottom: -10px;
}

.MMM-BMW-DS .current {
  color: #FFFFFF;               /* Current text forecast color. Default is white. */
  font-family: Muli;
/*  font-size: .6em; */
}

.MMM-BMW-DS .summary {
  color: #FFFFFF;               /* General summary text forecast color. Default is white. */
  font-family: Muli;
/*  font-size: .5em;  */
   display: none;           /* uncomment to hide */
}

.MMM-BMW-DS .daily {
  color: #FFFFFF;               /* Days of the week and hi/lo temp color. Default is white. */
  font-family: Muli;
/*  font-size: .6em; */
}

from mmm-bmw-ds.

JohnWPB avatar JohnWPB commented on September 2, 2024

Sorry for the delay in responding. Thank you for the tips, I will follow up and try that out when I get back home in a couple weeks. Thanks again!

from mmm-bmw-ds.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.