A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Location of the icon table in wx module

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    S
    See the weather.njk where it calculates the icon from the f.weathertype
  • Finding module classes

    Unsolved
    11
    0 Votes
    11 Posts
    6k Views
    S
    see the calendar module readme https://github.com/MichMich/MagicMirror/blob/master/modules/default/calendar/README.md#calendar-configuration-options
  • Would this cause a conflict with MMM-RemoteControl

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    M
    @sdetweil ok got it. Was just trying to figure out how to adjust screen brightness like I would with the app. makes sense
  • 2 MagicMirror windows

    17
    0 Votes
    17 Posts
    8k Views
    U
    @bhepler This worked, thank you!
  • View from lan

    Solved
    2
    0 Votes
    2 Posts
    711 Views
    R
    OK my bad, I had not approved the connection on pi-hole.
  • Shelly Switch Status on Mirror

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @Niggich sorry, I don’t know anything about the api’s other than what they documented, and I don’t have any of the hardware…
  • How to create a working config. For absolute beginners.

    4
    7 Votes
    4 Posts
    21k Views
    Mykle1M
    @cherrero said in How to create a working config. For absolute beginners.: You are my HERO! Thanks a lot Uhhh . . . ok! :-) You are very welcome. Have fun.
  • CalDAV with Synology

    Solved
    4
    1 Votes
    4 Posts
    2k Views
    F
    Ok, I solved it temporarily by using unencrypted http and port 5000.
  • Moving a Module x Pixels Higher

    Unsolved
    1
    0 Votes
    1 Posts
    352 Views
    D
    The newsfeed across the bottom of my (mostly-default) Magic Mirror overlaps the time and date element in the bottom-right corner. I’d like to move the newsfeed maybe 30 pixels further up my monitor. How would I do this? Thanks for your time.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • MM Server Mode in Docker on Raspberry

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @Serge ok, so you changed the magicmirror config to use port 80 inside the container your run command -p should be -p host_port:container_port so -p 80:80 requests to the host port 80 are forwarded to the container port 80 to make sure that MM in the container is working do docker inspect 37638fe6e1d0 | grep -i -m 1 \"ipaddress and look for the ip address assigned to the container should be "IPAddress": "172.17.0.??? ??? is most likely 2 then use your local system browser to go to http://172.17.0.???:80 skipping the port forwarding
  • 0 Votes
    2 Posts
    1k Views
    S
    A short update: I was able to move the modules manually using css. It seems to work but it’s not an elegant solution. Any ideas/suggestions how to do it right? [image: 0_1558509939513_Screenshot 2019-05-21 at 23.30.34.png] tml { height: 1080px; width: 1920px; } header { text-transform: uppercase; font-size: 26px; font-family: "Roboto Condensed"; font-weight: 600; border-bottom: 1px solid white; line-height: 15px; padding-bottom: 5px; margin-bottom: 10px; color: cadetblue; } body { margin: 10px; position: absolute; height: 1080; width: 1920px; background-color: rgba(214, 214, 214, 0.8); background-repeat: no-repeat; /*background-size: 1920;*/ font-family: "Roboto Condensed", sans-serif; font-weight: 400; font-size: 2em; line-height: 1.5em; -webkit-font-smoothing: antialiased; } .region.top.left .container .module.currentweather { width: 400px; height: 250px; position: absolute; left: 90px; top: 90px; background-color: rgba(20, 102, 186, 0.5); /*kek*/ } .module.clock { width: 400px; height: 400px; position: absolute; left: 760px; top: 90px; background-color: rgba(80, 196, 0, 0.5); /*zold*/ } .region.top.right .container .module.MMM-SL-PublicTransport { width: 400px; height: 500px; position: absolute; left: 1490px; top: -00px; background-color: rgba(20, 102, 186, 0.5); } .region.bottom.bar .container { width: 1740px; height: 310px; position: absolute; left: 90px; top: 680px; background-color: rgba(247, 173, 236, 0.5); /*magente*/ }
  • MagicMirror uninstall/removal

    Solved
    12
    0 Votes
    12 Posts
    6k Views
    Mykle1M
    @sdetweil said in MagicMirror uninstall/removal: the script checks for node and npm and installs them first… the product script does this too, but the npm side was removed from the support the script uses… This is why you’re the king! :thumbsup:
  • Bluetooth speaker audio not working

    Unsolved
    2
    0 Votes
    2 Posts
    636 Views
    S
    @ruhulayaan what modules do you have installed that make sound?
  • How to use other than NYT for news stream

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    B
    Please disregard all above. I guess I was not holding my mouth right when I tried it before. Working as you said. Thanks again
  • "What's next" calendar module?

    Unsolved
    2
    0 Votes
    2 Posts
    812 Views
    ?
    @BKeyport Like this? [image: 0_1558339634599_transform.png] You can do it with MMM-CalendarExt2 (MMM-CalendarExt could also do that but with different mechanism) With MMM-CalendarExt2, you can transform data of event before display it. transform: (event)=>{ event.icon = "fa-solid:user-secret" event.title = "My Secret" return event } See https://github.com/eouia/MMM-CalendarExt2/wiki/Filtering-and-Sorting#transforming
  • How to run as "https"?

    Solved
    9
    1 Votes
    9 Posts
    5k Views
    V
    I’m not familiar with how a PWA works so I’m not quite sure what you are asking here. Are you saying that you have a PWA running that has a valid ssl encryption and you want to send requests from the PWA to your magic mirror, but they are being blocked due to mixed content policies? What happens when you request to the magic mirror that is using the unsigned certificate? A wildcard certificate handles subdomains so if you wanted to use the same certificate you would need to point a subdomain to your magic mirror.
  • Can't find default 'Compliments' module

    Solved
    3
    0 Votes
    3 Posts
    981 Views
    R
    @sdetweil finally, thank you very much
  • New to Pi and MM Needing Help

    Solved
    3
    0 Votes
    3 Posts
    877 Views
    C
    @sdetweil - thank you! I wound up reinstalling it and it seems to be taking my edits. I appreciate the help!
  • Vertical Image Diagonal Line Issue

    Unsolved image resolution
    13
    0 Votes
    13 Posts
    7k Views
    M
    Here’s an update with an even better fix! While beginning my journey into custom css, I quickly came across another fix to the poor graphics of a vertically rotated screen. In my opinion, this fix is even better than using xrandr because this fix saves a ton on performance, results in a look just as good as using the screen in its native horizontal look, and once you implement it, it will stay implemented. All you have to do is copy and paste the following to your MagicMirror’s custom css: body { margin: 0; position: absolute; transform: rotate(90deg); transform-origin: bottom left; width: 100vh; height: 100vw; object-fit: cover; top: -100vw; visibility: visible; } There you go, just like that you’re set. The custom css of modules may have to be edited as well to make it work but that’s a small price to pay for a much better finished product. Credit where credit is due, I found this fix right here on the forum!