Project Sponsors

Private

These users contributed to the project by giving a donation: http://magicmirror.builders/donate

Posts

  • RE: MMM-EskomSePush

    Module Update

    The module has been updated to move to the latest supported API and support for the latest beta API has been added with new functionality.

    The module now uses the latest 3.0 API for loadshedding. There were slight changes to the area name, please check the README to determine how to obtain the new name.

    I have also added support for the new 3.1 API which is currently in beta. This lets users see water and internet outages reported in their area. See the README for how to get your report area. This is different to your loadshedding area.

    If there is no loadshedding then that remains hidden and only the report section is show as per below screenshot.

    5f1e2e94-0dcf-4520-8876-456229484a3c-image.jpeg

  • RE: Upgrade

    @sdetweil Yeah, warnings come from 11.16.0+

  • RE: Upgrade
  • RE: Upgrade

    @sdetweil Just ran it quickly and it seems like it installed 22.22.2

    mumble@pi:~ $ sudo n
         copying : node/22.21.1
       installed : v22.21.1 (with npm 10.9.4)
    mumble@pi:~ $ node -v
    v22.21.1
    mumble@pi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" force
    update log will be in /home/mumble/MagicMirror/installers/upgrade.log
    doing test run = false
    Node currently installed. Checking version number.
    Minimum Node version: v22.22.2
    Installed Node version: v22.21.1
    installing correct version of node and npm, please wait
    Check current Node installation ...
    Node currently installed. Checking version number.
    Minimum Node version: v22.21.1
    Installed Node version: v22.22.2
    No Node.js upgrade necessary.
    Check current NPM installation ...
    NPM currently installed. Checking version number.
    Minimum npm version: V10.9.7
    Installed npm version: V10.9.7
    No npm upgrade necessary.
    
    
    upgrading from version 2.37.0 to 2.37.0
    force: line 762: pm2: command not found
    some node app still running, please shutdown those apps, maybe MagicMirror, and restart
    here is a list of those processes
    
  • RE: Upgrade

    @sdetweil No worries. I will check tomorrow after work and downgrade node and install again. Will advise

  • RE: Upgrade

    @sdetweil Yeah, I saw that so not sure where that 22.22.2 came from but it was there as can bee seen in the previous post. I had to install 22.22.2 and then only would MM install. Was weird.

    As for the SD card failure, I don’t know why this is but when I upgraded in April the card failed. When I upgraded now the first time the card failed so I had to setup a new one again.

  • RE: Upgrade

    @sdetweil Hi Sam. Apologies for the late reply. See below.

    mble@pi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
    
    $$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
    $$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
    $$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
    $$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
    $$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
    $$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
    $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
    \__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                           $$\   $$ |
                           \$$$$$$  |
                            \______/
    
    install log being saved to /home/mumble/install.log
    Updating packages ...
    Installing helper tools ...
    nvm_command is sudo n v22.21.1
    installing correct version of node and npm, please wait
    Check current Node installation ...
    Node currently installed. Checking version number.
    Minimum Node version: v22.21.1
    Installed Node version: v22.21.1
    No Node.js upgrade necessary.
    Check current NPM installation ...
    NPM currently installed. Checking version number.
    Minimum npm version: V10.9.4
    Installed npm version: V10.9.4
    No npm upgrade necessary.
    Cloning MagicMirror ...
    Cloning into 'MagicMirror'...
    remote: Enumerating objects: 509, done.
    remote: Counting objects: 100% (509/509), done.
    remote: Compressing objects: 100% (406/406), done.
    remote: Total 509 (delta 118), reused 319 (delta 93), pack-reused 0 (from 0)
    Receiving objects: 100% (509/509), 572.14 KiB | 9.54 MiB/s, done.
    Resolving deltas: 100% (118/118), done.
    Cloning MagicMirror Done!
    Installing dependencies ...
    npm error code EBADENGINE
    npm error engine Unsupported engine
    npm error engine Not compatible with your version of node/npm: eslint-plugin-package-json@1.5.0
    npm error notsup Not compatible with your version of node/npm: eslint-plugin-package-json@1.5.0
    npm error notsup Required: {"node":"^22.22.2 || >=24.15.0"}
    npm error notsup Actual:   {"npm":"10.9.4","node":"v22.21.1"}
    npm notice
    npm notice New major version of npm available! 10.9.4 -> 11.18.0
    npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.18.0
    npm notice To update run: npm install -g npm@11.18.0
    npm notice
    npm error A complete log of this run can be found in: /home/mumble/.npm/_logs/2026-07-04T07_32_18_929Z-debug-0.log
    Unable to install dependencies!
    

    I had to manually install v22.22.2 before I could install MM.

  • Upgrade

    Hi @sdetweil Howzit Sam? I upgraded using the upgrade script this weekend on my Mirror. However, I ran into an issue. The script installed Node 22.21.1 but MM requires 22.22.2. Not sure if this is just an oversight? I also noticed that it installed an earlier version of npm that is also not supported.

    I checked the install log and there is not much going on in there.

    I had to manually install node 22.22.2 and npm v11 before it worked.

    Just thought I would give you the heads-up.

    Besides the issue with the install, the upgrade is the second one that crashed my MicroSD. The one in April and now this one as well. I suspect something might be doing this. My SD card could not have gone within 4 month. But hey, i might be wrong.

  • RE: iCloud Shared Album background.
  • RE: World Cup page

    Hello,
    I am also looking for a solution to display the results and matches of the World Cup 2026. I have already tried the MMM-soccer module and MMM-MyTeams-LeagueTable module. Unfortunately without success. If necessary, I would also use the MMM WebView module if there is no other option.

    Many thanks

Member List

MichMichM MichMich Group Owner
614 Posts 418 Reputation
S synint Group Owner
22 Posts 0 Reputation
X xinximoni Group Owner
0 Posts 0 Reputation
C Chazzer Group Owner
31 Posts 0 Reputation
S sharmstr Group Owner
27 Posts 11 Reputation
I Imnotme Group Owner
0 Posts 0 Reputation
R Ricand Group Owner
0 Posts 0 Reputation
jrettschJ jrettsch Group Owner
1 Posts 2 Reputation
goldyfruitG goldyfruit Group Owner
15 Posts 9 Reputation
W wageck Group Owner
9 Posts 0 Reputation
D Dresch360 Group Owner
15 Posts 1 Reputation
B bacon_bosch Group Owner
0 Posts 0 Reputation
S scozzy Group Owner
2 Posts 5 Reputation
S Saabman Group Owner
39 Posts 6 Reputation
N negrito Group Owner
14 Posts 0 Reputation
CF76'sC CF76's Group Owner
0 Posts 0 Reputation
M MaXi-XCeL Group Owner
12 Posts 1 Reputation
Y ysz0507 Group Owner
0 Posts 0 Reputation
O orayoflighto Group Owner
32 Posts 9 Reputation
F Fubd Group Owner
1 Posts 0 Reputation