-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix variable problems #3304
fix variable problems #3304
Conversation
i added a config.log() after resolving path to config file in app.js
|
can not reproduce your errors, with this fix the port variable is working with electron and also in browser. I used the sample |
so, can we merge it or not? dont want to decide since I dont have time for testing myself |
will update this later with another fix |
…CONFIG_FILE variable
348ade8
to
ed11b1e
Compare
would like to see a test&approval by @sdetweil since I dont have much time these days |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is tested and works fine...
the doc needs to have a statement that the targeted config file must reference a filename in the MagicMirror folder tree (that filename could be linked to a physical file anywhere in the filesystem, on linux systems see the ln command)
will take a look at the docs after this is merged |
Spotted and modified doc re-write to match Sam's note. |
related to #3302