MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    Cannot get WIFI icon only?

    Utilities
    1
    1
    555
    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.
    • A
      AshDarko last edited by

      Re: Internet Monitor

      I’m really sorry… but I cannot work out how to just have the wifi signal? I couldnt see this “type” anywhere in the documentation?

      If i’m being really dumb… i hold my hands up…

      Here is my code:

      {
      	    module: 'internet-monitor',
                  position: 'top_center',
                  header: 'Internet Monitor',
                  config:{
                      type: '',
                      maxTime: 20000,
                      updateInterval: 0,
                      verbose: false,
                      displayStrength: true,
                      displaySpeed: false,
                      strengthIconSize: 80,
                      maxGaugeScale: 100,
      				wifiSymbol:{
                          size: 50,
                          fullColor: '#3afc25',
                          almostColor: '#ffff0c',
                          halfColor: '#ff8c00',
      					noneColor: '#ff1111'
      					},
      			},
      	},
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy