@sdetweil Thanks for the help.
How do I reference the div in custom.css not the class?
Adjusting the value in the element box above successfully adjusts the font, but this looks to adjust the ‘dimmed’ class.
Read the statement by Michael Teeuw here.
Posts
-
RE: Help with a couple CSS issues
-
RE: Help with a couple CSS issues
@sdetweil I wonder if I can ask for some help? I have MMM-ip module that I’d like the change the font size. Following your instructions with dev tools I can see:
So I have put in my custom.css:
.MMM-ip .dimmed { font-size: 16px; }
But it doesn’t seem to take effect. Any advice?
Thanks in advance.
Matt -
RE: Font size changes
Wondering if I can ask advice. I have MMM-ip displaying the pi’s IP address, but it is tiny.
I have added this to my custom.css:.MMM-ip { font-size: 35px; }
and played around with different sizes, but the module doesn’t seem to change at all.
Any ideas?
Thanks
-
RE: MMM-MyCommute
Initial test with @radokristof fork looks good. Doesn’t come up immedately at startTime, but soon after. Guess that has to do with the poll interval.
-
RE: MMM-MyCommute
@lavolp3 already using @qistoph fork, yes. I can see on github there are issues raised around this. Also another fork by @radokristof which I’ll try.
-
RE: Mirror size
@stalker401 Flush would be perfect but you can go bigger. You would probably notice a slight border effect. My mirror is considerably bigger than the screen and you can really notice the screen through the mirror. Upgrade due…
-
RE: MMM-MyCommute
{ module: 'MMM-MyCommute', position: 'bottom_left', header: 'Google Maps', config: { apiKey: 'xyz', origin: 'xyz', startTime: '05:00', endTime: '20:00', showUpdated: false, destinations: [ { destination: 'xyz', label: 'Erica commute', mode: 'driving' } ] } },
Thanks
-
RE: MMM-MyCommute
@lavolp3 thanks - the node_helper and multiple browsers makes sense now.
No - no MMM-pages or module schedulers being used.
I have my startTime option set to 05:00. I will try a cron job to pm2 restart mm at 05:15… -
RE: MMM-MyCommute
@sdetweil thanks for the help (again).
I’m not sure I understand… it seems to take a second browser loading the page for the main mirror to display the module.
As per the github page for the module, the startTime option is “The start time of the window during which this module wil be visible.” but this is not happening.
endTime option works fine - the module disappears, but it does not reappear at startTime.
Thanks -
RE: Module Border Removal Issue
@sdetweil said in Module Border Removal Issue:
yes, and it really eliminates the ‘try this, nope, try this, nope… loop’
Doesn’t it! Waiting for pm2 restart mm each time was driving me nuts!