@sdetweil
Is there a way to run this as a cron job to black out the screen then in the morning un black the screen?
I don’t understand the camera angle, I have Motion Eye running on a PI zero and raspberry 5 mp camera and it works showing up in my mirror using Motion-Eye. I just do not understand at all the code to make it happen…
Read the statement by Michael Teeuw here.

Posts
-
RE: Cron Job Question
-
RE: Where to find Pi 3B+ or Pi4
-
RE: Where to find Pi 3B+ or Pi4
@sdetweil
Do you think a thinclient would be able to handle MagicMirror or at least debian bullseye? -
RE: MMM-RAIN-MAP (new: version 2.x)
@Jalibu
Ok it finally found my location.
The Lon and Lat where not registering in the module for some reason now they are… So all is good again… -
RE: Where to find Pi 3B+ or Pi4
@sdetweil
Where are you finding these chromebox for 20 bucks?
I would like to snatch one or two… -
RE: MMM-RAIN-MAP (new: version 2.x)
@Jalibu said in MMM-RAIN-MAP (new: version 2.x):
A few days ago, Openstreepmap obviously made some changes with their tile servers. They seem to block requests now, when the requests come from Electron applications. This is the case in most MagicMirror installations. As a consequence, MMM-RAIN-MAP does not show map tiles anymore.
I suspect, that also other modules are effected.
One possible fix is using another tile server for MMM-RAIN-MAP. One that still works at the moment, is the German fork “https://a.tile.openstreetmap.de/${z}/${x}/${y}.png”.
I will adjust the module soon, to use this tile server as a default.
You can also change the tile server by setting this property in the module config:{ mapUrl: "https://a.tile.openstreetmap.de/${z}/${x}/${y}.png" }
How do I go about getting that for the usa in particular kansas.?
-
RE: Use local ICS file instead
@MMRIZE
You are the Man, I knew it was something simple that I was overlooking. As they used to say, “I sometimes can’t see the forest for the trees”… -
RE: Use local ICS file instead
Here you go, the URLs are public so you can see what I am doing wrong easier…
{ module: "MMM-CalendarExt3", position: "middle_center", title: "Burdick Calendar", config: { mode: "week", weekIndex: 0, weeksInView: 4, minimalDaysOfNewYear: 1, instanceId: "basicCalendar", locale: "en-US", maxEventLines: 5, firstDayOfWeek: 0, calendarSet: ["Holidays", "Birthdays"], eventHeight: "28px", maxWidth: "100%", maxHeight: "98%" } }, { module: "calendar", header: "Birthdays", position: "top_left", config: { fade: false, maximumEntries: 11, timeFormat: "absolute", urgency: 3, getRelative: 24, calendars: [ { symbol: "birthday-cake", url: "https://calendar.google.com/calendar/ical/plainbroke%40gmail.com/public/basic.ics", }, ] } }, { module: "calendar", header: "Holidays", position: "top_right", config: { fade: false, maximumEntries: 11, timeFormat: "absolute", urgency: 3, getRelative: 24, calendars: [ { symbol: "calendar-check", url: "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics", }, ] } },
-
RE: Default Calendar
@sdetweil
Well I bit the bullet and reinstalled MM and all my modules. I use the MM-buckup module, it does a really good job of reinstalling all the different modules I have installed. I just have to copy over the modules from backup that I have multiples of… So far everything is working as it should except CalendarExt3 …
The default calendar is broadcasting CalendarExt3 just is not listing evidently…
That and I still need to resize openweather… -
RE: Use local ICS file instead
@sdetweil
Not sure why either.
I removed and reinstalled default calendar and it still works fine.
Did that thinking maybe I had something corrupt in the calendar module. Didn’t make a difference.
I will try to remove and reinstall CalendarExt3 tomorrow and see if that fixes the problem. If not I’ll be bugging the maker of CalendarExt3 again. He has been very helpful getting it up and running the way I want it to…