@smartroad https://forum.magicmirror.builders/topic/17773/calendar/8?_=1683543891403
that is a copy/paste of a module’s content from the developers window.
note that the class=" module and modulename" both occur only on the same element, so using just .modulename will select the same content as using both
when there is no space between the selector clause class names, this means BOTH must occur on the same element, and in this case there is only one of those to select.
and just as food for thought, it takes a little more cpu cycles to look up TWO things together than just one.
@Stoffbeuteluwe said in Default Weather module, remove sunset time?:
@smartroad add to your config.
onlyTemp: true,
Thanks for the reply, that works but removes all of the data, I only want the sunrise/set time removed, in the same way the humidity can be with “showIndoorHumidity”
okay, I have been able to figure out a little more. I can make the bars bigger but not smaller. This is as small as I can make them:
[image: 1526817958632-img_20180520_130314.jpg]
This is the code used to produce the above:
.MMM-forecast-io .forecast-bar .bar {
background-color: #aaa;
line-height: 0.01em;
border-radius: 0.01em;
border: 0.5px transparent solid;
background-clip: padding-box;
color: black;
}
No matter what I change the line-height to the bars get no smaller :worried_face:
Hi, I was trying to find out if there is a way to get the calendar to show when an appointment spans over a day (i.e. the start and finish dates)?
I travel a lot for work so am using my mirror to show when I am away to the other half, makes planning easier! Currently though I can’t see a way to get the calendar to show an appointment lasts more than one day, it just shows the start date.
Hi All :)
I am setting a ‘mirrorless’ mirror for my mother-in-law. It doesn’t actually need to be a mirror but I want it to just display useful reminders for her (doctors appointments etc). One thing I was wondering, with the demo config.js it has the complements in big letters at the bottom; rather than that, does the alert module produce large text like that? And can it get information from the calendar?
I ask as it would be really useful for her to have the next calendar entry clearly shown so it is an easy and clear reminder of what she needs to do for that day.
Is this something that is possible?
Many thanks for any assistance!!
Kelvin