My own private module.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Best posts made by andrewchumchal
-
RE: Remote Administration & Updates
@bhepler I’m currently using a VPN called NeoRouter. It dose not require any ports to be open for the clients only for the server. The plus is if you have or host your own server somewhere like i do with Digital Ocean which only cost me 5 US dollars a month. I can control all of my Pi’s that are not connected to my network.
I hope this help.
-
RE: multiple calendars
@deadherring My Config Looks like this. Hope this helps
# code block module: 'calendar', header: 'Events', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'calendar url' }, { symbol: 'calendar-plus-o ', url: 'calendar url' }, { symbol: 'calendar-plus-o ', url: 'calendar url' }, { symbol: 'birthday-cake', url: 'calendar url' }, { symbol: 'rocket ', url: 'https://www.google.com/calendar/ical/msacpn523mpjgq0jlooh41eme4%40group.calendar.google.com/public/basic.ics' // Rocket Launch Calendar } ] } },
-
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