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
{{ message }}
This repository was archived by the owner on Mar 14, 2019. It is now read-only.
Got issues with 'Access-Control-Allow-Origin' errors with this module.
Fixed temporary here with disabling security: /MagicMirror/js/electron.js ->
webPreferences: {
webSecurity: false
}