Read the statement by Michael Teeuw here.
Update fail
-
@JerryP and try my script?
-
@sdetweil
No Not yet. -
@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/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)
-
@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
-
@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 -
@JerryP the two modules failing are because of the black screen issue.
-
@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.
-
this great scripts from @sdetweil work :
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” applyThanks alot @sdetweil
-
@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 -
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
So this one is working. But the problem is still the same…