• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. JerryP
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 2
  • Followers 0
  • Topics 13
  • Posts 169
  • Groups 0

Posts

Recent Best Controversial
  • RE: Update fail

    @sdetweil
    No Not yet.

    posted in Troubleshooting
    J
    JerryP
    Jul 4, 2022, 2:59 PM
  • RE: Update fail

    @sdetweil
    Goodmorning

    I run the

    git pull && npm install --only=prod --omit=dev
    

    And i remana the MAP and than

    git clone https://github.com/MichMich/MagicMirror
    cd MagicMirror/
    npm install --only=prod --omit=dev
    

    Same result alt the end…

    posted in Troubleshooting
    J
    JerryP
    Jul 4, 2022, 5:48 AM
  • Update fail

    please Help.

    I just run the update tot V.2.20
    but now the mirror is brokken

    pi@raspberrypi:~ $ pm2 logs mm
    [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option)
    /home/pi/.pm2/logs/mm-out.log last 15 lines:
    4|mm       | [03.07.2022 22:23.06.022] [LOG]   Starting MagicMirror: v2.20.0
    4|mm       | [03.07.2022 22:23.06.033] [LOG]   Loading config ...
    4|mm       | [03.07.2022 22:23.06.043] [LOG]   Loading module helpers ...
    4|mm       | [03.07.2022 22:23.06.048] [LOG]   No helper found for module: alert.
    4|mm       | [03.07.2022 22:23.06.067] [LOG]   Initializing new module helper ...
    4|mm       | [03.07.2022 22:23.06.070] [LOG]   Module helper loaded: updatenotification
    4|mm       | [03.07.2022 22:23.06.160] [LOG]   Initializing new module helper ...
    4|mm       | [03.07.2022 22:23.06.161] [LOG]   Module helper loaded: MMM-Spotify
    4|mm       | [03.07.2022 22:23.06.168] [LOG]   Loading module helpers ...
    4|mm       | [03.07.2022 22:23.06.169] [LOG]   No helper found for module: alert.
    4|mm       | [03.07.2022 22:23.06.170] [LOG]   Initializing new module helper ...
    4|mm       | [03.07.2022 22:23.06.171] [LOG]   Module helper loaded: updatenotification
    4|mm       | [03.07.2022 22:23.06.172] [LOG]   Initializing new module helper ...
    4|mm       | [03.07.2022 22:23.06.173] [LOG]   Module helper loaded: MMM-Spotify
    4|mm       | [03.07.2022 22:23.06.483] [LOG]   Launching application.
    
    /home/pi/.pm2/logs/mm-error.log last 15 lines:
    4|mm       |     '/home/pi/MagicMirror/js/electron.js',
    4|mm       |     '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js',
    4|mm       |     undefined
    4|mm       |   ]
    4|mm       | }
    4|mm       | [03.07.2022 22:23.06.186] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    4|mm       | [03.07.2022 22:23.06.187] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    4|mm       | MESA-LOADER: failed to retrieve device information
    4|mm       | MESA-LOADER: failed to retrieve device information
    4|mm       | MESA-LOADER: failed to retrieve device information
    4|mm       | MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
    4|mm       | failed to load driver: kms_swrast
    4|mm       | MESA-LOADER: failed to open swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
    4|mm       | failed to load swrast driver
    4|mm       | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
    

    What’s going wrong???

    posted in Troubleshooting
    J
    JerryP
    Jul 3, 2022, 8:29 PM
  • RE: How to set up a cron job for rebooting the server?

    Magic Mirror Auto Start:


    nano mm.sh “Paste The Following Code And Save”

    #!/bin/bash
    sleep 20
    cd /home/pi/MagicMirror/

    npm run start

    To Make The Scripts Executable:

    chmod +x mm.sh

    Enter The Crontab File:

    crontab -e

    Now Add The Following Commands To The Bottom And Save:

    @reboot /home/pi/mm.sh &

    posted in Troubleshooting
    J
    JerryP
    Jun 8, 2022, 8:43 PM
  • RE: MMM-Fuel

    Is this also running for the Dutch petrol prices???

    posted in Transport
    J
    JerryP
    May 13, 2022, 6:56 AM
  • RE: New Weather Module - Migration

    @Canguingo
    I’dint use a new key. The old one was working fine.
    After I update the Mirror to 2.19 and change the config.

    posted in Forum
    J
    JerryP
    Apr 4, 2022, 3:29 PM
  • RE: New Weather Module - Migration

    @DarrenHill
    The config is “apiKey” and in the old config i’ts “appi”

    So please check the typing.

    posted in Forum
    J
    JerryP
    Apr 4, 2022, 10:39 AM
  • RE: New Weather Module - Migration

    @Canguingo said in New Weather Module - Migration:

    Hi there,

    I have made the latest update of MM and got an error because the Weather Module is Deprecated (wonder whether this could be updated in the last update of MM as it is an standard module, anyway).

    I am trying to add the config file the following code:

    {
    module: “weather”,
    position: “top_right”,
    config: {
    type: “forecast”,
    location: “Amsterdam,Netherlands”,
    locationID: “”,
    apiKey: “abcde12345abcde12345abcde12345ab”
    }
    }

    as suggested in https://docs.magicmirror.builders/modules/weatherforecast.html#migration.

    but this doesn’t solve the issue.

    Is there any way to migrate from the old version of Weather Module to the new one?

    Many thanks in advance!

    		{
    			module: "weather",
    			disabled: false, //false, true
    			position: "top_right",
    			config: {
    					type: 'forecast',
    					location: "Heemskerk",
    					locationID: "2754696",
    					apiKey: "https://openweathermap.org/api",
    					fade: false,
    					colored: true,
    		}},
    
    posted in Forum
    J
    JerryP
    Apr 2, 2022, 7:55 PM
  • RE: MMM-MyVolvo

    @MZ-BER
    Nice…
    But in The Netherlands it’s nopt working
    I think it’s the license plate…
    The original MMM-volvooncall is working fine

    Is there a way to use the dutch License plate
    k567jx


    vlc list is working fine

    /MagicMirror/modules/MMM-MyVolvo $  voc list
    /usr/local/lib/python3.7/dist-packages/aiohttp-4.0.0a1-py3.7-linux-armv7l.egg/aiohttp/client.py:977: RuntimeWarning: coroutine 'noop' was never awaited
      self._resp.release()
    RuntimeWarning: Enable tracemalloc to get the object allocation traceback
    K567JX (XC40/2021) YV1XZ11V1M*******
    
    
    posted in Transport
    J
    JerryP
    Mar 26, 2022, 4:58 PM
  • RE: Any modules that could display a livestream

    @tanvir586

    the config is on top

    posted in Requests
    J
    JerryP
    Mar 26, 2022, 4:38 PM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 16
  • 17
  • 5 / 17
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy