-
Notifications
You must be signed in to change notification settings - Fork 149
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
Remote Control REST API not working #291
Comments
This issue has been automatically marked as stale because it has not had |
up! |
This issue has been automatically marked as stale because it has not had |
Hi, any update on this ? Facing the same issue. |
There was an update in the latest release affecting this area. It's possible that this issue has been resolved. Let me know if you're still facing this issue in the latest update. I'll try to make some time to check it out. |
OS
Raspbian
NodeJS Version
10.24.1
MagicMirror Version
2.23.0
Remote Control Version
2.3.7
Did you try using just Remote Control alone with MM?
Description
I tried to use remote control integration with my module https://github.com/Anonym-tsk/MMM-go2rtc
I added
REGISTER_API
notification and it works from/remote.html
interface.But it doesn't work as REST API (when i open
api/module/:moduleName/:action
url).Expected behavior
URL should work as documented:
/api/module/go2rtc/play
Current behavior
Look ad my code: https://github.com/Anonym-tsk/MMM-go2rtc/blob/e15362c60fad4d15cce06427a2d04ddb025244b1/MMM-go2rtc.js#L70
path
option doesn't work. I wanted to have url/api/module/go2rtc
, but working url is/api/module/module_3_MMM-go2rtc
/api/module/module_3_MMM-go2rtc
response missedactions
./api/module/module_3_MMM-go2rtc/play
returns errorPossible solution
No response
Steps to reproduce
Install MMM-go2rtc and try to use
Log
config.js
Additional info
No response
The text was updated successfully, but these errors were encountered: