ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address
MIT License
107 stars 47 forks source link

Some icons are not displayed #46

Open JohnB7777 opened 5 years ago

JohnB7777 commented 5 years ago

Hello,

I don't know why but I no all the icons are working. If I take "phone", it's displayed by the module but no "mobile". And yet, they are both "solid icons" (because at the beginning, I was thinking that only "solid icons" were working but no "regular icons", for example - but this is no the case).

How can we change that ?

Thanks !

ianperrin commented 5 years ago

Curious, both seem to work for me.

What version of MagicMirror are you using?

On 10 Jun 2019, at 20:46, John notifications@github.com wrote:

Hello,

I don't know why but I no all the icons are working. If I take "phone", it's displayed by the module but no "mobile". And yet, they are both "solid icons" (because at the beginning, I was thinking that only "solid icons" were working but no "regular icons", for example - but this is no the case).

How can we change that ?

Thanks !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

JohnB7777 commented 5 years ago

I'm using the last version, the 2.7.0 And I have a lot of icons which are not working

ianperrin commented 5 years ago

After you updated to 2.7, did you run the following command from your MagicMirror directory git pull && npm install?

Also, do you have other modules in your config? If so, does the problem persist if you remove them from the config.js file (including all the standard/default) modules and only include Network Scanner?

On 10 Jun 2019, at 21:59, John notifications@github.com wrote:

I'm using the last version, the 2.7.0 And I have a lot of icons which are not working

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

JohnB7777 commented 5 years ago

Yes, I did this command (it was necessary for update) and yes I have others modules. But, the question is : if it's other modules which are the cause, why some icons are displayed ?

ianperrin commented 5 years ago

I’m not 100% sure, but on my upgraded instance, and a clean install, I can’t replicate the problem so I was hoping to explore what might be causing your issues.

One possibility is that a module may be referencing other versions of FA than the version included with MM. Referencing multiple versions of FA from the same webpage is known to cause unexpected results.

On 10 Jun 2019, at 22:24, John notifications@github.com wrote:

Yes, I did this command (it was necessary for update) and yes I have others modules. But, the question is : if it's other modules which are the cause, why some icons are displayed ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

JohnB7777 commented 5 years ago

Sorry for my late response but what is "FA" ?

ianperrin commented 5 years ago

FontAwesome ;)

On 21 Jun 2019, at 09:33, John notifications@github.com wrote:

Sorry for my late response but what is "FA" ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

JohnB7777 commented 5 years ago

Ok, thanks :) So you think that maybe I have another module which uses the same font and it could conflict ?

simphide commented 5 years ago

Did you find a solution? I have the same problem.

JohnB7777 commented 5 years ago

No, I didn't find it :/ I always have some icons well displayed and others which are empty squares

ianperrin commented 5 years ago

@JohnB7777 / @simphide - could you confirm which version of MagicMirror you are using and let me know what happens if NetworkScanner is the only module in your config?

ghost commented 4 years ago

I have the same issue; 'phone-square-alt' especially...