We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
PiOS latest
22.12.0
2.29.0
any
Your install script is looking for the text git+https which doesn't exist in the package.json file.
It is just "url": "https://github.com/MagicMirrorOrg/MagicMirror" now
n/a
Remove git+ from the string match.
Run script using provided curl
.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! 🙂 PR #313 will fix that.
Sorry, something went wrong.
Fixed with release 2.5.1 🙂
No branches or pull requests
OS
PiOS latest
NodeJS Version
22.12.0
MagicMirror² Version
2.29.0
Remote Control Version
any
Did you try using just Remote Control alone with MM?
Description
Your install script is looking for the text git+https which doesn't exist in the package.json file.
It is just "url": "https://github.com/MagicMirrorOrg/MagicMirror" now
Expected behavior
n/a
Current behavior
n/a
Possible solution
Remove git+ from the string match.
Steps to reproduce
Run script using provided curl
Log
.
config.js
.
Additional info
.
The text was updated successfully, but these errors were encountered: