A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
try to find module
-
Hello,
I’m looking for a module that makes it easy to view all my appointments from a phone or tablet is it possible on my Mirror?
from a android or ios.
thanks. -
@Fonfon how do you set appointments in your phone? In the calendar app? Then use the default calendar module.
-
default calendar modular synchronise iphone and android?
-
@Fonfon yes, if you put in the ical adress of your google calendar or ios calendar it will.
-
very great !!! thanks i will try to do it
-
Can i put 2 ical adresse ?
-
@Fonfon yes
-
This post is deleted! -
How i can ?
calendars: [
{
symbol: ‘calendar-check-o’,
url: ‘first adress ical’,
url: ‘second adress ical’
}
]
like that ? -
calendars: [ { symbol: 'calendar-check-o', url: 'first adress ical' }, { symbol: 'calendar-check-o', url: 'second adress ical' } ]