MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MichaelS
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 21
    • Groups 0

    MichaelS

    @MichaelS

    0
    Reputation
    786
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MichaelS Unfollow Follow

    Latest posts made by MichaelS

    • RE: ioBroker MagicMirror Module

      @falke69

      Hallo, ich habe auch das Problem mit den Anzeigen true und false. Würde gerne Ihre Lösung umsetzten. Ich verstehe aber nicht mit welchem Programm und wo das programmiert wird.
      Im ioBroker selbst (welcher Adapter) oder auf dem Magic Mirror (welches Modul).

      Ich würde mich sehr über Unterstützung freuen.

      Beste Grüße
      Michael

      posted in Requests
      M
      MichaelS
    • MMM_Hello-Lucy

      Hi,

      i want to installe MMM-Hello Lucy. But i always get this error.
      I follow these instructions.

      git clone https://github.com/mykle1/Hello-Lucy into the ~/MagicMirror/modules directory
      cd modules/Hello-Lucy/installers
      bash dependencies.sh

      What can i do?

      [STEP 1/5] Installing Packages
      Reading package lists… Done
      Building dependency tree… Done
      Reading state information… Done
      Note, selecting ‘python-dev-is-python2’ instead of ‘python-dev’
      Package python-pip is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source
      However the following packages replace it:
      python3-pip

      E: Package ‘python-pip’ has no installation candidate
      [STEP 1/5] Installing Packages | Failed

      Thank you for help.
      Michael

      posted in Troubleshooting
      M
      MichaelS
    • RE: MMM-iobroker

      Habe jetzt den Fehler gefunden. Der Status wird mehr jetzt als true für Lich tan und false für Licht aus ausgegeben.

      Allerdings finde ich die Bezeichnungen true und false nicht schön. Lassen die sich ändern in Licht an / Licht aus?

      Wie ist der Code dazu?

      posted in Troubleshooting
      M
      MichaelS
    • MMM-iobroker

      Hallo zusammen,

      ich möchte aus meinem iobroker den Stauts eines Lichtschalters auslesen. (On/Off) und diesen auf dem Spiegel anzeigen lassen.
      Leider sind meine Programmierkenntnisse noch sehr überschaubar.

      Wir muss den die Code Zeile abgeändert werden damit der Status ausgeben wird?

      hier mein aktueller Code aus dem ioBroker Modul:
      devices: [
      { name: 'Braunes_Haus ‘,
      deviceStates: [
      { id: ‘sonoff.0.Braunes_Haus.POWER’, icon: ‘fa-solid fa-toggle-on’, suffix: ’ Licht ist an’ },
      ]

      Danke für die Unterstützung.

      Gruß
      Michael

      posted in Troubleshooting
      M
      MichaelS
    • RE: MMM-IOBROKER

      i Think i have des correct State ID

      f24b929b-214b-4684-82c0-2f435f5402be-image.png

      posted in Troubleshooting
      M
      MichaelS
    • RE: MMM-IOBROKER

      @sdetweil

      i Think ist is.
      b9934582-906d-4a7b-a999-1db6b556c4f8-image.png

      posted in Troubleshooting
      M
      MichaelS
    • MMM-IOBROKER

      Hi guys,

      how can i show the status of a light - On/Off
      In the broker i used the Power Infos with true and false.

      Here my script.

      { name: 'Schwarzes_Haus',
                  deviceStates: [
                                    { id: 'sonoff.0.Schwarze_Haus.POWER', icon: 'fa-solid fa-toggle-on', suffix: 'Ligth is on' },
                                    { id: 'sonoff.0.Schwarze_Haus.POWER', icon: 'fa-solid fa-toogle-off', suffix: 'Light is off' }
                                ]
                },
      

      How can I distinguish the status - On and OFF.

      Thank you.

      posted in Troubleshooting
      M
      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