I´ve got some problems with the module. It just says loading. Tried some of the things posted in this thread but could not get it to work. Any ideas what to do?
Svenska funkar utmärkt då jag antar att du är svensk som skapat denna :D
I´ve got some problems with the module. It just says loading. Tried some of the things posted in this thread but could not get it to work. Any ideas what to do?
Svenska funkar utmärkt då jag antar att du är svensk som skapat denna :D
Hello!
Been looking around for a step by steg guide how to install MagicMirror but could not find any. Would be nice to have a step by step guide from setting up the raspberry to a clean install of MagicMirror.
All the Youtube tutorials I´ve found seems to be out of date and does not seem to work with the manual install guide from the MM page.
Thanks!
Hey!
Been looking around for an option to get my Pi to restart once a day or at least get my MM restarting once a day. There seems to be an issue where some modules wont update unless i reboot MM. For example Google Calendar.
There is a lot of guides out there, but i simply cant get it to work. Most of them are really old, so i guess they are outdated or maybe I´m doing it wrong :)
Anyhow,
What would be the easiest way to get my PI or MM to have a schedules restart once a day?
Running a Raspberry Pi 3b+ with
Thanks for the support!
Thanks! Followed your instructions and tadaaa! It works :D Thank you very much for the help!
Not sure how to show the error. Is there a log or something where i can get an error code? The calendar is showing in MM. But there is nothing in the calendar, no matter how many things i enter in my google calendar. The first one works just fine, but the second and third won´t show anything,
Sometimes when i launch MM it says “error in the module” under the second and third calendar.
If i would put all in one module. should i do it like this?
Im new to this and have zero knowledge in coding :D
module: "calendar",
header: "Bobba",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
maximumEntries:7,
//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
{
header: “Sara”,
position: “top_left”,
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: “calendar-check”,
url: “https://calendar.google.com/calendar/ical/my=private-url/basic.ics”,
maximumEntries:7,
//url: “https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics”
}
{
header: “Sara”,
position: “top_left”,
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: “calendar-check”,
url: “https://calendar.google.com/calendar/ical/my=private-url/basic.ics”,
maximumEntries:7,
//url: “https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics”
}
]
}
},
Hey!
Im new in the MM community and got some issues setting up multiple Google Calendars.
The first one works fine. Then i tried to set up two more from two different accounts.
The URL i correct. But when I boot my mirror it says that there is nothing in the calendar and sometimes it says that there is an error in the module. I guess i have made an error somewhere, but cant figure it out. I have made changes to my url in the post since its my private calendar.
Sorry about the mess in my config !
module: "calendar",
header: "Bobba",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
maximumEntries:7,
//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
]
}
},
{
module: "calendar",
header: "Sara",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
maximumEntries:7,
//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
]
}
},
{
module: "calendar",
header: "Max",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/my=private-urlbasic.ics",
maximumEntries:7,
//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
]
}
},