You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error trying to write js/positions.js with discovered positions..
will certsainly fail on synology NAS where folder was created by synology user, by docker user doesn't have write access
The text was updated successfully, but these errors were encountered:
sdetweil
added a commit
to sdetweil/MagicMirror
that referenced
this issue
Dec 10, 2024
if the MagicMirror js folder is not writable (synology nas created by
different user than docker container) there is an uncaught throw
```
[ERROR] EACCES: permission denied, open 'js/positions.js'
```
add try/catch, output new message, console.error
```text
unable to write js/positions.js with the discovered module positions
make the MagicMirror/js folder writeable by the user starting MagicMirror
```
MM will start, but no modules will show, as no positions were discovered
this file is used to pass the list from the server side to the browser
side
fixes#3651
https://forum.magicmirror.builders/topic/19210/eacces-permission-denied-open-js-positions-js
error trying to write js/positions.js with discovered positions..
will certsainly fail on synology NAS where folder was created by synology user, by docker user doesn't have write access
The text was updated successfully, but these errors were encountered: