Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. MichaelS
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    MichaelS

    @MichaelS

    0
    Reputation
    14
    Posts
    781
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    MichaelS Follow

    Best posts made by MichaelS

    This user hasn't posted anything yet.

    Latest posts made by MichaelS

    • Probleme beim Anzeigen des iFrame Moduls

      Hallo,

      bin noch relativ unerfahren und versuche 2-3 Module zu installieren. Ich scheitere aber immer wieder daran das die neuen Module nicht angezeigt werden. Die Standardmodule bis auf Wetter gehen.

      Aktuell versuche ich mich am iFrame Modul.
      Hier mal meine config.js

      language: "de",
      timeFormat: 24,
      units: "metric",
      
      modules: [
      	{
      		module: "alert",
      	},
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_right"
      	},
      	{
      		module: "MMM-iFrame",
      		position: "top_left",	// This can be any of the regions.
      		config: {
      		// See "Configuration options" for more information.
      			url: ["http://192.168.178.223:8082/vis/index.html#TeleconsulterHaus", "ENTER IN URL2"],  // as many URLs you want or you can just ["ENTER IN URL"] if single URL.
      			updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds
      			width: "100%", // Optional. Default: 100%
      			height: "100px" //Optional. Default: 100px
      			
      		}
      	},
      	{
      		module: "compliments",
      		position: "lower_third"
      	},
      	
      	{
      		module: "newsfeed",
      		position: "bottom_bar",
      		config: {
      			feeds: [
      				{
      					title: "Bild News",
      					url: "http://www.bild.de/rss3-20745882,feed=alles.bild.html"
      				}
      			],
      			showSourceTitle: true,
      			showPublishDate: true
      		}
      	},
      ]
      };
      

      Wenn ich die Seite normal im Browser starte wird sie angezeigt. Auch andere URLs gehen nicht.
      Was mach ich falsch?

      Gruß
      Michael

      posted in Troubleshooting
      M
      MichaelS
    • MMM-iFrame Modul wird nicht angezeigt

      Hallo,

      bin noch relativ unerfahren und versuche 2-3 Module zu installieren. Ich scheitere aber immer wieder daran das die neuen Module nicht angezeigt werden. Die Standardmodule bis auf Wetter gehen.

      Aktuell versuche ich mich am iFrame Modul.
      Hier mal meine config.js

      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_right"
      		},
      		{
      			module: "MMM-iFrame",
      			position: "top_left",	// This can be any of the regions.
      			config: {
      			// See "Configuration options" for more information.
      				url: ["http://192.168.178.223:8082/vis/index.html#TeleconsulterHaus", "ENTER IN URL2"],  // as many URLs you want or you can just ["ENTER IN URL"] if single URL.
      				updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds
      				width: "100%", // Optional. Default: 100%
      				height: "100px" //Optional. Default: 100px
      				
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "Bild News",
      						url: "http://www.bild.de/rss3-20745882,feed=alles.bild.html"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      

      Wenn ich die Seite normal im Browser starte wird sie angezeigt. Auch andere URLs gehen nicht.
      Was mach ich falsch?

      Gruß
      Michael

      posted in Bug Hunt
      M
      MichaelS
    • MagicMirror mit vis vom iO Broker

      Hallo,

      ich habe auf meinem Rasperry parallel den iO Brocker laufen. Über ioBroker vis habe ich mir eine Oberfläche erstellt mit der ich die Lampen im Haus ein und ausschalten kann.

      Ich würde das gerne auf meinem Spiegel integrieren sodass wenn ich morgen ausser Haus gehe der Spiegel mir sagt wo noch Licht an ist. Über die vis Oberfläche lässt sich das per Touch ausschalten.

      Lässt sich das integrieren?

      Gruß
      Michael

      posted in Requests
      M
      MichaelS
    • RE: Current Weather do not display

      @MichaelS said in Current Weather do not display:

      www.openweathermap.org/help/city_list.txt

      No, i try it before.

      posted in Troubleshooting
      M
      MichaelS
    • Current Weather do not display

      Hi,

      first, my English is not so good but i try to explain my problem.

      The Weather Forecast do not displayed an i dont know why.
      Here is my confi.js

      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_right"
      		},
      		
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      	
      		{
      			module: "currentweather",
      			position: "top_left",
      			config: {
      				location: "",
      				locationID: "2867714",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "2403028866217760c034e4e08bc4d45a"
      			}
      		},
      		
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "aktuelle Nachrichten",
      						url: "https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      

      Who can help to fix the problem?

      posted in Troubleshooting
      M
      MichaelS
    • Kamera Modul

      Ich habe schon einigemale die 3rd Party Module duchstöbert und entweder bin ich blind oder gibt es kein Modul was das Kamera Bild der Raspberry Kamera anzeigt.

      Die Idee wäre eine Türsprechanlage zu bauen bei der das Kamerabild nach Druck auf den Klingelnopf (natürlich am Raspberry angeschlossen) auf dem Spiegel angezeigt wird.

      Gibt es sowas oder etwas ähnliches auf das sich aufsetzen lässt?

      posted in Requests
      M
      MichaelS
    • RE: Weather module not getting shown

      @idoodler said in Wetter wird nicht angezigt:

      pm2 restart MagicMirror && pm2 log MagicMirror

      Hier bekomme ich nur eine Fehlermeldung: Kommando nicht gefunden

      pi@Door:~/MagicMirror $ npm start
      
      > magicmirror@2.3.1 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.3.1
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      Module helper loaded: newsfeed
      All module helpers loaded.
      Starting server on port 8080 ... 
      Server started ...
      Connecting socket for: updatenotification
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      Create new news fetcher for url: https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html - Interval: 300000
      Shutting down server...
      Stopping module helper: updatenotification
      Stopping module helper: newsfeed
      pi@Door:~/MagicMirror $ pm2 restart MagicMirror && pm2 log MagicMirror
      bash: pm2: Kommando nicht gefunden.
      pi@Door:~/MagicMirror $ 
      

      Ist es normal das die Helper Module nicht gefunden werden?

      posted in Troubleshooting
      M
      MichaelS
    • RE: Weather module not getting shown

      Uhrzeit, News und Sprüche werden angezeigt.
      Wetter nach wie vor nicht.

      posted in Troubleshooting
      M
      MichaelS
    • RE: Weather module not getting shown

      Warum umbenennen?
      Das habe ich nicht gemacht

      posted in Troubleshooting
      M
      MichaelS
    • RE: Weather module not getting shown

      hier ist meine config Datei

      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_right"
      		},
      		
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_left",
      			config: {
      				location: "***",
      				locationID: "****",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "****"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_left",
      			header: "Weather Forecast",
      			config: {
      				location: "***",
      				locationID: "***",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "****"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "aktuelle Nachrichten",
      						url: "https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      posted in Troubleshooting
      M
      MichaelS