@sdetweil :thumbs_up_light_skin_tone: thanks :D
Read the statement by Michael Teeuw here.
Posts
-
RE: Move middle_center below other regions?
-
RE: Move middle_center below other regions?
@sdetweil got there in the end!
ended up having to also add
positionto make the z-index work and also add both to the other modules I wanted it behind (but with a higher z-height).Ended up with:
.module.weather.weather{ position: relative; z-index: 1; background-color: rgba(0,0,0,0.5); padding: 10px; border-radius:15px; } .module.MMM-Globe.MMM-Globe .module-content{ position: relative; z-index: -50; } .module.calendar .module-content{ position: relative; z-index: 1; background-color: rgba(0,0,0,0.5); padding: 10px; border-radius:15px; }I also added in a semitransparent background to make the text stand out against the image.
Many thanks for your help and pointers :D
-
RE: Move middle_center below other regions?
@sdetweil Thanks for the reply. Been playing with CSS (and searching for what to do). I’ve tried
.region.middle.center { z-index: -1; }If I change z-index to anything other than 0 the contents dissapear. I’m not that conversant with CSS and am probably miss understanding the sites I have been reading as to how it works
-
Move middle_center below other regions?
Does anyone know if it is possible to reorganise the rendering order of regions (z position)? I have a module that displays an image of the Earth (MMM-Globe) and would like it to be behind the left and right regions, currently it puts the image above them.
I have tried fullscreen_below but that just shows the image in the top left corner. Or is there a way to get that to show in the middle?
No idea what to search for in DuckGoogBing as I am sure I am using the wrong terms :(
Any assistance would be gratefully received!
-
RE: Default Weather module, remove sunset time?
@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” -
Default Weather module, remove sunset time?
Is there anyway to remove the sunset time from the (Current) Weather module (the new one)? I’m using a Raspberry Pi lcd screen and it overlaps the forecast weather next to it. I can’t see anything in the docs to say it can be removed as I don’t need it anyway?

-
RE: Enlarging clock causes overlap
Wooo sorted :D
.clock .time{ /*transform: scale(5);*/ font-size:300px; } .clock .date { font-size: 75px; margin-bottom:75px; } .region.top .container { margin-bottom: 200px; }results in:

-
RE: Enlarging clock causes overlap
@smartroad okay figured out the spacing issue, added:
.region.top .container { margin-bottom: 275px; }and now have the calendar and waether spaced below the clock. Still not sure how to move the date closer to the clock though
-
Enlarging clock causes overlap
Hi all!
I have been making a new installation and am having issues with the clock. I have the screen in a portrait position and I want the clock to be displayed at the top taking up the whole width so it can been seen clearly across the room. The issue I am having is that although I found out about the ability to use the custom.css file to tweak things like the font size, it is now overlapping other modules and the date dissapears off of the top of the screen:

Is there anyway to get the the date closer to the clock and move the other modules below the “top_bar” where the clock is now?
Many thanks!
-
RE: MMM-forecast-io temp bar height
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:

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:
-
MMM-forecast-io temp bar height
Hi All :grinning_face:
I have looked at using MMM-forecast-io (idoodler’s fork https://github.com/idoodler/MMM-forecast-io/blob/master/MMM-forecast-io.js). Is there anyway to adjust the height of the bars used for the daily temperature range? I have been able to change the CSS file to sort out the text height to something more appropriate for my display, but the bars are just WAY to huge :smiling_face_with_open_mouth_closed_eyes: it pushes off the bottom of my screen and I can’t figure out where the height of them is specified or inferred from.
Any pointers would be gratefully received!!
-
Consent loop
Hi All,
I just tried to log into the forum and got stuck in a consent loop. When I logged in the site said I had to consent to allow my details to be used. I click on the link and consent. I try to go back to the forum and get told I need to conesnt. Okay, maybe I didn’t save it. I click the link and the consent page shows a nice green box to say I have consented. No matter what I click on I am unable to get rid of the demand to consent.
Obviously I figured out a way (or I wouldn’t be posting now :winking_face: ) but I had to delete all the cookies for the forum and log back in before I could actually use the forum.
Just thought I would put this up as it was a pain to figure out :nerd_face:
-
Calendar way to show multiple day appointments?
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.
-
Calendar Alert?
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