A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • how i do change font and it's size of a module?

    Unsolved
    5
    0 Votes
    5 Posts
    6k Views
    brobergB
    @Newbie007 It is .modulename Case sensitive So if nothing is changed for the deafult helloworld module it is .helloworld
  • Default Calendar date off

    Unsolved
    1
    0 Votes
    1 Posts
    838 Views
    P
    Howdy, Yes I have search here and Google and no the “showEnd: false” does not work. It has been doing this for a while on two units and I just did a fresh install on one so new setup. Anyone else still having an issue? The dates are show one day before the time on the calendar. And it is doing it on new and old entries. Thanks for any help.
  • MMM-bringList not working

    Unsolved
    7
    1 Votes
    7 Posts
    3k Views
    A
    @serge-cherpy je viens de trouver. Avec un peut de curiosité on trouve;) Il suffit d’aller dans le fichier : bring-profil.js tu changes les deux lignes : this.catalogUrl = “https://web.getbring.com/locale/catalog.de-DE.json”; this.articleLocalizationUrl = “https://web.getbring.com/locale/articles.de-DE.json”; par this.catalogUrl = “https://web.getbring.com/locale/catalog.fr-FR.json”; this.articleLocalizationUrl = “https://web.getbring.com/locale/articles.fr-FR.json”; et hop la liste est en francais
  • MMM-MirrorMirrorOnTheWall - Newer Instructions?

    Unsolved
    1
    0 Votes
    1 Posts
    603 Views
    R
    I have spent a couple of evenings trying to implement this module. I have found 2 things… Instructions are very outdated. There are over 50+ pages of forum discussion about installing it. I’m about to the point where I’m about to abandon the idea of installing this unless someone has newer instructions. So, does anyone have newer instructions? Thanks in advance. Recommendations on what the best voice (maybe even conversational) IoT modules? Alexa or otherwise? Thanks.
  • MMM-CalendarExt2

    Moved
    4
    1
    0 Votes
    4 Posts
    2k Views
    ?
    @shfaxx said in MMM-CalendarExt2: How can I get events to wrap to second line in month view? Saw somewhere that it’s not possible due to multi day events? However I think I just saw someone post this. Can’t wrap. Ideally, it could be done by modification of CSS, but I don’t recommend it. I regard this table views as a summary or overview, so I didn’t make it show details. MagicMirror screen resolution is not so enough(especially vertical layout). If wrapping would be allowed, the number of showing events should be less. For example, you have 6 events on Nov. 13, 4 are partially shown and 2 are hidden. With wrapping, 1 or 2 events would be displayed fully but others might be hidden. I believe it would be worse than current. My suggestions are; To use with other detail views - daily or upcoming, current views - together to get detailed information. You can abbreviate titles and give separated styles by transform option to distinguish easily with less text. (Example; you can give an icon and blue font for Kim's schedule and remove the text Kim from event Title.) My entire left side of my calendar getting cut off - How can I shift the whole calendar to the right? I’m assuming I have some conflict border or margin setting somewhere, but after many edits, I still cannot correct it. Maybe. But without whole CSS, I have no idea about it. Why does calendar disappear for a second and come back? Is it refreshing? Can I stop it from disappearing? Yes, it is refreshing. Adjust interval from configuration.
  • martinkooij/MMM-MyWeather: error message about appid

    Unsolved
    1
    0 Votes
    1 Posts
    690 Views
    D
    Hi all, I installed and configured @martinkooij 's module correctly (I think): { module: "MMM-MyWeather", position: "bottom_left", config: { apiKey: "xxxxxxxxxxxxxxxxxxxxxxx", lat: "xx.03586", lon: "x.06379", coloricon: true, hourly: '1', fctext: '0', fcdaycount: "5", fcdaystart: "0", hourlyinterval: "3", hourlycount: "3", alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 1, UseCardinals: 0, layout: "vertical", fadePoint: 0.8, windunits: "kph" } All I’m seeing, though, is this weird error message from a previous fork, I think: Please set the correct openweather *appid* in the config for module: MMM-MyWeather. The module’s config, however, refers to weatherbit.io as its apibase. My apiKey seems to work there: I manually tested it and it does record “calls made” under my apikey, so that should check out. What am I missing?
  • MMM-awesome-alexa issue with responses

    Unsolved
    2
    0 Votes
    2 Posts
    806 Views
    D
    Still looking to resolve this. Is anyone having the same issue?
  • MMM-Page - How does the page change

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    CyruS1337C
    @Stoffbeuteluwe Has worked so far, thanks. Now the positions of the modules which are in the corners are no longer in the corners but are slightly offset against inside. How can I, for example, bring my QR code module (MMM-EasyPix) to the outside, towards the edge of the screen?
  • two Magic Mirrors start using pm2

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    B
    @sdetweil perfect! Thanks!
  • MMM-Hotword Listening, but not doing

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    ?
    @nakedrabbit I’ll launch AMK2 ver 3. in a few weeks. (I hope. I have not enough time nowadays). In that version, this annoying dependency for sound output will be deprecated, so you may use your HAT without issue. Wait a while and sorry again for your inconvenience.
  • Remote Control and Module Scheduler Not Turning off Monitor

    Unsolved
    1
    0 Votes
    1 Posts
    697 Views
    ooom416354O
    hi all, I am using the MMM-Remote Control module with the MMM-ModuleScheduler and for some reason I can’t get the monitor to turn off or on automatically. The actual webpage to connect using the remote control works to turn it off and on but it isn’t working in conjunction with the scheduler. Is there something I am missing? I had this working for awhile but had to re-image due to a corrupt SD card. thanks! { module: 'MMM-Remote-Control' }, { module: 'MMM-ModuleScheduler', config: { notification_schedule: [ // Turn the screen on at 05:00 every morning {notification: 'REMOTE_ACTION', schedule: '00 5 * * *', payload: {action: "MONITORON"}}, // Refresh all modules at 11:25 every night {notification: 'REMOTE_ACTION', schedule: '25 23 * * *', payload: {action: "REFRESH"}}, // Turn the screen off at 11:30 every night {notification: 'REMOTE_ACTION', schedule: '30 23 * * *', payload: {action: "MONITOROFF"}} ] } },
  • Disappearing module

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @lavolp3 said in Disappearing module: If that’s the case, RTFM! Lol! Hell yes! :-)
  • Config.js example of MMM-Page-Selector & MMM-CalendarExt2 working together

    Unsolved
    12
    0 Votes
    12 Posts
    6k Views
    L
    I have it working but I don’t think you can do what you are trying to do in your config, CalendarExt2 overwrites everything so what I did was keep it in the same place on every page and then adjust the items around it. That is the only way to make it work - you can’t have it it one place on page one, try to change the view on page two Start with a simple two page rotation with all the same modules showing (in the same places). Make sure it shows as the pages rotate
  • MMM-NFL Time zone change?

    Unsolved
    1
    0 Votes
    1 Posts
    469 Views
    T
    The games are showing at incorrect times, how can I change that timezone? format 'ddd h:mm'
  • MMM-MyCommute - installation error

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @sdetweil Thanks
  • MMM-CalendarExt2: Module not showing

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    F
    problem detected :D turns out MMM-CalendarExt2 did not support webcal:// like MMM-CalendarExt. Så I replaced all webcall;// with https:// and now it works.
  • MMM-awesome-alexa

    2
    0 Votes
    2 Posts
    1k Views
    B
    @dpnkrg You can only change the wake word to “echo” or " computer. See this website for details https://lifehacker.com/how-to-change-alexas-wake-word-to-something-other-than-1830964487
  • Help with the camera

    16
    0 Votes
    16 Posts
    9k Views
    R
    @xela Hi, I’m getting the same error you noted how did you overcome this error ??
  • Awesome alexa

    Unsolved
    1
    0 Votes
    1 Posts
    2k Views
    T
    Is anyone able to install mmm.awesomealexa recently? Trying to install but no luck. Error every time.
  • MMM-Buttons only working with the first button

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    FoziF
    Also make sure you are using a pull-down resistor with each button to avoid a floating status of the GPIO pin. I currently have no link at hand, but if you search the forum or Google you‘ll find a scheme how wire the pull-down.