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

    schienw

    @schienw

    1
    Reputation
    497
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    schienw Unfollow Follow

    Best posts made by schienw

    • RE: Max! cube system

      https://github.com/mirko3000/MMM-max

      posted in Requests
      S
      schienw

    Latest posts made by schienw

    • RE: Max! cube system

      https://github.com/mirko3000/MMM-max

      posted in Requests
      S
      schienw
    • RE: MMM-FHEM open/close

      With state i get the status open or closed.

      in the config-file i have two sections

      
      {
          module: 'MMM-FHEM',
          position: 'bottom_bar',
          config: {
            deviceNames: [
                          'Bad',
                         ],
            deviceReadings: [
                              { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' },
                            ],
          },
        },
      and {
          module: 'MMM-FHEM',
          position: 'bottom_bar',
          config: {
            deviceNames: [
                          'Schalter1',
                         ],
            deviceReadings: [
                              { name: 'STATE', icon: 'wi wi-thermometer', suffix: '°' },
                            
                            ],
          },
        },
      

      but the mirror show me the same values.
      I tryed a second modul MMM-FHEM2, but i have always the same values.

      posted in Troubleshooting
      S
      schienw
    • MMM-FHEM open/close

      Hello,

      with MMM-FHEM i can read

      temperature
      humidity

      I have some door/windows contact switches .
      Is i possible to show if a door is open or close?

      SchienW

      posted in Troubleshooting
      S
      schienw
    • RE: MMM-FHEM

      hello,

      can you try a , behind
      ‘CUL_WS_1’,
      ‘CUL_WS_2’

      you have:
      deviceNames: [
      ‘CUL_WS_1’,
      ‘CUL_WS_2’
      ],

      and i have

      deviceNames: [
      ‘Bad’,
      ‘Wohnzimmer’,
      ‘Kueche’,
      ],

      schienw

      posted in Utilities
      S
      schienw
    • RE: MMM-FHEM

      Hello,
      yes, it work’s.

      Here is my configfile:
      config: {
      deviceNames: [
      ‘Bad’,
      ‘Wohnzimmer’,
      ‘Kueche’,
      ],
      host: [‘192.168.178.87’],
      deviceReadings: [
      { name: ‘temperature’, icon: ‘wi wi-thermometer’, suffix: ‘°’ },

                        ],
      

      Regards

      Schienw

      posted in Utilities
      S
      schienw