NEWS
Vis 2 ECharts und Vis 2 Widgets Material
-
Hallo,
seit ca. 2 Wochen werden diese Widgets nicht mehr Vis 2 Editor und Runtime angezeigt, wenn ich die Seiten über die Cloud aufrufe. Beuim Aufruf über eine lokale IP funktioniert alles.
Dazu bekomme ich bei jedem Aufruf der Objekte im Admin folgende Fehler:
cloud.0
2026-06-04 07:49:19.202 error Cannot request web pages "http://127.0.0.1:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js": <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404 Not Found</title> <style> body { background-color: #e0f7fa; color: #007bb5; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: center; } h1 { font-size: 6em; margin: 0; } p { font-size: 1.5em; } a { color: #007bb5; text-decoration: none; border: 2px solid #007bb5; padding: 10px 20px; border-radius: 5px; cursor: pointer; } a:hover { background-color: #007bb5; color: #e0f7fa; } </style> <script> function refresh() { location.reload(); } function goHome() { let href = window.location.pathname; if (href.split('/').length === 3) { const path = href.split('/'); window.location.href =/${path[1]}/; } else { window.location.href = '/'; } } // What the document is loaded document.addEventListener('DOMContentLoaded', (event) => { // detect theme, dark or light if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.style.backgroundColor = '#263238'; document.body.style.color = '#eceff1'; } }); </script> </head> <body> <div class="container"> <h1>404</h1> <p>Datei widgets/vis-2-widgets-material/customWidgets.js nicht gefunden</p> <a onclick="goHome()">Zur Homepage</a> <a onclick="refresh()">Aktualisieren</a> </div> </body> </html>Die Adapter Web und Cloud habe ich schon de- und neu installiert und alle möglichen Einstellungen getestet. Das Farbschema hat neuerdings auch einen dunklen Hiontergrund und lässt sich nicht ändern. Wurden da irgendwo Änderungen vorgenommen?
Grüße
Peer
-
Ich habe exakt das gleiche Problem. Bei mir bringt das Widget Openweathermap das Problem.
Ich habe den Cloud Adapter schon auf Version 6.0.4 gebracht.
VIS2 ist Version 2.14.0 (musste ich hochziehen weil es mit der Stable Version 2.13.8 ein Problem mit dem Umschalten des View im Editor gab).
VIS2 Widget Material ist Version 1.6.7.
Openweathermap ist Version 1.4.0.
IOB läuft auf einem Raspberry PI5.
Node.js: v22.22.3
NPM: 10.9.8Log zeigt diesen Fehler für Cloud:
Cannot request web pages "http://127.0.0.1:8082/vis-2/widgets/metro/css/iconFont.min.css": <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404 Not Found</title> <style> body { background-color: #e0f7fa; color: #007bb5; font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: center; } h1 { font-size: 6em; margin: 0; } p { font-size: 1.5em; } a { color: #007bb5; text-decoration: none; border: 2px solid #007bb5; padding: 10px 20px; border-radius: 5px; cursor: pointer; } a:hover { background-color: #007bb5; color: #e0f7fa; } </style> <script> function refresh() { location.reload(); } function goHome() { let href = window.location.pathname; if (href.split('/').length === 3) { const path = href.split('/'); window.location.href =/${path[1]}/; } else { window.location.href = '/'; } } // What the document is loaded document.addEventListener('DOMContentLoaded', (event) => { // detect theme, dark or light if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.style.backgroundColor = '#263238'; document.body.style.color = '#eceff1'; } }); </script> </head> <body> <div class="container"> <h1>404</h1> <p>Datei widgets/metro/css/iconFont.min.css nicht gefunden</p> <a onclick="goHome()">Zur Homepage</a> <a onclick="refresh()">Aktualisieren</a> </div> </body> </html> -
Ich sehe das vis-2-widget-material nicht in der VIS, bzw. es wird installiert, aber nicht im vis-2 angezeigt. Ich kann machen was ich will. Eine Neuinstallation hat auch nichts gebracht. Neuaufbau der Seiten erzwingen hat auch nichts gebracht.
Vis-2 Version 2.14.3
Vis-2-widgets Material Version 1.6.7
Hat jemand noch eine Idee? -
Ich sehe das vis-2-widget-material nicht in der VIS, bzw. es wird installiert, aber nicht im vis-2 angezeigt. Ich kann machen was ich will. Eine Neuinstallation hat auch nichts gebracht. Neuaufbau der Seiten erzwingen hat auch nichts gebracht.
Vis-2 Version 2.14.3
Vis-2-widgets Material Version 1.6.7
Hat jemand noch eine Idee?Ich sehe das vis-2-widget-material nicht in der VIS, bzw. es wird installiert, aber nicht im vis-2 angezeigt. Ich kann machen was ich will. Eine Neuinstallation hat auch nichts gebracht. Neuaufbau der Seiten erzwingen hat auch nichts gebracht.
Vis-2 Version 2.14.3
Vis-2-widgets Material Version 1.6.7
Hat jemand noch eine Idee?Was sagt die Konsole bei F12?
-
Ich sehe das vis-2-widget-material nicht in der VIS, bzw. es wird installiert, aber nicht im vis-2 angezeigt. Ich kann machen was ich will. Eine Neuinstallation hat auch nichts gebracht. Neuaufbau der Seiten erzwingen hat auch nichts gebracht.
Vis-2 Version 2.14.3
Vis-2-widgets Material Version 1.6.7
Hat jemand noch eine Idee?Was sagt die Konsole bei F12?
Ich sehe das vis-2-widget-material nicht in der VIS, bzw. es wird installiert, aber nicht im vis-2 angezeigt. Ich kann machen was ich will. Eine Neuinstallation hat auch nichts gebracht. Neuaufbau der Seiten erzwingen hat auch nichts gebracht.
Vis-2 Version 2.14.3
Vis-2-widgets Material Version 1.6.7
Hat jemand noch eine Idee?Was sagt die Konsole bei F12?
iobroker.vis-2@2.14.3 ██╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗ ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗ ██║██║ ██║██████╔╝██████╔╝██║ ██║█████╔╝ █████╗ ██████╔╝ ██║██║ ██║██╔══██╗██╔══██╗██║ ██║██╔═██╗ ██╔══╝ ██╔══██╗ ██║╚██████╔╝██████╔╝██║ ██║╚██████╔╝██║ ██╗███████╗██║ ██║ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters Help us to create open source project with reactJS! See you :) [2026-06-22T13:03:03.177Z] Try to connect Translate: null Translate: Grid color Translate: Grid size blob:http://iobroker.fritz.box:8082/0f9601c4-73a1-451d-9a31-131eedfece35:1 Manifest: property 'start_url' ignored, URL is invalid. blob:http://iobroker.fritz.box:8082/0f9601c4-73a1-451d-9a31-131eedfece35:1 Manifest: property 'src' ignored, URL is invalid. Version vis-history: 1.0.0 Version vis-jqui-mfd: 1.0.12 Version vis-plumb: 1.0.0 Version justgage: 2.1.7 Version players: 0.1.0 Version trashschedule: 5.2.1 Version Info-Adapter-Widget: 0.0.9 Download the Vue Devtools extension for a better development experience: https://github.com/vuejs/vue-devtools You are running Vue in development mode. Make sure to turn on production mode when deploying for production. See more tips at https://vuejs.org/guide/deployment.html Version time-switch: 2.2.2 widgets/openweatherm…/customWidgets.js:2 Uncaught Cannot load i18n "openweathermap": Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "openweathermap", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/openweathermap/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "openweathermap" } Cannot load widget system.adapter.openweathermap.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "openweathermap", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/openweathermap/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "openweathermap" } at error (iobroker_vis__mf_v__…DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__…-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__…DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__…DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__…DBCNuKXJ.js:2152:92) at async Promise.all (index 0) at async Promise.all (index 0) Cannot load i18n "vis2gaugeWidgets": Error: [ Federation Runtime ]: The remote entry interface does not contain "init" #RUNTIME-002 args: {"hostName":"iobroker_vis","remoteName":"vis2gaugeWidgets","remoteEntryUrl":"http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-gauges/customWidgets.js","remoteEntryKey":"vis2gaugeWidgets"} View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/runtime/RUNTIME-002 Cannot load widget system.adapter.vis-2-widgets-gauges.0: Error: [ Federation Runtime ]: The remote entry interface does not contain "init" #RUNTIME-002 args: {"hostName":"iobroker_vis","remoteName":"vis2gaugeWidgets","remoteEntryUrl":"http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-gauges/customWidgets.js","remoteEntryKey":"vis2gaugeWidgets"} View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/runtime/RUNTIME-002 at error (iobroker_vis__mf_v__…DBCNuKXJ.js:599:123) at Module.get (iobroker_vis__mf_v__…DBCNuKXJ.js:1433:55) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__…DBCNuKXJ.js:2152:92) at async Promise.all (index 0) at async Promise.all (index 1) Cannot load widget system.adapter.vis-2-widgets-gauges.0: Error: [ Federation Runtime ]: The remote entry interface does not contain "init" #RUNTIME-002 args: {"hostName":"iobroker_vis","remoteName":"vis2gaugeWidgets","remoteEntryUrl":"http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-gauges/customWidgets.js","remoteEntryKey":"vis2gaugeWidgets"} View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/runtime/RUNTIME-002 at error (iobroker_vis__mf_v__…DBCNuKXJ.js:599:123) at Module.get (iobroker_vis__mf_v__…DBCNuKXJ.js:1433:55) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__…DBCNuKXJ.js:2152:92) at async Promise.all (index 1) at async Promise.all (index 1) Cannot load widget system.adapter.vis-2-widgets-gauges.0: Error: [ Federation Runtime ]: The remote entry interface does not contain "init" #RUNTIME-002 args: {"hostName":"iobroker_vis","remoteName":"vis2gaugeWidgets","remoteEntryUrl":"http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-gauges/customWidgets.js","remoteEntryKey":"vis2gaugeWidgets"} View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/runtime/RUNTIME-002 at error (iobroker_vis__mf_v__…DBCNuKXJ.js:599:123) at Module.get (iobroker_vis__mf_v__…DBCNuKXJ.js:1433:55) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__…DBCNuKXJ.js:2152:92) at async Promise.all (index 2) at async Promise.all (index 1) materialdesign.js:33 Version vis-materialdesign: 0.5.9 widgets/vis-2-widget…/customWidgets.js:1 Uncaught SyntaxError: Cannot use import statement outside a module visView-D0ZXpSW9.js:1260 Cannot load i18n "vis2materialWidgets": Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 0) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 1) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 2) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 3) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 4) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 5) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 6) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 7) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 8) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 9) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 10) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 11) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 12) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 13) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 14) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 15) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 16) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 17) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 visView-D0ZXpSW9.js:1196 Cannot load widget system.adapter.vis-2-widgets-material.0: Error: [ Federation Runtime ]: remoteEntryExports is undefined { "name": "vis2materialWidgets", "entry": "http://iobroker.fritz.box:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js", "type": "global", "shareScope": "default", "entryGlobalName": "vis2materialWidgets" } at error (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:599:123) at assert (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:596:10) at Module.getEntry (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1404:14) at async Module.get (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:1410:14) at async RemoteHandler.loadRemote (iobroker_vis__mf_v__runtimeInit__mf_v__-DBCNuKXJ.js:2152:92) at async Promise.all (index 18) at async Promise.all (index 5) (anonymous) @ visView-D0ZXpSW9.js:1196 instrument.ts:129 sentry initialized for vis-materialdesign sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7:1 Failed to load resource: the server responded with a status of 403 () instrument.ts:129 Translate: vis_2_widgets_weather_heating_label_oid_chancerain_ instrument.ts:129 Translate: history instrument.ts:129 Translate: hqwidgets instrument.ts:129 Translate: info instrument.ts:129 Translate: jqplot instrument.ts:129 Translate: jqui-mfd instrument.ts:129 Translate: justgage instrument.ts:129 Translate: materialdesign instrument.ts:129 Translate: players instrument.ts:129 Translate: plumb instrument.ts:129 Translate: rgraph instrument.ts:129 Translate: time-switch instrument.ts:129 Translate: timeandweather instrument.ts:129 Translate: trashschedule instrument.ts:129 Translate: vis-inventwo instrument.ts:129 [2026-06-22T13:03:15.062Z] +SUBSCRIBE: modbus.1.inputRegisters.21307_Charging_Power instrument.ts:129 [2026-06-22T13:03:15.086Z] +SUBSCRIBE: modbus.1.inputRegisters.21316_Charging_Status instrument.ts:129 [2026-06-22T13:03:15.094Z] +SUBSCRIBE: javascript.0.pv.wallbox.chargepower instrument.ts:129 [2026-06-22T13:03:15.104Z] +SUBSCRIBE: modbus.0.holdingRegisters.33546_WB instrument.ts:129 [2026-06-22T13:03:15.110Z] +SUBSCRIBE: modbus.1.inputRegisters.21317_Charge_Start_Time instrument.ts:129 [2026-06-22T13:03:15.114Z] +SUBSCRIBE: modbus.1.inputRegisters.21319_Charge_End_Time instrument.ts:129 [2026-06-22T13:03:15.118Z] +SUBSCRIBE: modbus.1.inputRegisters.21299_Total_Energy instrument.ts:129 [2026-06-22T13:03:15.123Z] +SUBSCRIBE: modbus.0.holdingRegisters.33548_WB_ instrument.ts:129 [2026-06-22T13:03:15.263Z] +SUBSCRIBE: hm-rega.0.33408 instrument.ts:129 [2026-06-22T13:03:15.268Z] +SUBSCRIBE: alexa2.0.Echo-Devices.G2A0RF04817603ND.Player.miniArtUrl instrument.ts:129 [2026-06-22T13:03:15.291Z] +SUBSCRIBE: alexa2.0.Echo-Devices.G2A0RF04817603ND.Player.mainArtUrl instrument.ts:129 [2026-06-22T13:03:15.359Z] +SUBSCRIBE: alexa2.0.Echo-Devices.G2A0RF04817603ND.Player.volume charging_notconnected.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found) instance.js:7 Using Instance: energiefluss.0 socket.io.js:55 [2026-06-22T13:03:15.924Z] Try to connect conn.js:255 2026-06-22T13:03:16.081Z Connected => authenticate conn.js:264 2026-06-22T13:03:16.147Z Authenticated: true instance.js:15 connected instance.js:25 Received 2 states. instance.js:26 Polling active! functions.js:782 Error: <path> attribute d: Expected moveto path command ('M' or 'm'), "none". (anonymous) @ functions.js:782 functions.js:932 Animation for Text and Values disabled! functions.js:942 Config successfully applied at 22.6.2026, 15:03:16! [NEW] Explain Console errors by using Copilot in Edge: click to explain an error. Learn moreDon't show againAuch bei einem leeren vis projekt lädt es nicht.
-
@Eisbaeeer
Das übliche wirst du schon gemacht haben.
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden