@KristjanESPERANTO - Cannot GET /api/refresh (or any API call)
MMM-Remote-Control is working fine on the same computer that the API is not found. This occurred in the last couple of updates. Nothing else changed in the configuration and/or modules.
magicmirror2 = 192.168.4.21
http://magicmirror2:8080/remote.html#main-menu WORKS from 192.168.4.210
http://magicmirror2:8080/api/refresh Does NOT Work from 192.168.4.210
MM Config:
address: "0.0.0.0",
port: 8080
basePath: "/",
ipWhitelist:[],
module: 'MMM-Remote-Control',
config: {
customCommand: {}
showModuleApiMenu: true,
secureEndpoints: true,
apiKey: '********-****-****-****-************'
showQRCode: false
GET http://magicmirror2:8080/api/refresh?apiKey=********-****-****-****-************ 404 (Not Found)
What has changed? Did I miss an update? Any assistance will be great