Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. MagicMirror

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    MagicMirror

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      schittl last edited by

      Hi,

      nutzt jemand das Modul "MMM-ioBroker"? Ich bin gerade am ausprobieren und es zeigt nur undefined bei den Werten an. Was ist in ioBroker Voraussetzung? Ich habe nur die interne Simple-API im Einsatz mit web 2.1.9. Hier mal meine Einstellung von MagicMirror:

      		{
      				//https://github.com/ioBroker/MMM-ioBroker
      				module: 'MMM-ioBroker',
      				position: 'top_left',
      				config: {
      						host: '192.168.2.xxx',
      						port: '8082',
      						updateInterval: 300000,
      						devices: [
      								{
      										deviceName: 'Küche',
      										deviceStates: [
      												{ id: 'hm-rpc.0.XXXXXXXXX.1.TEMPERATURE', icon: 'wi wi-thermometer', suffix: '°' },
      												{ id: 'hm-rpc.0.XXXXXXXXX.1.HUMIDITY',    icon: 'wi wi-humidity',    suffix: '%' }
      										]
      								},
      								{
      										deviceName: 'Wohnzimmer',
      										deviceStates: [
      												{ id: 'hm-rpc.0.XXXXXXXX1.2.ACTUAL_TEMPERATURE', icon: 'wi wi-thermometer',  suffix: '°' },
      												{ id: 'hm-rpc.0.XXXXXXXX1.2.BATTERY_STATE',      icon: 'fa fa-battery-half', suffix: '' }
      										]
      								}
      						]
      				}
      		},
      
      

      Aufruf per Browser funktioniert "http://192.168.2.xxx:8082/get/hm-rpc.0. … EMPERATURE".

      Vielleicht kann jemand helfen. Danke und noch schönes Sonntag.

      vg

      Falk

      1 Reply Last reply Reply Quote 0
      • Bluefox
        Bluefox last edited by

        @schittl:

        Hi,

        nutzt jemand das Modul "MMM-ioBroker"? Ich bin gerade am ausprobieren und es zeigt nur undefined bei den Werten an. Was ist in ioBroker Voraussetzung? Ich habe nur die interne Simple-API im Einsatz mit web 2.1.9. Hier mal meine Einstellung von MagicMirror:

        		{
        				//https://github.com/ioBroker/MMM-ioBroker
        				module: 'MMM-ioBroker',
        				position: 'top_left',
        				config: {
        						host: '192.168.2.xxx',
        						port: '8082',
        						updateInterval: 300000,
        						devices: [
        								{
        										deviceName: 'Küche',
        										deviceStates: [
        												{ id: 'hm-rpc.0.XXXXXXXXX.1.TEMPERATURE', icon: 'wi wi-thermometer', suffix: '°' },
        												{ id: 'hm-rpc.0.XXXXXXXXX.1.HUMIDITY',    icon: 'wi wi-humidity',    suffix: '%' }
        										]
        								},
        								{
        										deviceName: 'Wohnzimmer',
        										deviceStates: [
        												{ id: 'hm-rpc.0.XXXXXXXX1.2.ACTUAL_TEMPERATURE', icon: 'wi wi-thermometer',  suffix: '°' },
        												{ id: 'hm-rpc.0.XXXXXXXX1.2.BATTERY_STATE',      icon: 'fa fa-battery-half', suffix: '' }
        										]
        								}
        						]
        				}
        		},
        
        

        Aufruf per Browser funktioniert "http://192.168.2.xxx:8082/get/hm-rpc.0. … EMPERATURE".

        Vielleicht kann jemand helfen. Danke und noch schönes Sonntag.

        vg

        Falk `
        Bitte noch mal vom github probieren. Ich habe da was gefixt.

        1 Reply Last reply Reply Quote 0
        • S
          schittl last edited by

          Hat sich leider nix verändert… Habe die neue Version per git pull nochmals geladen

          1 Reply Last reply Reply Quote 0
          • S
            schittl last edited by

            @profimong:

            Wenn Interesse besteht kann ich die Scripte und Views gern zur Verfügung stellen. `

            Hallo profimong,

            Mich würde interessieren wie Du folgendes umgesetzt hast:

            • Ausschalten wir per Cronjob der Browser geschlossen und der Raspi heruntergefahren

            • Autostartscript der Browser im Kioskmodus

            Ebenfalls würde ich mich über die Views per Export freuen. Tolle Arbeit! Danke.

            mfg

            Falk

            1 Reply Last reply Reply Quote 0
            • B
              Bradock last edited by

              @arteck:

              @OstfrieseUnterwegs:

              Kennt Ihr

              https://www.fibaro.com/de/products/swipe/

              Vlt kann man damit eine einfache Steuerung bauen. Leider nicht ganz billig. `

              vergis es zumindest jetzt.. openzwave unterstützt es noch nicht `

              Das mit Gestensteuerung hatte ich auch schon mal in meiner gedanklichen Planung. Da jedoch der Smart Mirror ins Bad in den Spiegelschrank integriert werden soll, dachte ich mir das da ganz schnell der WAF nach unten geht, wenn Frauchen vorm Spiegel das ausgiebige Haare kämmen prozessiert :lol:

              1 Reply Last reply Reply Quote 0
              • Bluefox
                Bluefox last edited by

                Kannst du im Browser schauen ob die Daten kommen?

                1 Reply Last reply Reply Quote 0
                • S
                  schittl last edited by

                  @Bluefox:

                  Kannst du im Browser schauen ob die Daten kommen? `
                  Aufruf per Browser funktioniert "http://192.168.2.xxx:8082/get/hm-rpc.0. … EMPERATURE" oder meinst Du etwas anderes?

                  Ich versuche gerade den Fehler im "node_helper.js" zu finden... Vllt finde ich ja was 😉

                  1 Reply Last reply Reply Quote 0
                  • M
                    mertedav last edited by

                    @schittl:

                    @Bluefox:

                    Kannst du im Browser schauen ob die Daten kommen? `
                    Aufruf per Browser funktioniert "http://192.168.2.xxx:8082/get/hm-rpc.0. … EMPERATURE" oder meinst Du etwas anderes?

                    Ich versuche gerade den Fehler im "node_helper.js" zu finden... Vllt finde ich ja was 😉 `
                    Hi schittl ,

                    hast du schon was herausgefunden?

                    Ich habe das gleiche Problem mit dem Adapter.

                    1 Reply Last reply Reply Quote 0
                    • Schaxxe
                      Schaxxe last edited by

                      @mertedav:

                      @schittl:

                      @Bluefox:

                      Kannst du im Browser schauen ob die Daten kommen? `
                      Aufruf per Browser funktioniert "http://192.168.2.xxx:8082/get/hm-rpc.0. … EMPERATURE" oder meinst Du etwas anderes?

                      Ich versuche gerade den Fehler im "node_helper.js" zu finden... Vllt finde ich ja was 😉 `
                      Hi schittl ,

                      hast du schon was herausgefunden?

                      Ich habe das gleiche Problem mit dem Adapter. `

                      Same here

                      1 Reply Last reply Reply Quote 0
                      • S
                        schittl last edited by

                        @mertedav:

                        hast du schon was herausgefunden?

                        Ich habe das gleiche Problem mit dem Adapter. `
                        @Schaxxe:

                        Same here `
                        Bin leider noch nicht dazu gekommen. Melde mich sobald ich etwas finde… Sorry

                        1 Reply Last reply Reply Quote 0
                        • S
                          schittl last edited by

                          Folgende Fehlermeldung bekomme ich:

                          0|mm       | Invalid content-type.Expected application/json but received text/plain; charset=utf-8
                          0|mm       | Invalid content-type.Expected application/json but received text/plain; charset=utf-8
                          0|mm       | Invalid content-type.Expected application/json but received text/plain; charset=utf-8
                          0|mm       | Invalid content-type.Expected application/json but received text/plain; charset=utf-8
                          
                          

                          Aber wie ich das umgehen kann bin ich noch am forschen.

                          1 Reply Last reply Reply Quote 0
                          • X
                            xlitemk last edited by

                            Hallo zusammen,

                            das Problem mit dem dunklen Spiegel hatte ich auch und löste ichwie folgt:

                            bin im Internet auf mehrere Glaslieferanten gestoßen und letztlich

                            bei einem hängen geblieben.

                            Hier einmal ein link: https://www.brigla-shop.de/spiegel-spio … irror.html

                            Die Kollegen vom Team haben sogar Mustersets im Angebot und laut Aussage eines Mitarbeiters

                            am Tel. kommt in naher Zukunft ein weiterer Spiegel auf den Markt der das Musterset

                            erweitert: :!: 🙂

                            1 Reply Last reply Reply Quote 0
                            • nick21
                              nick21 last edited by

                              gibt es schon neue Erkenntnisse bezüglich der Dateneinbindung in das MMM modul?

                              1 Reply Last reply Reply Quote 0
                              • C
                                clabbo last edited by

                                Hi.

                                Not sure if this is relevant to the discussion here but I noticed an error in the readme.md. I was looking into the code since I always had "undefined" as header for my devices and couldn't understand why.

                                This is what the documentation says:

                                          { deviceName: 'writeHereTheName1',
                                            deviceStates: [
                                                              { id: 'mqtt.0.sensorX.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                                              { id: 'mqtt.0.sensorX.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                                          ]
                                          },
                                

                                …but I think it should "name" instead of "deviceName":

                                          { name: 'writeHereTheName1',
                                            deviceStates: [
                                                              { id: 'mqtt.0.sensorX.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                                              { id: 'mqtt.0.sensorX.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                                          ]
                                          },
                                

                                At least it works for me 🙂

                                <u>I do have one problem though</u> - the module seems to fetch the right data and shows it on the screen for a minute. When the module is refreshed by the built in timer I get "–-" instead of the correct data. It stays like this 2-3 minutes and then the right data is shown again for a minute. It sounds like a network issue but my other MagicMirror modules are working well and the iobroker server is indeed active on the network. Has anyone else noticed something similar.

                                /Claes

                                1 Reply Last reply Reply Quote 0
                                • fischi87
                                  fischi87 last edited by

                                  Hallo,

                                  wie clabbo geschrieben hat, hat es bei mir auch so funktioniert das änder von "deviceName" zu "name" des wenigstens der name angezeigt wird.

                                  mein problem ist jetzt noch das ich keine Daten bekommen.

                                  hab mal im browser versucht aber da bekommen ich auch keine Daten unter "http://192.168.xxx.x:xxxx/hm-rpc.0.OEQ0xxxxxx.4.ACTUAL_TEMPERATURE

                                  bekomme immer die Nachricht im browser "Cannot get …."

                                  kann mir da jemand helfen?

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    friemelkarl last edited by friemelkarl

                                    Hallo Leute,

                                    Mein Problem hat nicht wirklich was mit IO-Broker zu tun, eventuell kann mir aber einer helfen.
                                    Ich betreibe einen Glancr. https://glancr.de/
                                    Über das Textfeldmodul kann ich HTML einfügen um mir ein Bild vom Node-Red Dashboard anzeigen zu lassen. Der Code dazu sieht so aus.

                                    <iframe src="http://192.168.0.43:1880/ui/#!/8#%2F0" height="300" width="1220"frameBorder="0"></iframe>

                                    Gibt es jetzt die Möglichkeit eine weitere Quelle einzubauen um zwischen der ersten und der zweiten automatisch wechseln zu lassen?
                                    Ich würde gerne einfach mehr Informationen auf den Bildschirm holen, bin aber vom Platz her begrenzt

                                    Gruß
                                    Andy

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate
                                    FAQ Cloud / IOT
                                    HowTo: Node.js-Update
                                    HowTo: Backup/Restore
                                    Downloads
                                    BLOG

                                    921
                                    Online

                                    31.7k
                                    Users

                                    79.9k
                                    Topics

                                    1.3m
                                    Posts

                                    26
                                    53
                                    15384
                                    Loading More Posts
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                    The ioBroker Community 2014-2023
                                    logo