A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-NFL Only shows "loading"

    6
    1
    0 Votes
    6 Posts
    1k Views
    Mykle1M
    @strawberry-3-141 :thumbsup:
  • Table width, how do I increase it?

    2
    1
    0 Votes
    2 Posts
    456 Views
    BKeyportB
    I set my table with a variable width using a percentage for my module. https://www.w3schools.com/tags/tag_table.asp is a good place to start, and you can then adjust things like the <td> tag as needed. jsfiddle.net is a good place to play, as well, FYI. You can build your JS up and get it working, then all ya gotta do is translate to MM spec.
  • MMM-Lunartic, remove displays 2 indications

    4
    0 Votes
    4 Posts
    381 Views
    R
    it’s work, thanks a lot !
  • calendar parser test fix

    1
    0 Votes
    1 Posts
    769 Views
    S
    see https://forum.magicmirror.builders/topic/13669/new-test-calendar-ics-parser-available
  • Twitter feed

    21
    1 Votes
    21 Posts
    13k Views
    C
    don’t forget ‘…’ in code
  • MMM-MovieListings, How to delete rating line

    6
    1
    0 Votes
    6 Posts
    875 Views
    R
    it does not work, tan worse I leave it like that. Thank you for your help…
  • MMM Awesome Alexa installing snowboy.

    44
    0 Votes
    44 Posts
    17k Views
    A
    @sdetweil Okay, would gladly like to tell that this did get the errors but it worked even with them. I didn’t knew until now that its fine to get those errors as no one mentions them anywhere in the scripts. Now the one thing is that the alexa only listens once and then stops listening to hotword. My mic is working and I have checked that. Speakers are working, I read somewhere about the electron and Chrome issue not sure if that would be the reason. But if that is then I will try, if that doesn’t work ill ask. Thank you for the help and support
  • MMM-GoogleDriveSlideShow npm-install shows no progress

    Moved
    7
    0 Votes
    7 Posts
    1k Views
    E
    I am not sure why it is not work, but it works with yarn install thanks for your help
  • Do not display modules when booting MagicMirror

    Moved
    3
    1
    0 Votes
    3 Posts
    769 Views
    S
    @radioman I am not aware of any tools that will do what u want directly. you might be able to use MMM-Pages make the main page without the rain module, and another with.
  • MMM-CalendarExt2 can't get events to word wrap

    1
    1 Votes
    1 Posts
    413 Views
    T
    Hi all, This is my first experience with MagicMirror2 and trying to drop Dakboard. I have pretty much what I want setup but am pulling my hair out when it comes to having the Event Title in the Week View wrap. I don’t want the ellipsis. I just want the text within each event to wrap if it can’t fill the cell or expand the cell. I have tried various CSS changes and nothing is working quite right. Thanks Claus
  • MMM-Assistant2Display It plays Youtube or something not well.

    2
    0 Votes
    2 Posts
    692 Views
    ?
    humm, maybe you can help me? I just lost the link to the MMM-Assistant2Display wiki, don’t you have it handy?
  • How to use MMM-GoogleAssistant?

    mmm-googleassistant
    3
    0 Votes
    3 Posts
    2k Views
    M
    thx :D mic doesnt work so well. so I changed. and it works.
  • difference between MMM-awesome-alexa and MMM-Alexa

    8
    0 Votes
    8 Posts
    1k Views
    S
    @pvancald you can scan for devices directly w your Alexa device. alexa scan for devices or alexa discover devices
  • MMM-EasyBack / Nothing to display ..

    2
    0 Votes
    2 Posts
    521 Views
    S
    @vietscong before u go down that path, open the developers window ctrl-shift-i on the keyboard, then select the console tab and scroll up to see any errors. you shouldn’t need to run the chromium browser. did u try the default backgrounds?
  • trying to setup a DHT22/am2302 not getting readings

    5
    0 Votes
    5 Posts
    1k Views
    BKeyportB
    @Fozi I wonder if that’s why I’m having problems getting readings from time to time. I’ve got a DHT on a board, but I don’t think it’s got anything other than direct wiring to the pins you solder to.
  • No calendar !!

    Moved
    4
    0 Votes
    4 Posts
    571 Views
    lavolp3L
    @bhepler said in No calendar !!: In the future, please post requests for help in the Troubleshooting section of the forum. moved
  • MMM-Calendar End Times

    2
    0 Votes
    2 Posts
    506 Views
    S
    @biscuitbigfoot according to the doc it’s showEnd: true, just once
  • MMM-sort wont load help needed

    9
    0 Votes
    9 Posts
    2k Views
    G
    Sam, you are totally right by changing the port number it fixed the issue ;-) thanks you are genius! Kind regards Lukas
  • MMM-CalendarExt2 Not showing on MM.

    1
    0 Votes
    1 Posts
    204 Views
    D
    Here is what I have in my module config: { module: "MMM-CalendarExt2", position: "lower_third", header: "Sweetest Things Monthly Calendar", config: { calendars : [ { url: "my private url.ics", method: "basic", user: "myusername", pass: "mypass", }, ], views: [ { mode: "monthly", }, ], scenes: [ { name: "DEFAULT", }, ], }, }, This is what the HTML shows: [image: view?usp=sharing] It seems for whatever reason it doesn’t parse or show up correct. When I installed it it the very first time and did the npm install something messed up and I went and redid it and it said it was all done correct. But I am guessing something has gone wrong and it won’t display correct? I think my config file is correct especially if I remove the auth it is pretty basic. I have also removed the module folder and tried to install again from scratch with no luck. Not really sure any longer what I need to do to make this show up. I am hoping I am just doing something dumb in the config but let me know if anyone can help?
  • RaymondMolenaar/MMM-Netatmo

    1
    0 Votes
    1 Posts
    480 Views
    C
    I’m using this module and it looks fantastic, so I would like to use this module for my second netatmo-station too, but this module dosn’t show the datas from the second station? Is there anybody out there who can give me a hand? I already tried to copy the module and i can figure out to get datas from each station but not together. If I’ve two modules in my config the second module isn’t working. Only the module that is listed above in the configuration file is taken into account. greeting KUP