Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showOffline and showUnknown don't go together well #43

Open
bogomips opened this issue May 23, 2019 · 2 comments
Open

showOffline and showUnknown don't go together well #43

bogomips opened this issue May 23, 2019 · 2 comments

Comments

@bogomips
Copy link

I think the problem is here:

nextState = this.config.devices.map(device => {

As this loops on this.config.devices, it basically excludes all those devices that are not in that array.

I did not have time to go deeper, I will check better asap and maybe propose some possible solution.

@arkof
Copy link

arkof commented Jul 25, 2019

Have the same problem. I would like to add alot of my friends & family to get list, but dont wanna see them when they are not visiting. Hope a fix will come soon

@arkof
Copy link

arkof commented Jul 26, 2019

I found a workaround for this. It's not the cleanest but hey, it works!
In /MagicMirror/Css folder edit the custom.css. Add this at the end of the css file:

.MMM-NetworkScanner table tr.dimmed { display: none; }

This will hide the offline person/devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants