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

    Posts

    Recent Best Controversial
    • RE: MMM-MQTTbridge

      @shinebright should produce one note per each mqtt message, check your settings once more or try to install on clean mm setup.

      posted in System
      SergeS
      Serge
    • RE: Distance between glass and monitor

      @evgeniy88 put the LCD as close to the mirror as possible.
      Even 3mm will decrease the quality of transmitting picture.
      It is better to leave only metal bound for LCD (usually, all LCD has the metal base frame)

      posted in General Discussion
      SergeS
      Serge
    • RE: Compliments from MQTT sensor

      Possible with this one https://forum.magicmirror.builders/topic/12230/mmm-mqttbridge/1?_=1595102138148

      Based on the predefined rules, send the Notifications to Compliments module

      posted in General Discussion
      SergeS
      Serge
    • RE: User Friendly Magic Mirror?

      @tripalreno4 here is how to make the user-friendly web interface to connect you RPi to WiFi network.
      https://lemariva.com/blog/2019/02/raspberry-pi-cups-printer-server-using-docker. Follow until CUPS installation.

      After installation, your RPi will create its own wifi access point (AP) if no known wifi identified by RPi.
      When AP created, User connects to it, goes to
      http://192.168.27.1 and enter his wifi credentials using simple web interface (scan->select->enter password).
      Worked for me.
      I have made some visual adjustment and it looks like:
      alt text

      posted in General Discussion
      SergeS
      Serge
    • RE: MMM-MQTTbridge

      @oberpiller said in MMM-MQTTbridge:

      Is it possible to get variables (from “arrays”) into the mqttMsgPayload variable of NotiDictionary.js?

      nope. I will think about it.
      should it work somehow like that:
      In notiMqtt dict should be specified whether we are using variable or not and, if yes, use it:

      var notiMqttCommands = [
        {
          commandId: "Command 1",
          mqttTopic: "myhome/kitchen/light/set",
          useVariables: true, //added new setting to the dict to 
          mqttMsgPayload: ARTICLE_INFO_RESPONSE //if useVriables=true, put here the variable name. If useVariable=false or not stated - mqttMsgPayload will send "ARTICLE_INFO_RESPONSE" in its payload.
        },
      ];
      
      
      posted in System
      SergeS
      Serge
    • RE: MMM-MQTTbridge

      @chimera said in MMM-MQTTbridge:

      eg: swimming pool temperature, only updates if it changes, garden sprinkler last run, only updates when it’s run, etc

      As far as I understood you, you need to issue some NOTI during the MM/Module startup, right?
      How would be the best option to do that? One possible solution is to have a file with the list of topics (e.g. “swimmingpool/temp/status”, “gardenspirnkler/run/status”) to which MQTTbrdige will send the mqtt-messages at startup.
      Will this solve your problem with the integration of MM to your smart home?

      posted in System
      SergeS
      Serge
    • RE: Minimal depth of a frame for the magic mirror

      @stepan minimal depth is limited by the depth of the LCD monitor behind it

      posted in General Discussion
      SergeS
      Serge
    • RE: MMM-AssistantMk2 (v3)

      @electros said in MMM-AssistantMk2 (v3):

      I think I should look for another microphone, the assistant doesn’t really understand what I’m saying

      One possible solution for mic

      Working on getting a good hardware solution for MMM-AssistantMK2

      posted in System
      SergeS
      Serge
    • 1 / 1