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

    Chris87-ux

    @Chris87-ux

    0
    Reputation
    94
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Chris87-ux Unfollow Follow

    Latest posts made by Chris87-ux

    • RE: ioBroker MagicMirror Module

      @GermanBluefox ,

      Thanks for this module it is a great thing, unfortunately it seems to be not working with modbus values.

      {
            module: 'MMM-ioBroker',
            position: 'bottom_bar',
            config: {
              host: '192.168.178.xx',
              port: '8087',
              https: false,
              devices: [
                  { name: 'Pufferspeicher',
                    deviceStates: [
                                      { id: 'modbus.0.inputRegisters.12288_puffer_füllung',       icon: 'wi wi-thermometer',   suffix: '%' },
                                      { id: 'modbus.0.inputRegisters.78_Pufferspeicher_Druck',    icon: 'wi wi-barometer',     suffix: 'bar'}
                                      
                                  ]
                  },
                  { name: 'Druckluft',
                    deviceStates: [
                                      { id: 'modbus.0.inputRegisters.42_Druckluft_Dachboden1',       icon: 'wi wi-barometer',   suffix: 'bar' }
                                  ]
                  }
                ]
            }
          },
      

      do you see any failure in the code?

      Everything i see on the mirror is e.g. “— %”.

      Br Chris

      posted in Requests
      C
      Chris87-ux
    • RE: MMM-Iobroker "undefined"

      @fischi87 said in MMM-Iobroker "undefined":

      Hello guys,

      i installed the MMM-Iobroker module but it is just for mqtt devices possible to display them because i get in my mirror the message “undefined” when i write in the config other devices for example hm-rpc.

      thanks

      Hi,

      i have the same issue now, i would like to dislay modbus values.
      Unfortunately it seems to not work.

      Does anyone have a solution for this?

      posted in Troubleshooting
      C
      Chris87-ux