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 173
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Update fail

      @Assassins said in Update fail:

      bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”

      bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”
      is not working

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Update fail

      @sdetweil said in Update fail:

      @JerryP the two modules failing are because of the black screen issue.

      pi@raspberrypi:~/MagicMirror/modules $ grep -r -E '('request') | ('valid-url')' ~/MagicMirror/modules/*/*.js
      /home/pi/MagicMirror/modules/MMM-MercedesMe/node_helper.js:const request = require('request');
      /home/pi/MagicMirror/modules/MMM-MercedesMe/node_helper.js:   * Handles the auth request endpoint, should be call by clicking on authenticate link
      /home/pi/MagicMirror/modules/MMM-MercedesMe/OAuth.js:const request = require('request');
      /home/pi/MagicMirror/modules/MMM-Screencast/DialServer.js:          console.log("Got request to stop", appName," with pid: ", pid);
      /home/pi/MagicMirror/modules/MMM-Spotify/Spotify.js:          console.error(this.logMessage, "Failed to request API:", api)
      /home/pi/MagicMirror/modules/MMM-SystemStats/node_helper.js:var request = require('request');
      

      SO MMM-screencast is working and MMM-Spotify is working.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Update fail

      @sdetweil said in Update fail:

      @JerryP black screen see

      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

      if you had run the upgrade script from the old version, then I would have fixed these for you

      So that was not the fix.
      I’ts not the black screen that makes the problemen. It.s hangingang on the electron… I think

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Update fail

      @sdetweil said in Update fail:

      @JerryP and try my script?

      Yesterday I have made a new install whit your script.
      After that i’ts was running fine (Standard module)

      https://github.com/sdetweil/MagicMirror_scripts (That was good)

      When I’m trying to put my own module back whit al git clone and install I run in to trouble.

      • https://github.com/skuethe/MMM-Spotify (check)

      • https://github.com/mazim-co/MMM-MyVolvo (Check)

      • https://github.com/ianperrin/MMM-NetworkScanner (Check)

      • https://github.com/darickc/MMM-BackgroundSlideshow (Check)

      • https://github.com/shbatm/MMM-RTSPStream (Check)

      • https://github.com/ianperrin/MMM-Formula1 (Check)

      • https://github.com/BenRoe/MMM-SystemStats (Trouble black screen)

      • https://github.com/ashishtank/MMM-MercedesMe (Trouble black screen)

      		{
      			module: "MMM-MercedesMe",
      			position: "bottom_right",
      			config: {
      				client_id: '************',
      				client_secret: '************',
      				vehicleType: 'Electric',
      				vehicleId: 'WDD**************',
      				displayStyle: 'singledial',  //# twodial & singledial 
      				//updateInterval: 300000, // 10 Minutes,
      				maxRange: 175,
      				debug: false,
      				logsInFile: false,
      		}},
      		{
      		module: 'MMM-SystemStats',
      		position: 'top_center',
      		config: {
      			updateInterval: 10000, // every 10 seconds
      			align: 'right', // align labels
      			units: 'metric', // default, metric, imperial
      			view: 'textAndIcon',
      		},
      

      And the total mirror is look like i’ts zoom-in for 20% or something.

      So that’s the status for now. Its running on 75% hahahah (Smile)

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Update fail

      @sdetweil
      No Not yet.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • 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
      JerryPJ
      JerryP
    • 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
      JerryPJ
      JerryP
    • 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
      JerryPJ
      JerryP
    • RE: MMM-Fuel

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

      posted in Transport
      JerryPJ
      JerryP
    • 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
      JerryPJ
      JerryP
    • 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
      JerryPJ
      JerryP
    • 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
      JerryPJ
      JerryP
    • 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
      JerryPJ
      JerryP
    • RE: Any modules that could display a livestream

      @tanvir586

      the config is on top

      posted in Requests
      JerryPJ
      JerryP
    • RE: Any modules that could display a livestream

      @tanvir586
      For me in Holland is the BBC live stream no go. Butt YouTube or a other site is working at mini mirror version 2.18

      posted in Requests
      JerryPJ
      JerryP
    • RE: Any modules that could display a livestream

      @adrien00

      		{
      		module: 'MMM-iFrame-Ping',
      		position: 'middle_center',	// This can be any of the regions.
      		config: {
      			// See 'Configuration options' for more information.
      			url: "https://", //url to display
      			height:"100%", 
      			width:"100%",
      			autoRefresh: false, //set to false for video
      			updateInterval: 1, //in min. Only if autoRefresh: true
      			displayLastUpdate: true,
      			width: "100%", // Optional. Default: 100%
      			height: "400px", //Optional. Default: 100px
      			scrolling: "no" 
      			}},
      
      posted in Requests
      JerryPJ
      JerryP
    • RE: MMM-Screencast Position

      @poucedeleon

      Possible values are top_bar , top_left , top_center , top_right , upper_third , middle_center , lower_third , bottom_left , bottom_center , bottom_right , bottom_bar , fullscreen_above , and fullscreen_below

       {
              module: "MMM-Screencast",
              position: "top_right", // This position is for hidden <div /> ect.
              config:  {
                     position:   " ", //Possible values are top_bar , top_left , top_center , top_right , upper_third , middle_center , lower_third , bottom_left , bottom_center , bottom_right , bottom_bar , fullscreen_above , and fullscreen_below
                     height:   300,
                     width:   500,
                     x:   -700,
                     y:   0,
           }
      },
      
      posted in Bug Hunt
      JerryPJ
      JerryP
    • RE: CALENDAR ERROR with ICLOUD

      @fozi
      your welcome

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: CALENDAR ERROR with ICLOUD

      @acdacd2
      Today i’t was iCloud server swap day. I think there where lot of problems. But erverywone have got the same solution.

      • stop share the calendar at the iCloud platform
      • log-out
      • log in
      • make a new share and get the new link.
      • chance the config file at the mirror.

      And de kalander module is working again.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: need help pleas MMM-MyCalendar does not work

      @stoffbeuteluwe

      Same problem.

      @Thorn2910  
      
      
      Woha!!!
      
      I just unchecked the Public calendar in iCloud and rechecked it again - this changed the link to
      
      webcal://p102-caldav.icloud.com/published/2/xxx
      and now it works again!
      
      Changing to solved!
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • 1 / 1