A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • SingleStock

    Unsolved
    2
    0 Votes
    2 Posts
    691 Views
    plainbrokeP
    @plainbroke I can not get SingleStock to work for some reason. I have removed (deleted) using “sudo rm -rf” then reinstalled. git clone https://github.com/balassy/MMM-SingleStock.git did npm install went at got a NEW api token at https://iexcloud.io/console/tokens. Just incase my old one expired or was corrupt, still no luck. Any IDEA’s ??? I just want to monitor my UPS Stock.
  • Max Entry issue with Default Calendar Module

    Unsolved
    5
    0 Votes
    5 Posts
    749 Views
    V
    { module: "calendar", header: "Family Events", position: "middle_center", maximumEntries: 3, // <---- down one line after config:{, before calendars:[ config: { calendars: [ { fetchInterval: 7 * 24 * 60 * 60 * 1000, symbol: "calendar-check", url: "https://calendar.google.com/calendar/ical/orfr24if0dittkie6ml35f0bes%40group.calendar.google.com/private-XXXXXXXXXXXX/basic.ics" } ] } }
  • How can you use external device (esp32cam, etc.) In magicmirror?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    T
    @wishmaster270 Wow, what a great answer. Would love to see your system in action, it sounds superb.
  • Issues with a couple modules

    Unsolved
    2
    0 Votes
    2 Posts
    354 Views
    S
    @nx3xo solaredge loading is the default message displayed while modules are waiting for data…they should time out with an error but never do. sadly the module doesn’t log any errors it encounters. I would ask the author on the module GitHub page… which Google traffic module are u asking about there are quite a few that do different things
  • Scale website in MMM-EmbedURL

    Solved
    5
    1
    0 Votes
    5 Posts
    956 Views
    G
    @wishmaster270 The page doesn’t scale automatically, so maybe that’s the issue. Now I have used a different module: MMM-WebView, set the width and height in config.js and used the “transform: scale(0.6)” in custom.css to adjust the size. Now the complete website is shown with a proper size. Thanks for your help! Regards, Gerben
  • Met Office with Default Weather Module

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    M
    @matt216 amazing! Will check it out.
  • Help with troubleshooting MM start

    Solved
    2
    0 Votes
    2 Posts
    818 Views
    S
    @greaser01 do this cd ~/MagicMirror rm -rf node_modules rm package-lock.json npm install --omit=dev that will reinstall MagicMirror runtime on anything other than Windows no module folders or config affected
  • Disable GPU? MESA-LOADER failure on fresh manual install

    Unsolved
    8
    1
    0 Votes
    8 Posts
    2k Views
    S
    @BKeyport no… it’s not fatal, just annoying. maybe someone will figure out how to configure the video drivers in config.txt
  • MESA-LOADER: failed to retrieve device information

    Unsolved
    9
    0 Votes
    9 Posts
    8k Views
    C
    @sdetweil Thank you, I was all excited there for a second, but it didn’t fix the issue. As a secondary test, I commented out the actual start line in mm.sh, and the ‘npm run start’ still worked anyways. Looks like the ‘manual installation’ does not use your script. I might start a new thread here with a more specific question regarding disabling GPU and the location of the start scripts outside of config.js, when using this Manual Installation instruction off the main page. [image: 1687870997081-manualinstall.png] This is still the result of the run: [image: 1687870595416-config-error.png]
  • Axis camera display

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    A
    @wishmaster270 haven’t tried EmbedURL to run two streams yet, but WebView did work, so that’s a huge plus.
  • MMM-Google-Photos - trying to make it look better (css help)

    Unsolved
    1
    0 Votes
    1 Posts
    152 Views
    V
    Can I remove the "Album Name + Date stamp " that comes under the images ? I have only 1 Album. Is there a way to put a neat frame (a white line) around the image with a some black space between the image and frame ? Cheers
  • MMM-GooglePhotos - refresh ?

    Unsolved
    1
    0 Votes
    1 Posts
    203 Views
    V
    I got MMM-Google-Photos to work for the 1st time. I got updateInterval set low - 2 mins . But the MM is not refreshing images from the folder where new images are added and some old images removed. Is there a way to force refresh on restart ? Any thoughts ?
  • MMM Google Photos

    Solved
    3
    0 Votes
    3 Posts
    497 Views
    V
    Thanks! Something about the folder from where I issued the command. I think I was doing it from the wrong. Got it to work! Thank @sdetweil
  • MMM-Carousel w/ Slide Navigation changing page alone

    Unsolved
    4
    0 Votes
    4 Posts
    713 Views
    S
    @vandyck passing 0 in slides mode will disable… yes, he has it set to 10000, not 0
  • MMM-homeassistant-sensors Text Color

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    S
    @edd189 other than the above, you would have to change the code
  • MMM-CalendarEXT2 - Calendar Read Failing When Time Value Is Missing from ics file

    Solved
    28
    0 Votes
    28 Posts
    15k Views
    S
    @edd189 the problem on chromecast w EXT3 is the javascript es6 chaining operator https://forum.magicmirror.builders/topic/17677/mirror-showing-not-all-modules-on-all-devices/11?_=1686341739088
  • Ex detector

    Unsolved
    2
    0 Votes
    2 Posts
    364 Views
    S
    @videogame95 we don’t support his modules here at his request
  • EXT pages how to configure

    Unsolved
    2
    0 Votes
    2 Posts
    502 Views
    S
    @videogame95 we don’t support his modules here at his request
  • MMM-clock wraps srunrise time

    Unsolved
    3
    1
    0 Votes
    3 Posts
    575 Views
    S
    @MMRIZE Did not work for me, but it was a good hint… I added it in the clock_styles.css: .module.clock .sun, .module.clock .moon { display: flex; font-size: 25px; min-width: 130px; } .module.clock .sun > *, .module.clock .moon > * { flex: 1; font-size: 25px; min-width: 130px; Worked perfect for me! Thanks anyway! I hope i’ll find a solution for MMM-CalendarWeek too, at this time everything i tried did not work… Font-Size too small for me…
  • MMM-PIR-Sensor-Lite modification

    Solved
    27
    1 Votes
    27 Posts
    13k Views
    S
    @bugsounet got it