A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Background Image not updating

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    R
    oh i feel so stupid, i startet with fiddling in css and z-index and did not see that i can just set: module: “MMM-ImagesPhotos”, position: “fullscreen_below”, i’m very happy now, after adding a timestamp to the downloaded filename the image is updating now nicely
  • Problem with config MMM-Paris-RATP-PG

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Mykle1M
    @Massi1990 I don’t even see that module on github. :-/ Edit. Found MMM-Ratp Edit: Found ‘MMM-Paris-RATP-PG They sure didn’t make it easy
  • MM-Calendar Doesn't Seem to Follow Some Config Options

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    E
    Quoting the values corrected the issues I was having with them. I think I’m good with this now and appreciate the help.
  • MMM-AVStock doesn't display NASDAQ Composite Index Info

    Unsolved
    1
    1 Votes
    1 Posts
    530 Views
    F
    Mistakenly posted this in productivity. I have tried and tried to get the NASDAQ Composite to display info, but it will only display the alias name. I’ve used ^IXIC, IXIC, and .IXIC, but none will work. Can anyone help? It displays ^DJI and ^SPX just fine.
  • PM2 - debug module?

    Unsolved pm2 error update
    5
    0 Votes
    5 Posts
    2k Views
    S
    @traustisig also, there is a new upgrade script in next release… see https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing to use it now
  • Calendar Nextcloud with dedicated port

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    C
    Hi, I didn’t find the solution but I used this one and all is ok.
  • MMM-Hotword

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    K
    @Sean will do.
  • MMM-NEWS-QR not appearing

    Unsolved
    1
    0 Votes
    1 Posts
    723 Views
    F
    I am currently working on my first magic mirror and I cannot get the QR code for my news feed to appear. Here is my code: { module: "MMM-News-QR", position: "bottom_right", config: { updateType : "push", interval: "2000", animationSpeed: "2500", colorDark: "#fff", colorLight: "#000", imageSize: "150" } }, Any advice?
  • MMM-SystemStats question

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    G
    @broberg that’s helpful, thank you. Though now I wonder what the time period is that SystemStats is referencing. I guess I’ll have to pay more attention to how frequently the load fluctuates, which I guess would suggest a shorter time period.
  • how i do change font and it's size of a module?

    Unsolved
    5
    0 Votes
    5 Posts
    6k Views
    B
    @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
    854 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
    615 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
    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
    709 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
    821 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
    719 Views
    O
    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"}} ] } },