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

Subcategories

  • update impossible

    5
    0 Votes
    5 Posts
    420 Views
    K

    Hello, thank you for the answer, by dint of searching … it’s gone but I still have errors and even if I make orders as he asks git pull fix --force there is always stuff out of date but I think the main thing is done, I got a return for the download of 2.11. Thank you

  • 0 Votes
    3 Posts
    293 Views
    C

    I have not. I will certainly do so when I pick this project back up next week sometime. Thanks for the reply, and I’ll let you know.

  • White screen at start for 2-3 seconds...

    5
    0 Votes
    5 Posts
    705 Views
    BKeyportB

    @sdetweil Good to note that it don’t always work, FWIW… like it don’t help my situation, but, I only have to restart once in a great while now, so, I don’t see it nearly as much… now if I could get OMX to stop freezing so I don’t have to restart it every half hour (😭😭😭 not a magic mirror problem, Running it on top of MM to avoid RTSPStream bugs)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
  • Update to 2.11 mirror stop working

    3
    0 Votes
    3 Posts
    368 Views
    Y

    @sdetweil I do it manually, now I use your script to fix it, And the mirror back to normal again thank you Sam

  • ENOENT yet the file exists within the Magic Mirror folder

    Solved
    15
    0 Votes
    15 Posts
    2k Views
    C

    @bhepler said in ENOENT yet the file exists within the Magic Mirror folder:

    They’re pretty much one and the same. You already have git installed. Open a terminal in the modules folder, clone the module repository into it, follow the module’s instructions on installing & configuring.

    Thank for the advice.

  • Default module Calendar not updating

    5
    0 Votes
    5 Posts
    2k Views
    lavolp3L

    This should be PRd to the develop branch then!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
  • Connection failure error

    3
    0 Votes
    3 Posts
    330 Views
    S

    @sbonn13 open a terminal window (ssh is ok too)

    do

    cd ~/MagicMirror/modules # search all module source for error string find . | grep -v node_modules | grep \.js$ | grep -i connection # search all module dependencies for error string find . | grep node_modules | grep \.js$ | grep -i connection
  • Magic Mirror's time is delayed compared to system time

    1
    0 Votes
    1 Posts
    359 Views
    L

    My mirror’s time can get late for the system time. Everything within the MM environment works by that late time, e.g the default clock and scheduled commands (MMM-ScriptScheduler items). The only scenario I can recreate this manually is stopping the mirror by “pm2 stop mm” and then rebooting it. After reboot there is about a 12 second latency.

    Video: Spot time displayed by the clock module and in the top line of htop.

    Performing a (shutdown)-(waiting)-(starting the system) procedure extends this interval. The more the RPi stays switched off the more the time difference will be. Refreshing the browser with Ctrl-R corrects the problem.

    I have 3 mirrors running at the moment. (Actually, only one of them is a physical mirror :-) but let’s call them like that.)

    mirror1: RPi4 4GB, MM v2.10.1, node v10.19.0, LAN mirror2: Rpi3B+, MM v2.10.1, node v10.19.0, LAN mirror3: Rpi3B+, MM v2.9.0, node v10.17.0, WiFi

    Only mirror1 and mirror2 (the PRi’s with MM v2.10.1) can be forced to the above 12 sec delay.

    All of them run the same config on 16GB SD cards. Modules:

    MMM-ScriptScheduler MMM-GoogleMapsTraffic calendar clock MMM-LocalTemperature (with DHT22 sensor) currentweather weatherforecast plus the MagicMirror-Display-Controller python program (with RCWL-0516 sensor)
  • Unable to determine reason for MM/electron decaying/dying/hanging

    20
    0 Votes
    20 Posts
    2k Views
    S

    @max64 with release 2.10, all you have to do is set serverOnly: local in config.js
    And it will do that split mode for you.

    We are running such an old electron version.

  • Calendar issue 2.8.0 - Repeating events

    9
    0 Votes
    9 Posts
    2k Views
    evroomE

    @Clubjack and others,

    I noticed this problem too.
    For instance my birthday lasted 2 days ( only got presents once though) and my wedding-day is one day forward (which will upset my wife).
    The entries were made using Google Calendar (so not a calendar app that synchronizes with Google).
    I notice this since 2020, but that does not mean it did not happen before, could have overlooked it.
    When I ran a test with a dummy entry, it worked fine.
    When I toggle a „faulty“ entry from repeating to not repeating and then back to repeating, the entry is shown correct.
    I collected some data and will post it when I sorted it out a bit.

  • git issues after automatic install

    Solved
    7
    0 Votes
    7 Posts
    967 Views
    S

    @benjay Unfortunately the GIT status is still reporting issues (same as before)

    those aren’t issues

    the package-lock.json is generated by the npm install, so its new and changed.

    the 0 is a bug from the installer once
    and the core is some dump from npm/node crashing at some time.

    all is good…
    (git status in the MagicMirror folder should show the same output after reboot)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Calendar Doesn't Honor custom.css for Background

    16
    0 Votes
    16 Posts
    2k Views
    E

    @sdetweil said in Calendar Doesn't Honor custom.css for Background:

    @ember1205 said in Calendar Doesn't Honor custom.css for Background:

    the Developer options with a real browser

    electron is a real browser, so you can do this ON the mirror,
    or from your desktop if the config parms allow remote system access.

    I always forget that I can use local browser to view developer window

    Now that you mention it, I have used the developer options directly on the appliance and should have remembered that. Thanks for the reminder!

  • Can't disable seconds on digital clock

    5
    0 Votes
    5 Posts
    860 Views
    E

    @sdetweil

    Sigh. Thanks. :)

  • problem with the node_helper

    2
    0 Votes
    2 Posts
    342 Views
    S

    @Artech do this

    cd ~/MagicMirror git checkout modules/node_modules/node_helper/index.js
  • Failed at the magicmirror@2.8.0 start script

    3
    0 Votes
    3 Posts
    987 Views
    F

    My mistake was that I had chossen to auto-start Desktop but not Autologin, after I changed to Autologin with Desktop everything was fine again.

  • Filter events on the Calendar module

    2
    0 Votes
    2 Posts
    814 Views
    A

    @pedromrsantos
    A workaround could be to use separat calendar for meetings and presentations only.
    AxLED