internet-monitor icon indicating copy to clipboard operation
internet-monitor copied to clipboard

Signal Strength not showing alone

Open CaptainBrowncoat opened this issue 6 years ago • 9 comments

The Signal Strength icon is not showing when Signal Speed is set to false. It only shows up when displaySpeed and displayStrength are both set to true.

CaptainBrowncoat avatar Jun 03 '18 16:06 CaptainBrowncoat

I checked and this happens if you have not defined the wifiSymbol. Please try the following config:

{
	    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'
		},
            },
	}

ronny3050 avatar Jun 25 '18 21:06 ronny3050

Not working for me. Standalone wifi icon is not showing

Mike7400 avatar Jul 01 '18 07:07 Mike7400

it does not work for me either, i can only have the wifi icon on the second picture

I used this code:

{ module: 'internet-monitor', position: 'top_center', config:{ type: 'minimal', maxTime: 20000, updateInterval: 0, verbose: false, displayStrength: true, displaySpeed: false, strengthIconSize: 80, wifiSymbol:{ size: 50, fullColor: '#3afc25', almostColor: '#ffff0c', halfColor: '#ff8c00', noneColor: '#ff1111', }, }, },

timur87 avatar Jul 16 '18 19:07 timur87

Same here, it does not work for me either with a standalone wifi symbol... Have anyone found a solution to this problem?

Having the same code as Timur87. Here is my code: { module: 'internet-monitor', position: 'top_center', config:{ type: 'minimal', maxTime: 20000, updateInterval: 0, verbose: false, displayStrength: true, displaySpeed: false, strengthIconSize: 80, wifiSymbol:{ size: 50, fullColor: '#3afc25', almostColor: '#ffff0c', halfColor: '#ff8c00', noneColor: '#ff1111', }, }, },

iowa89 avatar Sep 28 '18 22:09 iowa89

i have the same issue have anyone found a fix yet?

adbeem avatar Nov 04 '18 06:11 adbeem

Same thing with mine...nothing is shown this is the 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'
        },
   },

}

RafaelCota avatar Jan 30 '19 18:01 RafaelCota

I am having the same issue -- hoping for an update/resolution as I really love the idea of the wifi icon on my MM.

GoodWillGustin avatar Dec 09 '19 02:12 GoodWillGustin

Same problem, Wifi Symbol does not show up. Please can you fix that ?

payno4 avatar Jan 20 '20 17:01 payno4

Did anyone find a solution?.. I don't need the dials and header... Just the wifi symbol

websterjazz avatar May 27 '21 07:05 websterjazz