MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-FHEM shows values from FHEM devices ...

    Scheduled Pinned Locked Moved Utilities
    40 Posts 14 Posters 37.7k Views 15 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • FistandantilusF Offline
      Fistandantilus
      last edited by

      Yes, I have done that :)

      1 Reply Last reply Reply Quote 0
      • W Offline
        Woody
        last edited by

        Is it possible to show differend icons depending on the device state like Fhem does it?

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          BenRoe Module Developer @Woody
          last edited by

          @Woody no it’s not possible.

          1 Reply Last reply Reply Quote 0
          • Da-ne-ezyD Offline
            Da-ne-ezy
            last edited by

            Is there any chance of doing an update of this module with FHEM Username and Password?

            FREE IT-Projects and Raspberry Pi Tutorials on my Website: www.danykilian.com

            B 2 Replies Last reply Reply Quote 0
            • D Offline
              dominic
              last edited by

              Hi everyone
              I’ve tried to install and activate the MMM-FHEM module but with not to much success. There was actually no problem neither with the installation nor the configuration but I can’t get it running.

              FHEM is running on the Rpi.
              Here is my config.js.

              //FHEM
              		 {
                  module: 'MMM-FHEM',
                  position: 'bottom_bar',
                  config: {
                    host: ['localhost'],
                    port: '8083',
                    https: false,
                    devices: [
                                { deviceName: 'ESPEasy_ESP_Test_DHT',
                                  deviceReadings: [
                                                    { name: 'Temperatur', icon: 'wi wi-thermometer', suffix: '°' },
                                                    { name: 'sate', icon: 'wi wi-humidity', suffix: 'test%' },
                                                  ],
                                },
                               
                              ],
                  },
                },
              	
              	
              		
              		
              	]
              

              i hope you can help me.
              greetings from Germany

              B 1 Reply Last reply Reply Quote 0
              • B Offline
                BenRoe Module Developer @dominic
                last edited by

                @dominic remove the squared brackets from the host row.

                D 1 Reply Last reply Reply Quote 0
                • B Offline
                  BenRoe Module Developer @Da-ne-ezy
                  last edited by

                  @Da-ne-ezy hi currently i have no time to research how to implement that from nodejs side.
                  If someone has an idea, please do a pull request on github.

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    dominic @BenRoe
                    last edited by

                    @BenRoe thanks for the answer. I have removed the squared brackets but it is still the same. The modul will not displayed. Do you have an other idea ?

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      DerRheingold
                      last edited by

                      Hi,
                      I have a similar issue: after installing the module and adding it to the config.js I don’t see it on the screen. After a restart all other widgets are shown. I don’t even see an empty field or such where this widget should be shown :(

                      Am I missing anything maybe?

                      For the sake of debugging, I’m trying to access a publicly available FHEM instance.

                      {
                      			module: 'MMM-FHEM',
                      			position: 'top_bar',
                      			config: {
                      				host: 'http://fhem.waschto.eu',
                      				port: '8083',
                      				https: false,
                      				devices: [
                      					  { deviceName: 'FL_Temperatur',
                      						deviceReadings: [
                      										  { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' },
                      										  { name: 'humidity', icon: 'wi wi-humidity', suffix: '%' },
                      										],
                      					  }
                      				]
                      			}
                      		}
                      

                      Might I have made a mistake installing the dependencies? Is “sudo npm install underscore” or “request” not the right way to do it?

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        BenRoe Module Developer @Da-ne-ezy
                        last edited by

                        @Da-ne-ezy try this.

                        host: 'username:password@ip-of-your-fhem-server'
                        

                        Please let me know if it works.

                        Da-ne-ezyD 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 1 / 4
                        • First post
                          Last post
                        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