@ianperrin : Cool, The colors are working now and the part for only displaying Off-Line is also working.
Thanks guys.
Read the statement by Michael Teeuw here.
Best posts made by Arjan
-
RE: MMM-NetworkScanner
-
RE: how and where should I use the hide&show function offered by MM?
I use MMM-ModuleScheduler to show or hide modules. It works very simple out of the box.
Latest posts made by Arjan
-
RE: MMM-CalendarExt2
Last week I switched from MMM-CalendarExt to MMM-CalendarExt2 due to problems with showing full day events one day to late.
I have almost everything setup the way I would like with the custom.css, but have a few points left where I need some help with.- Can you make the font larger for slotTitle in only “current” and “upcomming”.
- Can you make slotMaxHeight auto size in “week” and “current ”so that is always shows all events and not a +2.
- Can an event in “week” be bigger than 1 line, so no data is lost.
That’s all.
-
RE: MMM-NetworkScanner
@ianperrin : Cool, The colors are working now and the part for only displaying Off-Line is also working.
Thanks guys. -
RE: MMM-NetworkScanner
I’m trying to use MMM-NetworkScanner as a monitoring tool so I can see what device is down.
Is there a way to only show devices if they are off-line. I have got to many devices to show them all, so I’m not interested in the on-line devices.
Also I’m trying to get there some colour in . But nonmatter what I do, there is only white. What is wrong in my config?
module : “MMM-NetworkScanner”,
disabled : false,
position : “top_right”,
header : “Monitoring”,
config : {
showUnknown : false,
showLastSeen : false,
keepAlive : 180,
updateInterval : 60,
showLastSeenWhenOffline : true,
color : true,
coloredSymbolOnly : true,
devices : [
{ ipAddress: “10.0.0.200”, name: “Wifi-Meterkast”, icon: “wifi”, color: “#ff0000” },
{ ipAddress: “10.0.0.201”, name: “Wifi-Woonkamer”, icon: “wifi”, color: “#ff0000” },
{ ipAddress: “10.0.0.202”, name: “Wifi-Zolder”, icon: “wifi”, color: “#ff0000” },
{ ipAddress: “10.0.99.201”, name: “Wifi-Garage”, icon: “wifi”, color: “#ff0000” },
],
}, -
RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!
MagicMirror is taking a prominant place in our household to keep the overview.
I’m willing to pay fot this product. I always like the once a year donation via PayPal. Send me after a year a reminder for the next donation. Maybe you can give the poeple who donate something extra.
For example a extra feature or a notation next to their name that they post something that they are a donor can be a extra motivation to donate. -
RE: how and where should I use the hide&show function offered by MM?
I use MMM-ModuleScheduler to show or hide modules. It works very simple out of the box.
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
@j-e-f-f Thanks. I overlooked that one.
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Is it possible to disable the main icon via the config?
I’m running two configs of MMM-DarkSlyForecast next to each other. One with 9 hour forecast and the other one with 6 day forecast.
Because of this I have 2 main icons that are the same. See picture below.Is it possible to disable one of them via the config?
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
first of all, great that you made a new weather module like MMM-WunderGround. I really liked that one.
I have a problem with hourlyForecastInterval. If I don’t put it in de config and leave it to the default and put maxHourliesToShow : “6”, in the config, than I receive 6 forecasts with 3 hours apart.
When I put hourlyForecastInterval to 1 or 2 I only get 2 forecasts that are 10 hours apart.
Is this a problem or am I doing something wrong? -
RE: MMM-WunderGround Icon missing
Same here. I believe there was an update a few days ago and after that the problem started.