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

art212

@art212

0
Reputation
4
Profile views
6
Posts
0
Followers
0
Following
Joined Oct 30, 2020, 10:10 AM
Last Online Jan 7, 2021, 7:56 AM

art212 Unfollow Follow

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
    Dec 18, 2020, 4:43 PM
  • 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
    Dec 1, 2020, 1:11 PM
  • 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
    Nov 19, 2020, 3:14 PM
  • RE: MMM-Domiticz

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

    posted in Utilities
    A
    art212
    Nov 18, 2020, 9:25 AM
  • 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
    Oct 30, 2020, 1:56 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy