https://share.icloud.com/photos/0a1KH98x-O1syRL_YQ874yglQ!alt text
How do I get this update notification off my screen? I updated the way it says to do it under calendarext3 module
https://share.icloud.com/photos/0a1KH98x-O1syRL_YQ874yglQ!alt text
How do I get this update notification off my screen? I updated the way it says to do it under calendarext3 module
Ok so it’s better to install the scheduler and then just do a complete shut down after with scheduled outlet timer ? Or do I just do the scheduler module and have only the monitor shut down with smart outlet . Thanks for clarifying
@MMRIZE oh that’s smart we have some of those ! Also what is CRON setup can you explain that?
Please give me ideas on how I can turn my system on and off without doing too much do you use motion sensing or what are simpler ways that I can make sure that the system is not continuously running and am able to turn it off each night. Thank you!
actually I didn’t realize it cant all be lowercase that part worked! Thanks! Now I just need to figure out my calendar down below to show more of the event.
@sdetweil I put it in multiple places but nothing is changing?
{
module: "calendar",
header: "D and M floors",
position: "middle",
config: {
broadcastPastEvents: true,
maxTitleLength: 50,
maximumnumberofdays: 1,
fade: false,
calendars: [
{
name: "holiday",
symbol: "heart",
maximumnumberofdays: 1,
fetchInterval: 7 * 24 * 60 * 60 * 1000,
url: "https://calendar.google.com/calendarXXXXXXXXcom/public/basic.ics",
},
{
name: "FAMILY",
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "plane",
url: "https://calendar.google.com/calendar/ical/99535XXXXXXXXar.google.com/public/basic.ics",
},
]
}
},
https://share.icloud.com/photos/03d7Fiuz0DQjSz_lOhkPo6iAg
Im using calendar module and mmm-cal3
I think I am somewhat content with my board except for two issues I have is my list calendar is showing months ahead into January how do I only show this months events?
Also in the lower calendar board is there a way for the text inside the calendar cells to be written even if it goes outside of that date cell?
Please help! I’m ready to hook this up to the wall 😹
It’s a 32” screen tv monitor I wasn’t sure how to change the resolution
https://share.icloud.com/photos/047koQH8L-IKQN9EA-WdW79pg
How can I get my two forcasts not to overlap? I would like one in the top right corner and the other below any help please ?
So I think I’m ok with the bottom calendar I just can’t figure out how to make the list to display for a month instead of all the way into January
I was wondering why it wasn’t showing both my calendars thanks ! I will mess with that when I get home
Great I will mess around with that when I get home later also how did you change your calendar event to showing just todays events ? Mine show all the way until January trying to resolve that.
Also I have just been adjusting the config.is file I have no idea about the css stuff yet . Is that where you go to change font and styles ?
{
module: "MMM-CalendarExt3",
position: "bottom_bar",
config: {
mode: "week",
instanceId: "basicCalendar",
locale: 'en',
maxEventLines: 4,
url: "https://calendar.google.com/calendar/ical/dandmfloors2023%40gmail.com/public/basic.ics",
maxTitleLength: 50,
firstDayOfWeek: 1,
weeksInView: 3,
wrapEvents: true,
timeFormat: "relative",
dateFormat: "MMM Do",
dateEndFormat: "LT",
fullDayEventDateFormat: "MMM Do",
weekIndex:0,
useWeather: true,
weatherLocationName: "castle rock",
displayWeatherTemp: true,
}
},
{
module: "calendar",
header: "D and M floors",
position: "middle",
config: {
broadcastPastEvents: true,
maxTitleLength: 50,
fade: false,
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "heart",
url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
name: "us_holiday",
url: "https://calendar.google.com/calendar/ical/dandmfloors2023%40gmail.com/public/basic.ics",
url: "https://calendar.google.com/calendar/ical/9953584ecf47252ac2c45157fea7937266a498edfa2520dbfaccd8778cec2833%40group.calendar.google.com/public/basic.ics",
}
]
}
Can you tell me how you get 4 modules on the right side without overlap?
How can I change the cell height and width as well as show the whole event not just the first letter on my calendar ? I am new so if you could explain it easily anything will help!
I seem to have got it working I am just wondering how I adjust the events so I don’t just see a few letters of the event, and also the cell height adjustment code when I looked under the module it says
manipulateDateCell callback function See the manipulating dateCell part.
can you give me any info on this? thanks
Not sure what I did :/ pretty sure I will have to start over and just copy and paste a default config. Do you think I can delete and just copy the whole screw of the sample ?
[01.11.2023 19:44.21.401] [ERROR] WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/mirror/MagicMirror/config/config.js:189
if (typeof module !== “undefined”) {module.exports = config;}
^^^^^^
SyntaxError: Unexpected token ‘typeof’
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1185:20)
at Module._compile (node:internal/modules/cjs/loader:1227:27)
at Object…js (node:internal/modules/cjs/loader:1326:10)
at Module.load (node:internal/modules/cjs/loader:1126:32)
at node:internal/modules/cjs/loader:967:12
at Function._load (node:electron/js2c/asar_bundle:2:13327)
at Module.require (node:internal/modules/cjs/loader:1150:19)
at require (node:internal/modules/cjs/helpers:110:18)
at loadConfig (/home/mirror/MagicMirror/js/app.js:117:14)
at App.start (/home/mirror/MagicMirror/js/app.js:247:18)
at Object. (/home/mirror/MagicMirror/js/electron.js:190:7)
at Module._compile (node:internal/modules/cjs/loader:1271:14)
at Object…js (node:internal/modules/cjs/loader:1326:10)
at Module.load (node:internal/modules/cjs/loader:1126:32)
at node:internal/modules/cjs/loader:967:12
This is starting at line 180 so there is nothing really there at all??
}
},
]
},
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== “undefined”) {module.exports = config;}
I get a bunch of red errors when trying to run the Ext 3
{
module: "MMM-CalendarExt3",
position: "bottom_bar",
title: "test",
config: {
mode: "month",
instanceId: "basicCalendar",
locale: 'de-DE',
maxEventLines: 5,
firstDayOfWeek: 1,
calendarSet: "my test",
}
},
{
module: "calendar",
position: "top_left",
config: {
broadcastPastEvents: true,
calendars: [
{
url: "https://calendar.google.com/calendar/XXXXXXXXX/public/basic.ics",
name: "test",
color: "red",
},
I use this and get the error
01.11.2023 17:10.06.203] [ERROR] WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/mirror/MagicMirror/config/config.js:186
};
SyntaxError: Unexpected token ‘;’
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1185:20)
at Module._compile (node:internal/modules/cjs/loader:1227:27)
at Object…js (node:internal/modules/cjs/loader:1326:10)
not sure where the error is