• 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-ip

Scheduled Pinned Locked Moved System
19 Posts 9 Posters 14.1k Views 8 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.
  • S Offline
    strawberry 3.141 Project Sponsor Module Developer @KirAsh4
    last edited by Jul 29, 2016, 2:26 PM

    @KirAsh4 done

    Please create a github issue if you need help, so I can keep track

    1 Reply Last reply Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer
      last edited by Sep 18, 2016, 10:19 AM

      based on @shashank’s request there is a new version, where you can define which network interface (wireless, ethernet or both) you want to display

      WARNING: one config attribute changed it’s name for those who update

      [card:fewieden/MMM-ip]

      Please create a github issue if you need help, so I can keep track

      S 1 Reply Last reply Sep 18, 2016, 2:43 PM Reply Quote 0
      • S Offline
        shashank @strawberry 3.141
        last edited by Sep 18, 2016, 2:43 PM

        @strawberry-3.141 Thanks a lot it’s working great
        0_1474209766039_upload-651af0b0-ae3b-4000-99c0-254258c6618e

        1 Reply Last reply Reply Quote 1
        • S Offline
          strawberry 3.141 Project Sponsor Module Developer
          last edited by Oct 8, 2016, 6:59 AM

          [card:fewieden/MMM-ip]

          Changelog:

          Implemented voice commands to show ip and mac adress, so it can be hidden by default

          alt text

          Please create a github issue if you need help, so I can keep track

          1 Reply Last reply Reply Quote 1
          • L Offline
            logen563
            last edited by Jul 13, 2017, 7:00 PM

            Hello!
            Is it possible to update the IP periodically?

            1 Reply Last reply Reply Quote 0
            • S Offline
              strawberry 3.141 Project Sponsor Module Developer
              last edited by Jan 1, 2021, 10:37 AM

              Version 2.0.0

              Added

              • Nunjuck templates
              • Integrated MMM-Modal for modal handling
              • Documentation

              Fixed

              • MMM-voice mode in notificationReceived (Thanks to https://github.com/MillerMedia)

              Changed

              • Config files

              Removed

              • Config options (voice, showFamily, showType, and startHidden). Check out the readme for replacements.
              • Internal modal handling (help, interfaces)
              • Stylelint and CSS files

              https://github.com/fewieden/MMM-ip

              [card:fewieden/MMM-ip]

              Please create a github issue if you need help, so I can keep track

              1 Reply Last reply Reply Quote 0
              • M Offline
                meaple
                last edited by Jul 30, 2021, 7:51 PM

                I’ve seen option with bottom_bar, it works, but I 'm already using bottom_bar for smth else and it gets shifted. Is there any other solution to place it in right bottom corner? I’ve tried refference it like that
                .MMM-ip{
                position: absolute;
                left : 100px;
                top : 50px;
                }
                but it doesn’t move, module (in config.js is using bottom_right position ATM

                S 1 Reply Last reply Jul 30, 2021, 10:00 PM Reply Quote 0
                • S Away
                  sdetweil @meaple
                  last edited by Jul 30, 2021, 10:00 PM

                  @meaple absolute is absolute. u might want relative

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  M 1 Reply Last reply Jul 30, 2021, 10:35 PM Reply Quote 0
                  • M Offline
                    meaple @sdetweil
                    last edited by Jul 30, 2021, 10:35 PM

                    @sdetweil I’ve tried with relative as well and it didn’t move either .MMM-ip{
                    position: relative;
                    left : 600px;
                    top : 600px;
                    }

                    M 1 Reply Last reply Jul 30, 2021, 11:38 PM Reply Quote 0
                    • M Offline
                      meaple @meaple
                      last edited by Jul 30, 2021, 11:38 PM

                      @sdetweil got it, smbdy helped me a little on Discord, I’ve moved it to bottom_right (that I don’t) use and then in custom.css added
                      .region.bottom.right{
                      bottom : -15px;
                      right: -15px;
                      }

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • 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