• 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
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 35.6k 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.
  • F Offline
    Fistandantilus
    last edited by May 4, 2017, 10:58 PM

    Yes, I have done that :)

    1 Reply Last reply Reply Quote 0
    • W Offline
      Woody
      last edited by May 21, 2017, 7:26 PM

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

      B 1 Reply Last reply May 21, 2017, 8:19 PM Reply Quote 0
      • B Offline
        BenRoe Module Developer @Woody
        last edited by May 21, 2017, 8:19 PM

        @Woody no it’s not possible.

        1 Reply Last reply Reply Quote 0
        • D Offline
          Da-ne-ezy
          last edited by Aug 2, 2017, 1:26 PM

          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 Oct 1, 2017, 9:38 PM Reply Quote 0
          • D Offline
            dominic
            last edited by Oct 1, 2017, 12:07 AM

            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 Oct 1, 2017, 9:36 PM Reply Quote 0
            • B Offline
              BenRoe Module Developer @dominic
              last edited by Oct 1, 2017, 9:36 PM

              @dominic remove the squared brackets from the host row.

              D 1 Reply Last reply Oct 2, 2017, 1:26 PM Reply Quote 0
              • B Offline
                BenRoe Module Developer @Da-ne-ezy
                last edited by Oct 1, 2017, 9:38 PM

                @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 Oct 2, 2017, 1:26 PM

                  @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 Dec 28, 2017, 12:55 PM

                    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 Jan 30, 2018, 8:02 PM

                      @Da-ne-ezy try this.

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

                      Please let me know if it works.

                      D 1 Reply Last reply Jan 31, 2018, 5:37 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 4 / 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