@SILLEN-0 you might try looking in the monitor setup for a power option that turns on the monitor when power is applied.
Read the statement by Michael Teeuw here.
Best posts made by jturczak
-
RE: monitor power button unreachable
Latest posts made by jturczak
-
RE: Rotate screen problem when MM starts
I don’t know about the Pi3, but on the Pi4 you just go to display settings and tell it to go vertical… easier than all this programming that I never got to work with my MM
-
RE: monitor power button unreachable
@SILLEN-0 lol yeah that config file can be touchy. I’m glad you figured it out. Happy new year!
-
RE: monitor power button unreachable
@SILLEN-0 Doesn’t your MM run off a Raspberry Pi? When it powers up you should get a signal to power the monitor from the HDMI cable… check your pi settings also for autoboot
-
RE: monitor power button unreachable
@SILLEN-0 look in the monitor set up itself.
-
RE: monitor power button unreachable
@SILLEN-0 you might try looking in the monitor setup for a power option that turns on the monitor when power is applied.
-
How do I access a local ICS file for my calendar?
Hi everyone, I’m new here.
I’ve been trying to get an additional calendar working using a local file. I have looked at all the suggestions and tried most of them. I still get a message that there is an error in the calendar module…
here is my setup:
{
module: “calendar”,
header: “US Holidays”,
position: “top_left”,
config: {
calendars: [
{
symbol: “calendar-check”,
name: “Holidays”,
url: “webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics”
}
]
}
},
{
module: “calendar”,
header: “Birthdays”,
position: “top_left”,
config: {
calendars: [
{
symbol: “birthday-cake”,
name: “Birthdays”,
url: “webcal://localhost:8080/modules/default/calendars/birthday.ics”
}
]
}
},I have the file in that directory as well as others I have tried. I just can’t find a solution and I am very new to this, so I am asking for some detailed help…