<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Vis 2 ECharts und Vis 2 Widgets Material]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">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.<br />
Dazu bekomme ich bei jedem Aufruf der Objekte im Admin folgende Fehler:<br />
cloud.0<br />
2026-06-04 07:49:19.202	error	Cannot request web pages "<a href="http://127.0.0.1:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js" rel="nofollow ugc">http://127.0.0.1:8082/vis-2/widgets/vis-2-widgets-material/customWidgets.js</a>": &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="UTF-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;title&gt;404 Not Found&lt;/title&gt; &lt;style&gt; 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; } &lt;/style&gt; &lt;script&gt; function refresh() { location.reload(); } function goHome() { let href = window.location.pathname; if (href.split('/').length === 3) { const path = href.split('/'); window.location.href = <code>/${path[1]}/</code>; } else { window.location.href = '/'; } } // What the document is loaded document.addEventListener('DOMContentLoaded', (event) =&gt; { // detect theme, dark or light if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.style.backgroundColor = '#263238'; document.body.style.color = '#eceff1'; } }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container"&gt; &lt;h1&gt;404&lt;/h1&gt; &lt;p&gt;Datei widgets/vis-2-widgets-material/customWidgets.js nicht gefunden&lt;/p&gt; &lt;a onclick="goHome()"&gt;Zur Homepage&lt;/a&gt; &lt;a onclick="refresh()"&gt;Aktualisieren&lt;/a&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;</p>
<p dir="auto">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?</p>
<p dir="auto">Grüße</p>
<p dir="auto">Peer</p>
]]></description><link>https://forum.iobroker.net/topic/84683/vis-2-echarts-und-vis-2-widgets-material</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 21:43:41 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/84683.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 Jun 2026 05:58:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Vis 2 ECharts und Vis 2 Widgets Material on Sun, 07 Jun 2026 16:07:34 GMT]]></title><description><![CDATA[<p dir="auto">Ich habe exakt das gleiche Problem. Bei mir bringt das Widget Openweathermap das Problem.<br />
Ich habe den Cloud Adapter schon auf Version 6.0.4 gebracht.<br />
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).<br />
VIS2 Widget Material ist Version 1.6.7.<br />
Openweathermap ist Version 1.4.0.<br />
IOB läuft auf einem Raspberry PI5.<br />
Node.js: v22.22.3<br />
NPM: 10.9.8</p>
<p dir="auto">Log zeigt diesen Fehler für Cloud:<br />
Cannot request web pages "<a href="http://127.0.0.1:8082/vis-2/widgets/metro/css/iconFont.min.css" rel="nofollow ugc">http://127.0.0.1:8082/vis-2/widgets/metro/css/iconFont.min.css</a>": &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="UTF-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;title&gt;404 Not Found&lt;/title&gt; &lt;style&gt; 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; } &lt;/style&gt; &lt;script&gt; function refresh() { location.reload(); } function goHome() { let href = window.location.pathname; if (href.split('/').length === 3) { const path = href.split('/'); window.location.href = <code>/${path[1]}/</code>; } else { window.location.href = '/'; } } // What the document is loaded document.addEventListener('DOMContentLoaded', (event) =&gt; { // detect theme, dark or light if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.style.backgroundColor = '#263238'; document.body.style.color = '#eceff1'; } }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container"&gt; &lt;h1&gt;404&lt;/h1&gt; &lt;p&gt;Datei widgets/metro/css/iconFont.min.css nicht gefunden&lt;/p&gt; &lt;a onclick="goHome()"&gt;Zur Homepage&lt;/a&gt; &lt;a onclick="refresh()"&gt;Aktualisieren&lt;/a&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;</p>
]]></description><link>https://forum.iobroker.net/post/1343221</link><guid isPermaLink="true">https://forum.iobroker.net/post/1343221</guid><dc:creator><![CDATA[Thor65]]></dc:creator><pubDate>Sun, 07 Jun 2026 16:07:34 GMT</pubDate></item></channel></rss>