I have two iFrames and I need to set z-index so one overlaps and hides a portion of the other iFrame. Is that something I do in config.js or custom.css. Both iFrames are there, functioning fine but the css for that module is minimal and I need to flip which one lays over the other. I’ve tried changing the order in which they are positioned in the config.js file and it makes no difference.
Read the statement by Michael Teeuw here.

Posts
-
Setting z-index on two iFrames
-
RE: apperance
Some of the modules you need to customize things like width and or height in the custom.css file to override the default css settings for that module.
Using the Developer Tools in the view option can help to visualize where the problem or fix may be. -
iFrame border properties
I have an iFrame to hold a weather radar image.
Default for iFrame is no border but I wanted one to act as border for radar image. Got border no problem and I defined color also but it behaved as if it had some sort of bevel type property that I don’t understand.
For example if I chose hex value for red, the bottom and right borders would be red, the top and left borders would be a darker red.
Anyone got any thoughts on what is going on there? -
RE: Trouble converting to a config.js or CSS parameter
I read through you code and reasonably easy to follow along and you gave everything unique names which helps.
The WeatherChart OTOH that uses the same block of code but doesn’t really lay out the underlying chart.js stuff which in that case I have failed to make work.
Obviously if I can change it in the script itself I should be able to make it work in config.js but that has not been the case after trying oodles of different combinations. -
RE: MMM-NOAA4 Underdevelopment [US ONLY]
I’ll volunteer although I’m no programmer I do live in South Carolina
-
RE: Trouble converting to a config.js or CSS parameter
Put in issue in on Github about why the rain amount was not converting to inches when units are specified as imperial. Author of module resolved that yesterday. Also asked about scale on vertical axis as it seems too tight and rain trend wants to bang in to temperature trends.
Just sent him picture showing that.
Several things were able to be changed directly in the script but after following your advice to do all that in ether custom.css or config.js there was no way to access those parameters.Spent a few hours looking at chart.js to see ifI could translate that to items in module but couldn’t find anything.
-
Trouble converting to a config.js or CSS parameter
I have installed the MMM-WeatherChart module ( Tatsuma Matsuki) but I am struggling to understand how to convert
datasets.push({ label: 'Minimum Temparature', backgroundColor: this.config.backgroundColor, borderColor: this.config.color, pointBackgroundColor: this.config.color, datalabels: { color: this.config.color, align: 'top'
In to someething resembling this below
minimumTemperatureAlign : "below",
Because I don’t see where there is anything resembling
this.config.minimumTemperature
.
There is just the one reference tolabel: `Minimum Temperature`,
In a nutshell align is referring to the text being above the Minimum Temperature trend line.
There are several blocks in this same style relating to various of what seem to be CSS elements. I don’t understand how to get from the code block to the CSS property since I think this is being done using chart.js to build the grah. -
RE: MMM-LocalTemperature doesn't work :(
Have you looked in the 3rd Party modules section? There are several DHT sensor modules in there you can use for reference, Just do text search on DHT