see the calendar module readme
Read the statement by Michael Teeuw here.
Posts
-
RE: Finding module classes
@jakuk you need to do two things, for each change
- add a css entry to specifically identify the behavior
- tell the calendar module to use your class
so, inside the calendar entry add the titleClass: class_name (step 1)
to the config (with appropriate commas etc)
you do NOT have to change the original class (if one is used, in case of title, none is specified)
-
RE: Finding module classes
@jakuk AND in addition, it goes in the config file where u defined your calendar entry
calendars: [ { symbol: "family ", url: "webcal://c....", titleClass: class_name ... and there are other classes for each part... },and color is lowercase
-
RE: Finding module classes
@jakuk looking at the code, there are config options for each calendar url
the title is
titleClassForUrl: function (url) { return this.getCalendarProperty(url, "titleClass", ""); -
RE: Finding module classes
@jakuk welcome to the fun…
each module can have its own…
in MagicMirror/css/main.css or custom.css, or in the module folder ???.css
you should find their classes, prefixed with the .(dot)modulename
now, finding where its used is either
- in the module config
- in the module code. (usually module_name.js)…
this is tedious, finding each place where the class= or style= uses some value.
BBC 12 hours ago is an RSS feed I guess, so the rss/newsfeed module
when the modules are provided by MM, they are in the modules/defaults folder
-
RE: MMM-google-route and coordinates
@Zippyczech use the latitude/longitude…
open google maps, find the location
in the address bar/locationfor New York, Ny, USA
maps/place/New+York,+NY/@40.6971478,-74.2605536,the 2 numbers are the latitude (above/below equator), and longitude (east/west of London, approx)
use one set for origin and one for destination
-
RE: mmm Dad Jokes
@bokow this app??
from your google calendar or apple ical…
u have to configure the url to the calendar
-
RE: mmm Dad Jokes
@bokow could u edit your post with the config and add three backticks (shifted left of 1 key) on the 1st line, then config start on line 2, and 3 backticks on the last line by themselves…
-
RE: Complete Noob, with perseverance
markdown chars (3 backticks) have to be on their own line. else things get messy