@clumsy_ninja I believed the link needs to end in .ics or .rss there should be a way in Office 365 to make a .ics link. I hope this help
Read the statement by Michael Teeuw here.
Posts made by andrewchumchal
-
RE: Calendar Not Loading
-
WIP Magic Mirror
Just wanted to start this Topic here for my Magic Mirror that is a work in progress
Still working on getting a Frame and Mirror Glass for it. Have not completely decide what size I should get. I’m open to any suggestions on what size and what else I need to add to it.
Over time I will update it here.
Please EnjoyThanks
Andrew -
iframe full screen
can any of you guys help me? Im trying to make a iframe full screen but it dose not seem to work.
{ module: "helloworld", position: "fullscreen_below", config: { text: "<iframe src='//URL HERE' style='border: 0; width: 100%; height: 100%'></iframe>" } },
But as you can see it is not full screen.
BTW.
That is not the website i am going to use -
RE: Mirror, mirror on the wall. Who has the biggest of them all?
@d3r
Of course, the client specific modules (like the globe) are kept private
from his blog about it. But it uses WebGL Globe from Google -
RE: Removing modules
@killerwaffles If you were talking about the header not the calendar it self
header: 'US Holidays',
you could just change this part here. to say something likeheader: 'Events,
-
RE: Code for running MM on Pi Zero
All of the code for the MagicMirror is on GitHub then people add and remove modules to customize to there liking. You can find instructions here.
-
RE: Removing modules
Hello @killerwaffles
I will be glad to help you. If you look in your config file for this section
{ module: 'calendar', header: 'US Holidays', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' } ] } },
All you have to do is to remove these lines of code
{ symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' }
That should get ride of the us holidays calendar.