A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Raspbian is fullscreen, but the MM not

    Unsolved
    13
    1
    0 Votes
    13 Posts
    3k Views
    S
    @teandryk u can set that in config.js electronOptions: {width: xxx, height: yyy}, but it should have done it automatically
  • Problem with MYCalendar Module

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @sil3ntstorm yes https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later u can install multiple things at once if u know npm install x y
  • Nunjuncks on iOS 9 (iPad3)

    Unsolved
    8
    0 Votes
    8 Posts
    690 Views
    S
    maybe you wanted es6 shim https://github.com/paulmillr/es6-shim https://www.npmjs.com/package/es6-shim
  • Running MM results in error messages

    Unsolved
    6
    0 Votes
    6 Posts
    562 Views
    S
    @droidus this is a non-pi docker type container, trying to start graphics mode, but its not installed… this is headless my script starts installers/mm.sh so you can change the command from npm start to npm run server
  • How to Run Magic Mirror in Prod / Dev Versions?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    R
    Thanks all. I was thinking of cloning a memory card … but if duplicating the folder works then I can use that in the short term.
  • I changed text in a module, now I don't get the module

    Unsolved
    4
    0 Votes
    4 Posts
    807 Views
    S
    @halpi-thousand just put the stuff into config.js see the two links in my signature below
  • Looking for package.json in all the wrong places

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    S
    @halpi-thousand no need to run my script if u have it. read this about alexa https://forum.magicmirror.builders/topic/16069/alexa-implementations-now-more-difficult-and-some-features-will-stop-working
  • How do I make MM wait to load until it has a wifi signal?

    Unsolved
    4
    0 Votes
    4 Posts
    902 Views
    R
    @karsten13 said in How do I make MM wait to load until it has a wifi signal?: @rmcelwee look for “Network at Boot” on this site Hmm, that didn’t work for me. If I enable that option my RPi just sits at the desktop and never loads MM. I can see the wifi signal in the corner but it just sits there for some reason. If I turn that option off everything loads fine again.
  • MMM-TracCar update of time/devices

    Unsolved
    1
    0 Votes
    1 Posts
    278 Views
    JerryPJ
    Hello, I just added this module. The display of the users works fine, except there’s nowhere to find the update time. The location stays in the same position, or the device stays offline when they are online. When I restart the module the position is up to date. The config is below Greetings Jerry from Holland { module: 'MMM-TracCar', disabled: false, //false, true position: 'bottom_center', config: { url: "http://X.X.X.X:80XX", // Traccar Prive Server username: "XXXX", // pass: "XXXX", // gmapid: "AIzaSBLABLABLA", // Google Apps key map_width: "520", // width of the map element map_height: "265", // height of the map element map_border_radius: "10", // border radius of the map element (optional) map_zoom: "15", // zoom level of the map (optional) map_shadow_color: "false", // shadow color of the border element (optional) }},
  • MMM-CalendarExt2 not showing

    Unsolved
    2
    0 Votes
    2 Posts
    638 Views
    karsten13K
    @ruff-hi see https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • MMM-SensorGateway installation issue.

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    JaanzterJ
    I got old version running. [image: 1643473143036-rpiosmm.png] Found an old image. (I didn’t get that to work because SDCard extension/adapter didn’t accept all the cards) But I don’t stop trying to get newer version to work. @sdetweil Thank you for your help.
  • Permanent size for newsfeed box?

    Unsolved
    3
    0 Votes
    3 Posts
    674 Views
    TipponT
    @karsten13 said in Permanent size for newsfeed box?: .module.newsfeed { height: 200px; } That seems to be working perfectly, thank you :)
  • MMM-GoogleAssistant error

    9
    0 Votes
    9 Posts
    2k Views
    R
    @bugsounet got it. Just trying to help
  • MMM-Sonos Displaying when not playing any music

    Unsolved
    1
    0 Votes
    1 Posts
    191 Views
    D
    Have a relatively minor issue that I’m struggling with. I’ve installed Snille’s MMM-Sonos and everything is working great except for that the module still displays even when no music is playing. Currently it just shows “Now Playing” followed by my zones. Again, when music is going everything works perfectly, but it doesn’t disappear (or even stop displaying the zones) when the music stops. Any idea what might be causing this? Thoughts on how to troubleshoot/where to go from there?
  • MMM-PIR or MMM-PIR-Sensor issues...

    Unsolved
    17
    0 Votes
    17 Posts
    7k Views
    Mykle1M
    Gee, I’ve missed this place. No, really.
  • Error with node fetch for calendar on fresh install

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    mumblebajM
    @sdetweil I would assume that the user may have installed a newer version. MM requires 2.6.6 which is not the ES version I think they changed from v3 onwards.
  • Help. MM doesn't work Anymore

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    mumblebajM
    @extra said in Help. MM doesn't work Anymore: [23.01.2022 14:55.17.502] [ERROR] Error [ERR_REQUIRE_ESM]: require() of ES Module /home/pi/MagicMirror/node_modules/node-fetch/src/index.js from /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js not supported. Instead change the require of index.js in /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js to a dynamic import() which is available in all CommonJS modules. This is the wrong version of node-fetch that is installed on MM. You need to downgrade node-fetch to v2.6.1 or something earlier than v3 where the module was change to an ES module. I would uninstall node-fetch and check which module uses it and what specific version and install the correct version.
  • install script fail error

    installation error npm issues
    4
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @sdetweil said in install script fail error: use my install script, This install script is a godsend. Installing any other way is just, uh, … silly?
  • Should I update?

    Unsolved
    16
    0 Votes
    16 Posts
    4k Views
    P
    @sdetweil 😁 Saves a lot of work! Maybe I start a fresh install some day. Thanks for your help. Peter
  • MMM-PIR -Sensor doesn't work after update

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S
    Ok, so I’ll just ignore it. Thank you guys, have a nice day.