A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-CalendarExtPlan and coloring calendars

    6
    1
    0 Votes
    6 Posts
    1k Views
    S
    @wenike well, you can test on a bigger screen … I know… but some of this is just hard work…
  • 0 Votes
    2 Posts
    428 Views
    S
    @causerino yes, see https://forum.magicmirror.builders/topic/14209/server-client-setup-how-to-force-client-s-custom-css/4?_=16175438725888
  • Is it possible to change the CSS layout at a certain time? (Dark Mode)

    11
    0 Votes
    11 Posts
    4k Views
    F
    @mopedmann Hi, the Css-Switcher is really the more comfortable way to do the change! but, you don’t learn the basics of coding ;-) Anyway, good to hear that it works in both ways. Greetings Foxy
  • Help please

    5
    0 Votes
    5 Posts
    970 Views
    I
    @sdetweil Thank you! On it!
  • Change the layout of my MM...I'll try!

    6
    0 Votes
    6 Posts
    2k Views
    S
    @Egnos yes, you could mske it smaller. just fiddle w the css and change staryip size in config.js electronOptions:{ fullscreen:false , x, y, height …} aee the.options for the electron browser api
  • Clock module

    clock
    4
    0 Votes
    4 Posts
    1k Views
    D
    Many thanks for your help!
  • Reduce font size in System stats

    9
    0 Votes
    9 Posts
    2k Views
    P
    ground control to major C WOW,it works,you are a genius…thanks so much, I had just about given up on stats
  • Resize middle center region

    3
    0 Votes
    3 Posts
    2k Views
    S
    @dcarls91 i think you could override the regions sizings in custom.css this is whats in main.css for the center .region.third, .region.middle.center { width: 100%; text-align: center; transform: translateY(-50%); } .region.upper.third { top: 33%; } .region.middle.center { top: 50%; } .region.lower.third { top: 66%; } and index.html (spaces after < because the viewer here does some funny stuff) < div class="region upper third">< div class="container">< /div>< /div> < div class="region middle center">< div class="container">< /div>< /div> < div class="region lower third">< div class="container"><br/>< /div>< /div> so, if u make upper a little smaller and middle a little bigger… it might work out
  • is custom.css only for default modules?

    13
    0 Votes
    13 Posts
    4k Views
    S
    @ShuraimHassan said in is custom.css only for default modules?: could you show me an Example that how Can I do this? do what? make a module, add a css style to an element? I don’t know ‘responsive’. currently main.css is in pixels for 1920x1080. I have a version I converted to vh/vw. 3rd party. mm supplies font_awesome. (see the fonts folder) other than that every module can use whatever they want. no restrictions.
  • How to write and test CSS without going crazy..

    6
    0 Votes
    6 Posts
    1k Views
    C
    @sdetweil said in How to write and test CSS without going crazy..: if u install winscp or bitvise ssh client on your PC, then u can double click edit files on your pi, just like u do on windows If anyone is looking at this issue in the future and trying to do this on Mac see here: https://www.raspberrypi.org/documentation/remote-access/ssh/sshfs.md
  • CSS for small fullscreen display

    7
    2
    0 Votes
    7 Posts
    2k Views
    S
    @cweinhofer I am glad it helped
  • Change the regions positions

    1
    1
    6 Votes
    1 Posts
    2k Views
    Piranha1605P
    Here is an example .css to change the regions positions. You can move and position the regions freely. [image: 1593852935481-unbenannt.jpg] /** * Region Definitions. */ .region.bottom.bar { background : gray; position: absolute; width: 50%; } .region.top.bar { background : gray; position: absolute; width: 50%; } .region.top.right { background : green; margin-right: 100px; margin-top: 100px; } .region.top.left{ background : red; margin-left: 100px; margin-top: 100px; } .region.top.center { background : blue; *margin-left: 100px; *margin-top: 100px; } .region.bottom.right { background : green; margin-right: 100px; margin-bottom: 100px; } .region.bottom.center { background : blue; margin-bottom: 100px; } .region.bottom.left { background : red; margin-left: 100px; margin-bottom: 100px; } .region.third { background : cyan; } .region.middle.center { background : cyan; margin-bottom: 100px; text-align: center; position: absolute; width: 45%; height: 33%; left: 1100px; } .region.upper.third { background : yellow; margin-bottom: 100px; text-align: center; position: absolute; width: 45%; height: 33%; left: 1100px; } .region.lower.third { background : magenta; text-align: center; position: absolute; width: 45%; height: 33%; left: 1100px; }
  • Change background image based on time of day

    background timeofday
    18
    0 Votes
    18 Posts
    10k Views
    X
    @Piranha1605 Yeah dude I took a gander at your github and then set everything to my needs. I appreciate it!
  • Global anti-animation

    5
    0 Votes
    5 Posts
    864 Views
    BKeyportB
    I think I found where it’s at, it’s actually a transform in the CSS.
  • MMM-Pages - Turn scripts on/off when enter page

    3
    0 Votes
    3 Posts
    693 Views
    thgmirrorT
    Hi @rubenix , Thank you for your hint, I will give it a try. Greetings Thomas
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    124 Views
  • New to building modules. plz help

    18
    0 Votes
    18 Posts
    4k Views
    S
    @Djninja926 cool…
  • Adding background Image

    6
    0 Votes
    6 Posts
    15k Views
    Mykle1M
    @j-ason I answered you in your other post.
  • Move a module with custom.css

    4
    0 Votes
    4 Posts
    2k Views
    E
    Ok then I try! Thanks guys for the support. :winking_face:
  • Need to set .region.top.left to a static size

    1
    0 Votes
    1 Posts
    374 Views
    V
    I am working on using MM as a family calendar using the 1080p monitor in portrait mode. I am using MMM-CalendarExt2 and have the main large calendar positioned at “fullscreen_below”. Then I have a daily view at position “top_left”. I would like to see as many daily event entries as possible, however it will overlap if there are too many. Currently I am setting the slotCount as 4 to overcome this but there are many days where there is so much unused space that could be filled with additional daily events. Is there a way in CSS to change the .region.top.left to force a static size and prevent it from overlapping the content below? I tried the following in custom.css but this doesn’t work and I am limited in my knowledge with css and such things but would like to find a solution to it. body { } .region.top.left { height: 500px; max-height: 500px; }