You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2025-04-28 23:39:43.441] [LOG] [MMM-Remote-Control] Could not get defaults for MMM-BoschSmartHome. See #335.
[2025-04-28 23:39:44.149] [LOG] [MMM-Remote-Control] Could not get defaults for MMM-Jast. See #335.
[2025-04-28 23:39:44.467] [LOG] [MMM-Remote-Control] Could not get defaults for MMM-NINA. See #335.
[2025-04-28 23:39:44.814] [LOG] [MMM-Remote-Control] Could not get defaults for MMM-RAIN-MAP. See #335.
config.js
letconfig={address: '0.0.0.0',ipWhitelist: [],logLevel: ['INFO','LOG','WARN','ERROR','DEBUG'],modules: [{module: 'MMM-Remote-Control',position: 'bottom_left',config: {apiKey: 'xxx'}},]}/*************** DO NOT EDIT THE LINE BELOW ***************/if(typeofmodule!=='undefined'){module.exports=config;}
Additional info
Workaround:
After adding the module:
set a position
save the config
restart the browser
reopen the module config
Then you will see the default options:
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
OS
Debian 12
NodeJS Version
23.6.1
MagicMirror² Version
v2.32.0-develop
Remote Control Version
3.1.8
Did you try using just Remote Control alone with MM?
Description
Adding a bundled module like MMM-RAIN-MAP and set the config in one workflow via the remote interface.
Expected behavior
There should be the default values in the config which I could change.
Current behavior
The config part is empty.
Possible solution
No response
Steps to reproduce
Log
config.js
Additional info
Workaround:
After adding the module:
Then you will see the default options:
The text was updated successfully, but these errors were encountered: