@sdetweil OK, thanks.
I’ll get back to you later on what exactly I have in my config.
Read the statement by Michael Teeuw here.
Posts
-
RE: Updated to 2.30.0 and Google Calendar no longer showing in 3rd-party module
-
RE: Updated to 2.30.0 and Google Calendar no longer showing in 3rd-party module
@sdetweil Do you mean the maximumEntries setting, as I could not find a maximumEvents setting listed on the module’s config options?
Not able to check right now, but I believe my setting for the maximumEntries setting is either 25 or 50, just based on what I recall seeing displayed by the default Calendar module when I uncommented the position: top_left setting. -
Updated to 2.30.0 and Google Calendar no longer showing in 3rd-party module
I’ve just updated to v2.30.0 and the events of my Google Calendar are no longer showing via the MMM-MonthlyCalendar module.
I noted the changes to the default Calendar module and added all options to my config.js file, setting applicable options as required, but the events are still not displayed.
When I enable the default Calendar to be displayed (top_left), events show as expected.
-
RE: MMM-MonthlyCalendar
@sdetweil
It would just display a blank calendar with no events - past or futureI resolved the issue 5 minutes after I posted my enquiry and it is working as expected now.
Not 100% sure, but I think I had mistyped the URL, specifically the /private-…/basic.ics section. -
MMM-MonthlyCalendar
Hi all
I’ve installed the MMM-MonthlyCalendar from kolbyjack (https://github.com/kolbyjack/MMM-MonthlyCalendar).
The module displays the current month without an issue, but it is not displaying the desired calendar.I assume the module utilises the MM’s default Calendar module to access my Google calendar as there are no details about adding the calendar within the config of the MMM-MonthlyCalendar module.
My Google calendar displays fine within the default module, just not in this module from kolbyjack.If anyone has any pointers on what I should/need to do, it would be greatly appreciated.
Thanks -
RE: Multiple "Mirrors" from a single device
@sdetweil
yeah, I started it via the mm2.sh script that had the “npm run server” command
I’ve now started the second instance as “pm2 start pm2_MagicMirror2_new.json” and “pm2 status” does show both instances running.
Ran “pm2 save”, rebooted the host and both instances are showing as expected - MM#1 on the display connected to the host device, with MM#1 and MM#2 via a browser on a remote device/devices. -
RE: Multiple "Mirrors" from a single device
@sdetweil
Fair enough.
So i’ll have to have a physical computer like a Pi, NUC or MiniPC attached to the TV via HDMI to display the MM via that computer’s browser.
Not a big deal as the TV would be used for viewing TV channels and online streaming content anyway. -
RE: Multiple "Mirrors" from a single device
@sdetweil
after running the mm2.sh script (runs as “npm run server”) and then I initiate a new SSH to the MM, I still only see a single instance (the original instance from mm.sh) of MM running when I issue a pm2 status command.
Although I can physically see the second MM displayed as desired in my browser, I’m not seeing the second instance via the pm2 status command. -
RE: Multiple "Mirrors" from a single device
@BKeyport
isn’t this to run two MM’s on a single display and have the second MM displayed from the 1920th pixel on the x axis?I’m wanting to run two MM’s, each instance on isolated displays - one on the display connected to the host in the traditional method and the other on a remote display like another computer, or TV with an in-built browser.
-
RE: Multiple "Mirrors" from a single device
@sdetweil
OK, so I launched the second instance of MM via mm2.sh with the “npm run server” command.
I then launched a second SSH session to the MM device and issued a “pm2 save” command.
Rebooted the MM device from the second SSH session but the second MM instance didn’t come up.