A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • electron security warning issue

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @stevencarp102 I would open an issue on the MagicMirror gitHub issues page I know they were working on a couple content security issues for next release ( Jan 1)
  • Turn off Fading at Top and Bottom of Screen

    Unsolved
    3
    0 Votes
    3 Posts
    382 Views
    T
    @sdetweil I’m using: MMM-BackgroundSlideshow by darickc Todd
  • MMM-Tankerkoenig ist not listed in the Mirror

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    kusselinK
    @fozi hi at all, tankerkönig is this working now?
  • Instable raspberry when display connected

    Solved
    2
    0 Votes
    2 Posts
    412 Views
    S
    Solved ! :) After multiples tests, the problem was the raspberry has CPU overload when hdmi plugged. I’ve deduce this with this test : disable the remotecontrol module, that need a lot of CPU to works, and it was better. So, I’ve tried to modify some parameters on /boot/config.txt, and the good one was to define manually the hdmi_group and hdmi_mode My display is old vga screen 1680x1050 60Hz So, according to the documentation, the good parameters is hdmi_group=2 hdmi_mode=58 But, result was the same. So I’ve tested with reduced blanking mode hdmi_group=2 hdmi_mode=57 And now all works great :) Have a nice day.
  • iframe reload not displaying

    Unsolved
    1
    0 Votes
    1 Posts
    380 Views
    A
    hello, my iframe reload module doesn’t show the web site configured. My config { module: ‘iFrameReload’, position: ‘middle_center’, // This can be any of the regions. config: { // See ‘Configuration options’ for more information. url: “https://video.nest.com/embedded/live/wSbs3mRsOF?autoplay=1”, width: “100%”, // Optional. Default: 400px height: “300px”, // Optional. Default: 800px refreshInterval: 20 //Optional. Default: 3600 = 1 hour } }, Please advice me. Thanks,
  • OrangePi Zero 2 installation issues

    Unsolved
    41
    0 Votes
    41 Posts
    11k Views
    M
    @sdetweil said in OrangePi Zero 2 installation issues: armbian on pi worked as expected… i used the xfce image… Thanks for testing. This sadly did not work for me on the Orange Pi Zero 2.
  • UnhandledPromiseRejectionWarning on launch

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S
    Solved, please see issue on github. My fault :)
  • Newsfeed - Could not fetch newsfeed - Error: Forbidden

    Unsolved
    2
    0 Votes
    2 Posts
    485 Views
    S
    @selyjohns Hi, Any help for my problem ? :( Thank you
  • Start magic mirror server with arguments

    Solved
    5
    0 Votes
    5 Posts
    948 Views
    D
    @karsten13 Thanks! exactly what I was looking for. No issues with the ports, I took that into account as well
  • Module not found [Solved]

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    T
    @sdetweil Thanks Sam!
  • MMPM Guided Setup problem

    Solved mmpm
    6
    0 Votes
    6 Posts
    2k Views
    S
    U have to install the mmpm module into config.js to have the communications work https://github.com/Bee-Mar/mmpm/wiki/MMPM-Installation#or-manually-enable-the-features-yourself apparently guided install didn’t do its thing step 3, install as module (base) sam@sams:~$ mmpm install --as-module Are you sure you want to install the MMPM module? [yes/y] or [no/n]: y Creating MMPM module in MagicMirror modules directory ✓ Run mmpm open --config and append { module: “mmpm” } to the modules array, then restart MagicMirror if running { module:'mmpm' } and restart mm
  • Reading txt file when magic mirror is accessible through no-ip

    Solved readfile no-ip
    2
    0 Votes
    2 Posts
    318 Views
    S
    @fir3r4g3 what does no-ip mean? how does the module determine the path to the file?
  • Black screen after Updating via Remote Control

    Solved
    3
    0 Votes
    3 Posts
    660 Views
    M
    @sdetweil That worked! Thanks a lot
  • MM2 not loading text

    Unsolved
    22
    0 Votes
    22 Posts
    7k Views
    S
    @beth make a new sd card? i don’t know otherwise
  • Error in custom.css

    Solved
    3
    2
    0 Votes
    3 Posts
    502 Views
    G
    @sdetweil Thanks Sam, the error has gone. I think before I carry on I will make another clean installation using your (alternative installation method) scripts and then go back to my original problem :grinning_face:
  • New line for time in Google calendar

    Solved google calendar
    3
    0 Votes
    3 Posts
    1k Views
    L
    @sdetweil Rats. Oh well, I have a working calendar etc so I am happy.
  • Google Calendar

    Solved
    17
    0 Votes
    17 Posts
    4k Views
    L
    @mmrize Yes it is public. It does seem to work now.
  • webcal guru calendar is not parsed anymore

    Unsolved
    2
    0 Votes
    2 Posts
    412 Views
    AssassinsA
    This work for me : https://forum.magicmirror.builders/topic/5327/sync-private-icloud-calendar-with-magicmirror?page=1
  • ReSpeaker 4Mic USB with GA, noise, interference

    Unsolved
    3
    -1 Votes
    3 Posts
    560 Views
    I
    @mmrize Do you mean you are building your own GA implementation with that SDK by yourself? - Ofcourse no, Im not… Anyway, you need to adjust your AudioInConfig - Can you explain me, what I have to do exactly… Im not experienced user of MagicMirror… your SDK implementation should be configured with those - How ?
  • Bullseye

    Unsolved
    45
    0 Votes
    45 Posts
    21k Views
    BKeyportB
    An FYI to the issues within Bullseye. If you’re using OMX, it won’t work by default in Bullseye, and as it’s depreciated, we’re kinda on our own. Basically, They’ve gone through and renamed most of the libraries used by OMX. Issue these commands in a sudo session to get OMX to work until you figure out a new video streaming solution: cd /usr/lib/arm-linux-gnueabihf ln -s libmmal_core.so.0 libmmal_core.so ln -s libmmal_util.so.0 libmmal_util.so ln -s libmmal_vc_client.so.0 libmmal_vc_client.so ln -s libbcm_host.so.0 libbcm_host.so ln -s libvcsm.so.0 libvcsm.so ln -s libvchiq_arm.so.0 libvchiq_arm.so ln -s libvcos.so.0 libvcos.so curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libbrcmEGL.so' curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libbrcmGLESv2.so' curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libopenmaxil.so' – B