A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-PublicTransportHafas - Loading - undefined

    Unsolved
    1
    0 Votes
    1 Posts
    348 Views
    evroomE
    Hi, Besides the calendar module, this module is the most used module in our household. Especially my wife has become quite dependent on it. Thank you to the developer and the maintainer. But, since a couple weeks I get this “Loading - undefined” message, which is quite annoying. It ‘restores’ itself automatically, so that is a good thing. I opened an issue for it: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas/issues/185 My used end-point is db (Deutsche Bahn). What I would like to know is, if there are more users of this module and if they experience the same ?? Thanks in advance, E.J.
  • Parsing error: Unexpected token {

    Unsolved
    6
    0 Votes
    6 Posts
    916 Views
    S
    @Dawcio232v2 paste the text. Pictures don’t help Show the config, find line 82 and look for a missing trailing comma on line 81
  • MMM-Pages - Fade/Animation

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    BKeyportB
    @sdetweil I’ve given up as other methods smoothed out the transitions anyway (The website that took too long to reload).
  • Cannot get MMM-EmbedURL to show any sites

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    U
    @sdetweil said in Cannot get MMM-EmbedURL to show any sites: @unaccomplished its where the cursor is when you click the </> button must be on the start of the line Got it. Thank you for your continued help!
  • installetion error

    Solved
    5
    0 Votes
    5 Posts
    304 Views
    S
    @paddy49 see this https://forum.magicmirror.builders/post/121607 node is not IN the MagicMirror folder, it is a system tool
  • Problema con il modulo MMM-Forum

    Unsolved
    2
    0 Votes
    2 Posts
    145 Views
    S
    @KristjanESPERANTO we have had a few forum updates
  • MMM-EmbedURL with MMM-Pages - Website reload....

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    wishmaster270W
    @BKeyport Sorry, to one I’m the documentation is the correct one. Great to hear it is working.
  • FullPage OS not Displaying Mealie Menu

    Unsolved
    5
    0 Votes
    5 Posts
    598 Views
    S
    @adampotgieter also, don’t double post All users w reputation below 2 have their posts reviewed. This stops all the porn and junk posts
  • MMM-OpenWeatherForecast - loading issue

    Solved
    23
    3
    0 Votes
    23 Posts
    5k Views
    S
    @el_georgie did you get a new api key?? 3.0 requires a credit card, only 3.0 available now
  • How to show/hide a module depending on if has data

    Solved
    3
    0 Votes
    3 Posts
    348 Views
    S
    @sdetweil Thank you! Using developers tab and console.logs, I fixed the data coming in (driven on a timer). Once that was correct, your confirmation/explanation of show/hide made total sense! If (items.length> 0) { this.show(); } else { this.hide(); } Works great!
  • update

    Solved
    7
    1 Votes
    7 Posts
    948 Views
    P
    HELLO I ALSO THINK THANK YOU AGAIN
  • MMM-CalendarExt3 24hr time

    Solved
    6
    0 Votes
    6 Posts
    886 Views
    S
    @siujd2001 awesome
  • Issue with MMM-GoogleTrafficTimes: Google Traffic Module

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    H
    Could be a faulty installation… At the 3rd Party Modules page on GitHub you’ll find 2 different versions of the MMM-GoogleTrafficTimes module; an old one from pjestico and a newer one from Jacopo1891. I couldn’t get the Jacopo1891 version working, so I tried the pjestico version (on MacOS), and got the following error at installation: npm ERR! Your cache folder contains root-owned files, due to a bug in npm ERR! previous versions of npm which has since been addressed. npm ERR! npm ERR! To permanently fix this problem, please run: npm ERR! sudo chown -R 501:20 "/Users/harriev/.npm" It fixed the problem indeed, the module worked fine afterwards. Then, I removed the old module, installed the Jacopo1891 version and that worked as well.
  • MMM-GoogleAssistant error when trying to get reponse?

    Unsolved
    7
    0 Votes
    7 Posts
    852 Views
    A
    @sillen can you tell me where the forum is? I can’t find it anywhere.
  • MMM-Pir Monitor stays black instead of turning off completley

    Solved
    6
    0 Votes
    6 Posts
    661 Views
    bugsounetB
    @Che I am touched by your “thank you” in French! Happy use, @bugsounet
  • Calendar doubling events- Calendar & Calendar EXT3

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    S
    @MMrustykayn66 we worked this offline He ended up w 2 instances of calendar module 1 for ext events past and future 1 for short list of this week’s next 10 events And the updated calendar module in test
  • MMM-CalendarExt3 - How do I get more weeks in mode: "weeks"

    Solved
    4
    0 Votes
    4 Posts
    501 Views
    S
    @MMrustykayn66 MagicMirror is case sensitive
  • MMM-DynamicWeather Failed getting api: 401

    Solved
    21
    0 Votes
    21 Posts
    4k Views
    S
    @JohnGalt awesome! computers are very picky!
  • All Google Modules Down?

    Unsolved
    1
    1
    0 Votes
    1 Posts
    244 Views
    lucallmonL
    I have been using MM since… uh… at least 2016 building and rebuilding many times. However, at some point this week, I noticed all of my modules that use Google info (mail, calendar, and MMM-MyCommute) have all disappeared from my MM. This is what I get from the logs. [image: 1731234057315-google-log.jpg] Any idea what’s causing this or what I can do to fix it?
  • How can I increase the font size for some modules?

    Unsolved
    5
    1
    0 Votes
    5 Posts
    1k Views
    S
    @schrecki css is a tricky beast, some settings are inherited by smaller components , some not. there is no single setting that works for all i don’t know the exact answer for any module but you can find it by using the developer window elements tab see the second link in my signature below one key thing to know is the css stuff you need to add to custom.css the stuff before the { is the selector clause it ‘selects’ the elements the stuff inside the {} will be applied to . (dot) means classname # means id value no prefix means an html tag name div, p, table... i use this cheatsheet site https://www.w3schools.com/cssref/css_selectors.php they have changed it to group the types, so you have to look thru the types