A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    835 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
    259 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
    608 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
    998 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
    644 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
    184 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
    1k 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.
  • Pm2 not starting MM

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @bkeyport installers/mm.sh is there for this purpose
  • pi0w status Jan 2022

    Unsolved
    1
    1 Votes
    1 Posts
    350 Views
    S
    pi0w does NOT work on new bullseye image, due to lack of working browser no electron for armv6l both Chrome and Firefox crash with segment fault (compiled for armv7l), pi0w DOES work on legacy (buster) image use my install script to get all the parts working node and npm have to be upgraded from the experimental release channel downlevel chromium-browser installed start mm in server mode, with chromium as ui I will keep this updated as we learn more
  • Updated MM and now i get white screen with "ERR_CONNECTION_REFUSED"

    Solved
    25
    0 Votes
    25 Posts
    8k Views
    O
    @sdetweil done and done sir! many thanks pi@raspberrypi:~/MagicMirror $ node -v v16.9.1
  • Problems after updating MMM-Homematic

    Unsolved
    4
    0 Votes
    4 Posts
    361 Views
    T
    @mumblebaj Thank you. The solution was a little misunderstanding, but I figured it out, and now it seems to work.
  • (solved) MM 2.18 - skipping optional Dependencys

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    O
    @sdetweil No. This fix it was not meant by you- it was for me… “but my inner monk says (to myself)… warnings are no good. Please fix it 😉”
  • Raspberry glitch? USB camera mic stopped recording

    Unsolved
    5
    0 Votes
    5 Posts
    786 Views
    F
    @sdetweil Hey! I managed to make it work. Thank you for the help! I ended up using the google assistant and my mic started working again by itself after a few tries. Google assistant feels really good , just this new google limitation to the youtube module that its giving me a headache.