A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Mirror not working after upgrading to v2.7.0

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @icripps for hotword there is a set of instructions in it’s readme about working thru this kind of problem. Will work for amk2 as well.
  • Whole font should be displayed brightly

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    K
    Hello, thank you for your help. The changes works. Lars
  • 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
    2k 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
    7k Views
    U
    @bhepler This worked, thank you!
  • View from lan

    Solved
    2
    0 Votes
    2 Posts
    640 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
    1
    7 Votes
    4 Posts
    20k 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
    295 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
  • 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
    920 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: 1558509939648-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
    5k 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
    542 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
    723 Views
    ?
    @BKeyport Like this? [image: 1558339634709-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
    874 Views
    R
    @sdetweil finally, thank you very much