@Vizulize I’m setting this up and almost everything was smooth except when I get to the client secret. It won’t let me paste, or type anything to move forward. Any suggestions?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Fitbit2
-
RE: What is the procedure for reviving a dead module?
@Vizulize keep up the great work! If I had the coding knowledge to help I would definitely lend a hand. This will be an awesome addition to many Magic Mirrors.
-
RE: What is the procedure for reviving a dead module?
This is awesome! Did you add it as a new module?
-
RE: What is the procedure for reviving a dead module?
Yes please do this. I was just looking to add this today, but looks like I’ll wait. If you’re able do you mind adding the water stat as well?
-
RE: MMM-CalendarExt2
@Sean thanks. I have added those changes with no effect. Would you mind guiding me to find those stores events in the RPI? I’d like to see if that is the issue.
-
RE: MMM-CalendarExt2
I’ve removed the actual links to calendars solely for this . Please note that it has been working up until 2 days ago. I love this module just not sure this stopped working. Also note I have a second version of this one a weekly view that still is working just fine.
{
module: “MMM-CalendarExt2”,
pages: {second: “fullscreen_above”},
defaultset: {
view: {
slotCount: 5,
},
},config: { scenes: [ { name: "Month Calendar", views: ["family"], className: "scene_1", }, ], views: [ { name: "family", mode: "week", fromNow:0, className: "view_1", calendars: [], slotTitleFormat:"MM/DD", slotSubTitleFormat: "dddd", beforeDays: "7", hideOverflow: false, type: "row", }, ], calendars: [ { name: "Family Calendar", url: "https://calendar.google.com/calendar/ical", scanInterval: 2000, className: "family_calendar", maxIterations: 100, }, { name: "Dad's Calendar", url: "https://calendar.google.com/calendar/ical", scanInterval: 2000, className: "dads_calendar", maxIterations: 100, }, { name: "Mom's Calendar", url: "https://calendar.google.com/calendar/ical", scanInterval: 2000, className: "moms_calendar", maxIterations: 100, }, { name: "Alana's Calender", url: "https://calendar.google.com/calendar/ical", scanInterval: 2000, className: "alanas_calendar", maxIterations: 100, }, { name: "John's Calendar", url: "https://calendar.google.com/calendar/ical", scanInterval: 2000, className: "johns_calendar", maxIterations: 100, }, { name: "Holiday Calendar", url: "https://calendar.google.com/calendar/ical, scanInterval: 2000, className: "holiday_calendar", maxIterations: 100, }, ], }, },
-
RE: MMM-CalendarExt2
Howdy @Sean something weird is happening. I have this module setup and it’s been working great for a while. It is a scene with two views. The first view is great, but the second view which has the exact same calendars only shows today. The rest of the month is blank. Have you seen this happen before?
-
Budgeting Module
I’d love to be able to connect or create a budget that is viewable on the MagicMirror. I am just getting started learning about how this all works so I thought I’d put this request out their for those inclined to make modules.
I’d love to see a connection to EveryDollar or Mint if possible. -
Budgeting Module
Is there a budgeting module out there? If not, is there a solution using a spreadsheet or something similar to display budget on Magic Mirror?
-
RE: MMM-GooglePhotos Not showing images.
I also had issues with this and other mods, but found that I was using pages and not identifying the page for those mods to show up on. If you use pages or page selector modules make sure you’re designating the page.