@cyberphox Booooooo … I am Canada too :-(
Read the statement by Michael Teeuw here.
Best posts made by doogy_rev
-
RE: What have I been working on......
-
RE: Default Calendar Not Loading Events After New MM Update
@sdetweil That worked, thanks very much.
-
RE: MMM-NOAA - Another Weather Module
I have another question, if the AQI is not available in my area does it default to “Severely Polluted” as shown in my screen capture ^^ . . . I am assuming yes
The only pollution I am in danger of is fresh air and mountains :face_with_tears_of_joy:

-
RE: MMM-NOAA - Another Weather Module
@cowboysdude Thank you for looking in to this, feel free to reach out to me, I would be happy to help with any testing :thumbs_up:
Latest posts made by doogy_rev
-
RE: Default Calendar Not Loading Events After New MM Update
@sdetweil That worked, thanks very much.
-
RE: Default Calendar Not Loading Events After New MM Update
@doogy_rev it looks like you tried it manually, git pull, and the latest code was already present
local version 2.35.0 already same as master 2.35.0
The upgrade by default will not upgrade over the existing version
To fix, rerun and change the parm from apply to force
ok, so I know enough to be dangerous, what is the command I should be committing?
-
RE: Default Calendar Not Loading Events After New MM Update
Hi Sam,
Log sent to your gmail
Thanks
DoogyRev
-
RE: Default Calendar Not Loading Events After New MM Update
I have just updated to the latest version and have the same issue of the Calendar not loading.
I have tried the above suggestions but still not able to load gmail calendars
I did use the script to update MM and all dependancies
Any help appreciated
Thanks
DoogyRev
-
RE: Default Calendar Custom Events
@sdetweil Where am I supposed to put the calendar URL in again? not sure I am understanding.
-
RE: Default Calendar Custom Events
@sdetweil This is useful, thanks. Based on that I now have this…
{ module: "calendar", header: "Celebrations", position: "top_left", config: { colored: true, customEvents: [ {keyword: 'Birthday', symbol: 'birthday-cake', color: 'Gold'}, {transform: { search: '^([^\']*) \'(\\d{4})$', replace: '$1 ($2.)', yearmatchgroup: 2}} ], calendars: [ { fetchInterval: 7 * 24 * 60 * 60 * 1000, symbol: "calendar-check", maximumEntries: "8", url: "https://calendar.google.com/xxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics" } ] } },I can get the colours working if I comment out the transform. as soon as I enable that calendar does not load. Can you see any errors in the transform string?
Thanks
-
RE: Default Calendar Custom Events
@sdetweil When I put it outside the Calendar:[] I can’t get it to load.
Do you have a example how it should look, I have searched other posts relating to custom events but can’t suss it.
Apologies I am a noob at this :-)
-
Default Calendar Custom Events
Hi All,
I am looking to create a custom event for the default calendar and I can’t get the example in the guide to work.
https://docs.magicmirror.builders/modules/calendar.html#configuration-options
Here is my code …
{ module: "calendar", header: "Celebrations", position: "top_left", config: { calendars: [ { fetchInterval: 7 * 24 * 60 * 60 * 1000, symbol: "calendar-check", maximumEntries: "8", customEvents: [{keyword: 'Birthday', symbol: 'birthday-cake', color: 'Gold', transform: { search: '^([^\']*) \'(\\d{4})$', replace: '$1 ($2.)', yearmatchgroup: 2}}], url: "https://calendar.google.comxxxxxxxxxxxxxxxxxxxxxxxxxbasic.ics" } ] } },No matter what I try I can’t get the symbols to change to the cake icon or have the birth year transformed to the persons age.
All my calendar events are titled “DoogyRev Birthday '1982” a per the example. Has any one got this to work? any suggestions welcome.
Thanks
DoogyRev
-
RE: Are you tired of editing config.js, or have trouble doing it, see my new module
@sdetweil Works like a champ! Thank you for looking in to this and fixing.