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

    Posts

    Recent Best Controversial
    • RE: ioBroker MagicMirror Module

      Hallo Zusammen, ich klinke mich hier mal mit ein. Ich habe das MMM-irobroker modul installiert und auch in die Config geschrieben. Ich habe einen Zigbee stick udn dort habe ich ein lumi weather sensor erfolgreich gepairt.

      Leider bin ich mir nun nicht schlüssig was in die Config mit reinkommt damit die humidity und die temoeratur angezeigt wird. Könnt ihr mir den Code bitte mitteilen…jetzt sieht der Code so aus:

      {
          module: 'MMM-ioBroker',
          position: 'bottom_right',
          config: {
            host: '192.168.200.120',
            port: '8081',
            https: false,
            devices: [
                { name: 'lumi.weather',
                  deviceStates: [
                                    { id: 'mqtt.0.sensorX.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                    { id: 'mqtt.0.sensorX.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                ]
                },
                
              ]
          }
        },
      

      Das mqtt passt natürlich nicht. Ich weiss es aber nicht wie ich es einfügen muss.
      Hier noch die Infos aus iobroker für den Weather adapter:

      00158d0002fb4915	
      lumi.weather
      	device					
      battery	
      Battery percent
      	state	battery.percent			 	
      humidity	state
      Humidity
      	state	value.humidity			50.3 %	
      link_quality	state
      Link quality
      	state	state			70	
      pressure	state
      Pressure
      	state	value.pressure			1009 hPa	
      temperature	state
      Temperature
      	state	value.temperature			20.31 °C	
      voltage	
      Battery voltage
      	state	battery.voltage
      

      Über ne Info wie der Code aussehen muss herzichen Dank.

      Gruss

      (Hello everyone, I’m going to hook myself in here. I installed the MMM-irobroker module and also wrote it in the config. I have a Zigbee stick and there I successfully paired a lumi weather sensor.

      Unfortunately I am not conclusive now what comes into the config so that the humidity and the temperature is displayed. Can you tell me the code please … now the code looks like this:)

      Das Webinterface von iobroker erreiche ich mit 192.168.200.120:8081
      Die ID habe ich gelesen ist wichtig…nur finde ich diese auch nicht…ist halt immer schwer wenn man sowas zum ersten mal macht! Ist mit ID die API gemeint?

      posted in Requests
      kusselinK
      kusselin
    • RE: a new problem with fhem

      Ok…ich hab ja noch ioBroker aufm Raspi…da gibts ja auch noch ein Modul…
      Dann probiere ich es mal mit dem Modul:-)
      Gruss

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: a new problem with fhem

      Hallo Zusammen und Frohe Weihnachten,

      Hab jetzt nachdem ich eine Ebene zurück bin ins Modulverzeichnis das Fhem Modul löschen können und dann auch wieder per Konsole Installiert…dann nochmal in die Config kopiert und dann gestartet…der Bildschirm ist auch gestartet, aber die Temperaturanzeige wird nicht angezeigt. Habe die Position „upper right“ gewählt. Hier mal ein Bild von meinem jetzigen Mirror.

      Was könnte jetzt noch der Fehler liegen…durch das, das der Mirror ja angezeigt wird, liegts ja nicht an der Config…oder?
      Könnte es mit der Position ev zusammenhängen noch?
      Gruss

      (Hello everyone and Merry Christmas,

      Now that I am one level back in the module directory, I can delete the Fhem module and then install it again via the console … then copy it again into the config and then start … the screen is also started, but the temperature display is not displayed. Chose the position “upper right”. Here is a picture of my current mirror.

      What could be the error now … because the mirror is displayed, it is not because of the config … right?
      Could it still be related to the position ev?
      Greeting)

      https://www.bilder-upload.eu/bild-bf0270-1577274708.jpeg.html

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: a new problem with fhem

      @Fozi said in a new problem with fhem:

      sudo rm -R MMM-FHEM

      whats that!!

      pi@raspberrypi:~ $  sudo rm -R MMM-FHEM
      rm: das Entfernen von 'MMM-FHEM' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
      pi@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-FHEM
      pi@raspberrypi:~/MagicMirror/modules/MMM-FHEM $ sudo rm -R MMM-FHEM
      rm: das Entfernen von 'MMM-FHEM' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
      pi@raspberrypi:~/MagicMirror/modules/MMM-FHEM $
      
      
      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: a new problem with fhem

      @thedoorsfanatic said in a new problem with fhem:

      disabled:true,

      yes than i can see the mirror again and i have the npm install in the fhem directory make.
      but so the mirror is not show again

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: a new problem with fhem

      Sorry, i Havent. Give me Time tomorrow please.

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: a new problem with fhem

      @Fozi said in a new problem with fhem:

      @kusselin You must insert the IP-address of your FHEM in

      host: 'my IP',
      

      Check also if it is running on port 8083 or on another port.

      If ‘npm install’ is required by the author of the module then it is advisable to do so (at least that is required so in the README.MD on github)

      Just to make sure: This module is not supported anymore (as stated on the github repo).

      Hi fozi, instead of IP NAS I of course wrote my IP 192.168.xxx.xx and the port is also 8083 standard

      posted in Troubleshooting
      kusselinK
      kusselin
    • a new problem with fhem

      o.k. thanks all for the good job to me. I will always better in Magic Mirror. Now i have installed the fhem module with:

      cd ~/MagicMirror/modules
      git clone https://github.com/BenRoe/MMM-FHEM
      
      without npm install
      

      then i go to the config an i put this into:

      {
          module: 'MMM-FHEM',
          position: 'bottom_bar',
          config: {
            host: 'my IP',
            port: '8083',
            https: false,
            devices: [
                        { deviceName: 'Temperatur_Feuchte_Speicher',
                          deviceReadings: [
                                            { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                            { name: 'humidity', icon: 'wi wi-humidity', suffix: '%' },
                                          ],
                        },
                    
                      ],
          },
        },
      

      this is the device name of my sensor
      but when i restart the mirror, my mirror is black on screen :-(

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Tankerkoenig ist not listed in the Mirror

      @thedoorsfanatic said in MMM-Tankerkoenig ist not listed in the Mirror:

      Check mal deine Anführungszeichen. Bei type ist schon mal eines zu viel

      yes thanks…this was the misstake!!
      Danke das war der Fehler!!

      posted in Troubleshooting
      kusselinK
      kusselin
    • MMM-Tankerkoenig ist not listed in the Mirror

      Hi at all,

      i have installed the Modul as github jere:
      https://github.com/terenc3/MMM-Tankerkoenig

      my config lokks like so:

      {
      module: 'MMM-Tankerkoenig',
      header: 'Super (E10)',
      position: 'top_right',
      config: {
      updateInterval: 600,
      maxWidth: "300px",// die angegeben 200px verursachen unschöne Zeilenumbrüche
      api_key: "xxxxxxxxxxxx",
      lat: 49.506240, // das sind die Koordinaten von Heidelberg/Mitte, siehe https://www.latlong.net
      lng: 8.656140,
      type: "e10´", // alternativ “e5” oder “diesel”
      radius: 3, // Suche in 1km Umkreis (in 5km Umkreis passt die Liste nicht mehr auf den Bildschirm)
      }
      },	
      

      now, when i see the mirror the station are not show only (E10)

      Can anyone sy me where is the mistake?

      Thanks

      here is a link of picture that you can better see:
      https://www.bilder-upload.eu/bild-ec698f-1576859425.png.html

      posted in Troubleshooting
      kusselinK
      kusselin
    • 1 / 1