@Klinge fall back to the prior calendar parser
cd ~/MagicMirror
npm install node-ical@0.16.1
restart mm
your config looks ok
@Klinge fall back to the prior calendar parser
cd ~/MagicMirror
npm install node-ical@0.16.1
restart mm
your config looks ok
@carefreepineappl use the secret url.
there are no other Google providers
@J2FK see the doc on my fork, there is no code change
https://github.com/sdetweil/MMM-pages#using-the-module
see the ‘alternative approach’
makes all these issues go away
@fischi87 that message should really be a warning, as it causes no trouble, and the code handles the issue
@DDE12 those are warnings we can’t suppress… nothing we can do… problem is not in MM code…
when the mm screen goes black again , open the developers window
ctrl-shift-i on the MM screen keyboard
then select the console tab, and scroll up to any errors (usually red text )
cannot do this remotely has to be on the screen where the problem occurred
@Rags the css is a hierarchy
last defined is selected first, lifo search order
css/custom.css
any module provided css files
css/main.css
top down first one, MOST SPECIFIC, wins
that last example
in custom.css
you said all module font size is 20px;
but also said the text in this module ‘header’
is 24px;
regardless of order in custom.css, the more specific one wins. module header setting
in a css entry, the stuff to the left of {
is called the element selector clause.
it selects ALL the elements in the document that match the rules. the browser thinks this is one webpage. (aka document)
this is the cheatsheet I use for the rules
https://www.w3schools.com/cssref/css_selectors.php
because everything is a stack, a module’s css overrides the base css, and custom.css overrides both.
the developers window ctrl-shift-i will help save time.
see
https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1682355292588
@skyzuma said in set the calendar day to a short version:
nextWeek: “dddd” … this need an option to set this to “ddd
open an issue on github for magicmirror
@pat59 no, the MODULE folder.
cd ~/MagicMirror/modules/MMM-GooglePhotos
sudo rm -rf node_modules
npm install