Read the statement by Michael Teeuw here.
Weather module to show Metric and Imperial at same time
-
Hello everyone,
I tried to search the forum without success…
I am currently using 2 different instance of the basic Weather Module to display the current weather. I am looking for a way to trim that down a little bit removing duplicate informations and icons.
In ideal world, I would like to display the current and feel’s like temp, in a form of 23.2 / 73.8 or similar. As long as the sides informations and icons are not duplicated.
If anyone is aware of a way to do it or a module that can display in a similar manner, I would be happy to know.
Again, sorry if I am asking an already answered question!
Cheers!
-
@ray_mtl there are quite a number of config options to show (or not) different weather components
see https://docs.magicmirror.builders/modules/weather.html#general-options
if you need more control, you can use css to select those elements to hide and set display:none;
you can use the developer window, elements tab to discover and test settings to determine what needs to go into css/custom.css
see the second link in my signature before for a starter on using the elements tab