you tested on a raspberry pi? And with a non-root user?
Read the statement by Michael Teeuw here.
Posts
-
RE: After update, chrome-sandbox needs root and mode 4655?
-
RE: After update, chrome-sandbox needs root and mode 4655?
tested only 3.x, 6.x, 7.x
In 3.x sandbox was disabled, in >=6.x enabled -
RE: After update, chrome-sandbox needs root and mode 4655?
The “newer” electron versions are using sandboxing by default. But on master-branch is still the old electron 3.x active.
So are you using the develop-branch or have you edited package.json und upgraded electron?
The method to fix this is correct, an alternative way is disable sandboxing, which is not a good idea under security aspects. You can disable sandboxing e.g. by setting the environment variable ELECTRON_DISABLE_SANDBOX=1
-
RE: Attempting To Update
The
git pull
command fails if files are locally changed, because the pull would override them.
Withgit diff
you can see what has changed.If you are not interested to save these local changes you can run
git reset --hard
. This will revert all changes and after this thegit pull
should work. -
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
@baschke, @karsten13, @Hein-Jan @j-e-f-f has updated the module on GitHub. Go to the module folder and update it via git pull. If the error still persists, leave out line concise: false, from the config file. That solved it for me in the prior version.
Had already the newest version, but leaving out
concise: false
did the trick. Thanks! -
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Same here with “Loading” and nothing happens.
Seems to be a problem with lon/lat.
If i provide the example lon/lat it works.
-
RE: MMM-Strava
your setup works for me, changed only strava_id’s and access_token’s.
Did you put every single strava_id and every single access_token in single quotes as provided in my example? In your post you put 2 things in one single quote …
Other possibilities: Wrong strava data (id/token)? Did you read the documentation how to get strava_id?
Did you take a look in the logs?
If I test it with your testdata xxx I find these lines in the logs:Error performing request: Unauthorized. Access Token will be reset. Error while fetching new athlete stats.
-
RE: MMM-Strava
try it with the missing brackets:
{ module: 'MMM-Strava', position: 'top_left', config: { strava_id: ['xxx1', 'xxx2'], access_token: ['xxx1', 'xxx2'], activities: ['run'], athlete_text: ['Tine', 'Basti'], auto_rotate: 'true' } },
-
RE: MMM-Strava
Hi,
sounds you took the client id from the strava api page as input for strava_id of the module?
Input of strava_id: https://support.strava.com/hc/en-us/articles/216928797-Where-do-i-find-my-Strava-ID-
Karsten.
-
RE: Docker setup is not working
The docker setup is outsourced to https://github.com/bastilimbach/docker-MagicMirror and I already posted an issue for the black screen problem there: https://github.com/bastilimbach/docker-MagicMirror/issues/2