-
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
API not reachable, error msg: Cannot GET /api/docs #306
Comments
This module needs changes to work with new MagicMirror² version |
Interesting, thank you for reply. Regarding the aforementioned PR: the module works perfectly fine on my setup - only the API does not work. Stock install of the module btw. |
the api works with the PR, tested this ... |
not on my side, e.g. http://localhost:8080/remote.html#update-menu is always empty and http://localhost:8080/remote.html#module-control-menu is missing ... |
I did some cleanup/changes in the core mm for v2.29.0 which breaks this module at some points, #307 is the fix for this. With this fix the |
Having the same issue. @khassel's update is working well in my setup |
I've just installed MM on PC running Linux Mint (Ubuntu version) and have the same problem. I've tried to update MMM_Remote-Control but it tells me I'm up to date. I can see the remote web page but API does not connect. Is there a way I can fix this? |
Clone this repo and branch temporarily: |
So it's safe to merge? I cannot test it anymore, as I don't own a MM instalation anymore. Sorry for the absence, a lot happened on my side. |
Please confirm that it's actually working, khassel PR merged |
I can confirm, it works now. |
OS
Raspberry Pi OS (Linux magicmirror 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux)
NodeJS Version
v22.9.0
MagicMirror² Version
2.29.0
Remote Control Version
2.3.8
Did you try using just Remote Control alone with MM?
Description
Brand new install of Magic Mirror using manual install on a Raspberry Pi 5.
MagicMirror and MMM-Remote-Control working flawlessly. Frontend of MagicMirror can be accessed from another machine (http://IP-of-MM:8080). Frontend of MMM-Remote-Control can be accessed from another machine (http://IP-of-MM:8080/remote.html).
However: I can not access the API endpoint. A normal GET request to http://IP-of-MM:8080/api/docs gets answered with
Cannot GET /api/docs
Expected behavior
API request should be completed successfully.
Current behavior
Error message saying
Cannot GET /api/docs
Possible solution
No response
Steps to reproduce
Log
config.js
Additional info
No response
The text was updated successfully, but these errors were encountered: