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

    Posts

    Recent Best Controversial
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @ArturB I’m the developer of the module. This is not possible at the moment. Since I don’t own a magic mirror anymore I kind of stopped the development of this module. Feel free to clone it and make your own modifications to the code.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @fabaude
      I think this is a bug. At the moment I do not have a pi running the mirror and module, so debugging is a bit difficult. If I find some time, I’ll see if I can install it and debug. If you only want to display the actions, there should be other modules that do this.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @fabaude

      No, that’s not normal. In the config I see 5 buttons. Am I correct that the module displays 10?

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @fabaude

      Great! Enjoy the module!

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @fabaude

      I’m not sure if this is the problem, but there are two typos in the config: custonGauges should be customGauges en Actions should be actions (lower case a).

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @fabaude

      Could you post your config of the module please? And are buttons not displayed at all or aren’t they working when you click them?

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @shaitan

      Just remove the username en password and save the settings.Schermafbeelding 2021-12-06 om 13.47.23.png

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @shaitan

      The errors indicate that Domiticz cannot be reached. Would it be possible to temporarily disable the authentication in Domoticz and test it again?

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @shaitan

      Ok, so the module doesn’t produce any errors. I’ll dive into it to see what is causing the problem.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @shaitan

      Hi, thanks for the compliment!

      At first glance, I do not see any reason why it doesn’t work. Could you try opening the mirror in a browser on a computer: :8080.

      Then open the monitor with F12 and see if the module generates error messages. Post the error messages here please.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @manu663

      No problem at all! The module became a bit complex during the build :-)

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @manu663

      Please see the GitHub-page for some examples: MMM-Domoticz-ext

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @maxs

      I made some changes in the code. Can you download the latest version from GitHub and add the option enableReturn to the utility device? When set to false the return values are ignored and the correct value should be displayed. I’m unable to test properly since my device doesn’t generate this strange value.

      enableReturn: false,
      

      My config example looks like this:

      devices: [
                    {
                      idx: "304",
                      deviceHeader: "Elektriciteit",
                      useHeaderSymbol: true,
                      headerSymbol: "plug",
                      enableReturn: false,
                      counterTodayLabel: "Vandaag",
                      counterTodayAppendText: "kWh",
                      gaugeMinValue: -3000,
                      gaugeMaxValue: 3000,
                      gaugeAppendText: "watt",
                      gaugeWidth: 200,
                      lineWidth: 16,
                      markerWidth: 16,
                      markerColor: "#F4D03F"
                    },
      
      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @maxs I’ll see what I can do and let you know when you can download the new code from GitHub.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @maxs

      I see what’s the problem. For the usage per day the CounterToday and CounterDelivToday are substracted. The value for your CounterDelivToday has a very strange value. Only option would be that such values are set to 0 in the code.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @majsoft

      I think this is also not possible, but I’m not an css expert. Maybe others have soms ideas.

      You could create your own module based on the code and modify that css.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @majsoft

      I don’t think it is possible to just change the font for the first lines. All are in the same class.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @maxs

      Alle data is retrieved from the JSON response. Could you post it for the electricity counter?

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @peterh

      I tried, but am unable to reproduce your problem. If you would like me to have a look, please post the JSON result for the device “mote”.

      posted in Utilities
      G
      goedh452
    • RE: MMM-Domoticz-ext: interact with Domoticz

      @peterh

      I can have a look at the temp/hum issue. I have several of these sensors myself and they do work in this layout. I would need the JSON-output of the specified device to figure out the problem.

      posted in Utilities
      G
      goedh452
    • 1
    • 2
    • 3
    • 1 / 3