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 18.6k 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.
    • strawberry 3.141S
      strawberry 3.141 Project Sponsor Module Developer @PointPubMedia
      last edited by

      @PointPubMedia in your case you can take this config

      {
      	module: 'MMM-ip',
      	position: 'bottom_bar'
      }
      

      combined with

      div.MMM-ip div.module-content {
      	text-align: right;
      }
      

      in ~/MagicMirror/css/custom.css

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

      1 Reply Last reply
      Reply Quote 2
      • A
        amanzimdwini @strawberry 3.141
        last edited by

        @strawberry-3.141

        PERFECT

        1 Reply Last reply
        Reply Quote 1
        • A
          amanzimdwini @strawberry 3.141
          last edited by

          @strawberry-3.141

          Did you read this?
          https://forum.magicmirror.builders/topic/408/serverstatus-from-ip-list-up-or-down

          1 Reply Last reply
          Reply Quote 0
          • P
            Phate @strawberry 3.141
            last edited by

            @strawberry-3.141

            Works perfectly…

            :-)

            1 Reply Last reply
            Reply Quote 0
            • K
              KirAsh4 Moderator
              last edited by

              Small note which probably doesn’t apply to the majority here … if anyone at all … other than me that is: my secondary rpi runs IPv6 exclusively (it’s a test platform), so your module would not work as it is specifically looking for the IPv4 field.

              Just something to think about …

              A Life? Cool! Where can I download one of those from?

              1 Reply Last reply
              Reply Quote 3
              • K
                KirAsh4 Moderator
                last edited by

                Expanding on what I said above, it might be easier to have the module report both IPv4 and IPv6, then have config options to turn them off:

                config: {
                    displayIPv4: true,
                    displayIPv6: false,
                },
                

                A Life? Cool! Where can I download one of those from?

                strawberry 3.141S 1 Reply Last reply
                Reply Quote 0
                • strawberry 3.141S
                  strawberry 3.141 Project Sponsor Module Developer @KirAsh4
                  last edited by

                  @KirAsh4 done

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

                  1 Reply Last reply
                  Reply Quote 0
                  • strawberry 3.141S
                    strawberry 3.141 Project Sponsor Module Developer
                    last edited by

                    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
                    Reply Quote 0
                    • S
                      shashank @strawberry 3.141
                      last edited by

                      @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
                      • strawberry 3.141S
                        strawberry 3.141 Project Sponsor Module Developer
                        last edited by

                        [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
                          logen563
                          last edited by

                          Hello!
                          Is it possible to update the IP periodically?

                          1 Reply Last reply
                          Reply Quote 0
                          • strawberry 3.141S
                            strawberry 3.141 Project Sponsor Module Developer
                            last edited by

                            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
                              meaple
                              last edited by

                              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
                              Reply Quote 0
                              • S
                                sdetweil @meaple
                                last edited by

                                @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
                                Reply Quote 0
                                • M
                                  meaple @sdetweil
                                  last edited by

                                  @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
                                  Reply Quote 0
                                  • M
                                    meaple @meaple
                                    last edited by

                                    @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
                                    • strawberry 3.141S
                                      strawberry 3.141 Project Sponsor Module Developer
                                      last edited by

                                      v2.1.0

                                      MagicMirror² version >= 2.15.0 required.

                                      Added

                                      • Added config option updateInterval
                                      • Github actions

                                      Changed

                                      • Node helper logs are now done through MagicMirror logger
                                      • Github config files

                                      Removed

                                      • Travis-CI integration

                                      Link to module 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

                                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                      With your input, this post could be even better 💗

                                      Register Login
                                      • 1 / 1
                                      • 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