• 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.4k 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.
  • P Offline
    PointPubMedia
    last edited by Jul 26, 2016, 1:19 PM

    Thanks Strawberry!

    I just installed it, works fine.

    Except, I can’t really place it at the real bottom right… 'cause I’m using bottom_bar , bottom_right is just on top of bottom_bar

    S 1 Reply Last reply Jul 26, 2016, 1:54 PM Reply Quote 1
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @PointPubMedia
      last edited by Jul 26, 2016, 1:54 PM

      @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 Offline
        amanzimdwini @strawberry 3.141
        last edited by Jul 26, 2016, 2:36 PM

        @strawberry-3.141

        PERFECT

        1 Reply Last reply Reply Quote 1
        • A Offline
          amanzimdwini @strawberry 3.141
          last edited by Jul 26, 2016, 2:38 PM

          @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 Offline
            Phate @strawberry 3.141
            last edited by Jul 26, 2016, 5:19 PM

            @strawberry-3.141

            Works perfectly…

            :-)

            1 Reply Last reply Reply Quote 0
            • K Offline
              KirAsh4 Moderator
              last edited by Jul 26, 2016, 5:37 PM

              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 Offline
                KirAsh4 Moderator
                last edited by Jul 26, 2016, 5:55 PM

                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?

                S 1 Reply Last reply Jul 29, 2016, 2:26 PM Reply Quote 0
                • 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
                      • 1
                      • 2
                      • 1 / 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