Navigation

    MagicMirror Forum

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

    art212

    @art212

    0
    Reputation
    6
    Posts
    4
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    art212 Follow

    Best posts made by art212

    This user hasn't posted anything yet.

    Latest posts made by art212

    • RE: MMM-Domiticz

      @MisterT

      Hey, I do everything according to the guide https://github.com/M-Arvidsson/MMM-domoticz/ and I don’t know what’s wrong. I copied the code to MagicMirror/modules and then in config.js I set it like this:

      {
      module: ‘marvidsson/domoticz’, //folder
      header: ‘Domoticz’,
      position: ‘top_left’,
      config: {
      apiBase: “http://192.168.1.XXX”, //Domoticz IP
      apiPort: “80XX”, //Port
      apiUser: “XXX”,
      apiPw: “XXXXXX”,
      sensors: [
      {
      idx: “2”, //Device IDX
      symbolon: “fa fa-user”, /font-awesome icon if device is On
      symboloff: “fa fa-user-o”, //font-awesome icon if device is Off (this will also be used if it is a temperature-de
      hiddenon: true, //true = hide if device is on (default: false)
      hiddenoff: false, //frue = hide if device is off (default: false)
      customTitle: “cwu”,
      },
      {
      idx: “2”,
      symbolon: “fa fa-circle-o-notch fa-spin”,
      symboloff: “fa fa-circle-o-notch”,
      },
      {
      idx: “2”,
      symbolon: “fa fa-circle-o-notch fa-spin”,
      symboloff: “fa fa-circle-o-notch”,
      hiddenoff: false,
      },
      {
      idx: “88”,
      symbolon: “fa fa-tachometer”,
      symboloff: “fa fa-tachometer”,
      },
      ],
      }
      },

      can u help me?

      posted in Utilities
      A
      art212
    • The novice user problem with modules

      Hey, can someone help me with basic configuration of some modules? I have a few questions. This system is a challenge for me. I will pay with paypal

      posted in Requests
      A
      art212
    • RE: MMM-Domiticz

      @MisterT Ok thanks for the answer. What do you think? Is it possible to run MM and Domoticz together on one Raspberry Pi machine? Because I have a big problem with that. Domoticz is showing me instead of MM. I have to uninstall one for the other to work well …

      posted in Utilities
      A
      art212
    • RE: MMM-Domiticz

      Hi, Are Domoticz and Magic Mirror installed on one Raspberry Pi? Are they two separate?

      posted in Utilities
      A
      art212
    • Magic Mirror and Domoticz on one RPI?

      Hi everyone. I’m just starting my adventure with MM. I already have a Domoticz server installed on a raspberry pi. Will there be a problem if I also install MM on the same device? And the next question: Is it possible to display data from this server on my MM? (temperature and humidity)

      posted in Forum
      A
      art212