@cynod Just ordered one myself going to see how it comes out! have you ordered one yet?
Read the statement by Michael Teeuw here.
Best posts made by Robertovj3
-
RE: Vilros Magic Glass Mirror and Frame
Latest posts made by Robertovj3
-
RE: MMM-CalendarExt2
@Sean got a question if you could help
I set up my magic mirror following all documentation. But I am having an issue with the MMM-Calendarext2 module.I configured it how I want, the top left calendar works and shows where it should, but I can’t seem to get the monthly calendar in the bottom_bar, it just covers the whole screen layered on top of the other modules.
I have been trying on my own for a month, any help or direction would be helpful. Thanks!I want it to look exactly like the example here: https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/master/doc/Configuration.md
Here is my code:
module: ‘MMM-CalendarExt2’,
config: {
calendars : [
{
name: “Jolliffe Activities”,
url: "https://calendar.google.com/calendar/ical/ //took out the rest of url.
},
],
views: [
{
mode: “upcoming”,
position:“top_left”,
title: “Jolliffe Upcoming Activities”,
},
{
mode: “month”,
position: “bottom_bar”,
title: “Jolliffe Monthly Activities”,
slotSubTitleFormat: “dddd”,
slotMaxHeight: “120px”,
monthFormat: “[Month:]MM”,},],scenes: [ { name: “DEFAULT”,views: [], },],},
}, -
RE: Calendar Covering the whole screen, how do i adjust this?
@pandeyprakhar00 would you have any info on this? or could you assist on this?
-
Calendar Covering the whole screen, how do i adjust this?
I have with the help of all the documentation that is been provided set up my magic mirror. But i am having an issues with the MMM-Calendarext2 module. I configured it how i want but i cant seem to get the monthly calendar in the bottom_bar, it just covers the whole screen layered on top of the the other modules. Any help or direction would be helpful. Thanks!
I want it to look exactly like the example they have here:
https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/master/doc/Configuration.md
Here is my code:
module: 'MMM-CalendarExt2', config: { calendars : [ { name: "Jolliffe Activities", url: "https://calendar.google.com/calendar/ical/ //took out the rest of url. }, ], views: [ { mode: "upcoming", position:"top_left", title: "Jolliffe Upcoming Activities", }, { mode: "month", position: "bottom_bar", title: "Jolliffe Monthly Activities", slotSubTitleFormat: "dddd", slotMaxHeight: "120px", monthFormat: "[Month:]MM", }, ], scenes: [ { name: "DEFAULT", views: [], }, ], }, },
-
RE: Cant seem to find config section to edit modules.
@pandeyprakhar00 Thanks for that i was actually watching your videos they are really well! i was wondering if the screencast was not working anymore. i installed but it does not seem to cast it provides error.
-
RE: Cant seem to find config section to edit modules.
thanks that really explains a lot! :)
-
RE: Cant seem to find config section to edit modules.
@sdetweil so where do i go to edit the config file to add other modules code?
-
Cant seem to find config section to edit modules.
I am new to rasberry pi and setting up the magic mirror. It seems straight forward but when i added a module and went to edit it, i cant not seem to find the config file so i properly edit. Did i set up something wrong or am i going to the wrong location?
// this is my path to the config file and it wont take me anywhere
pi@raspberrypi:~ $ cd MagicMirror/config
pi@raspberrypi:~/MagicMirror/config $ ls
config.js config.js.sample
pi@raspberrypi:~/MagicMirror/config $ -
RE: Vilros Magic Glass Mirror and Frame
@cynod Just ordered one myself going to see how it comes out! have you ordered one yet?