Read the statement by Michael Teeuw here.
Calendar Heading Changes
-
@onetwankyfive I could but the idea is having some sort of legend as well. So you have the color coded symbols next to the events in the list but there is no way to tell who’s color is who’s (and with a bunch of really little kids, color is important)
-
@ooom416354 if all names will be listed over ONE combined calendar you could just add it as static text.
-
@broberg said in Calendar Heading Changes:
@ooom416354 if all names will be listed over ONE combined calendar you could just add it as static text.
Yep exactly, that would be the idea. Where would that static text be added, would it be in the config.js or would I have to create something for the custom.css?
-
@ooom416354 you could use the helloworld module for it
-
@strawberry-3.141 so add the hello world module under the clock in the config.js and code it up to add the color coded “legend”, right?
-
@ooom416354 put it right above the calendar module in the config with the same position
{ module: 'helloworld', position: 'top_left', config: { text: '<div>John</div><div>Jane</div>' } }
EDIT it wont let me do adding styling add style=“color: blue;” for John example behind the open div tag
-
@strawberry-3.141 perfect, I will do that. thanks again!
-
@strawberry-3.141 I see that, is it possible to just add 5 separate helloworld modules each stacked on top of each other, each with a different color?
-
@ooom416354 you could do that but each module has a margin around which takes up more space than adding all in one
-
@strawberry-3.141 Yea, I saw that, I guess I could modify the module itself to shrink the margin but that would cause a problem with pulling latest updates, right?