• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. doogy_rev
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
D
Offline
  • Profile
  • Following 0
  • Followers 1
  • Topics 2
  • Posts 34
  • Groups 0

doogy_rev

@doogy_rev

3
Reputation
267
Profile views
34
Posts
1
Followers
0
Following
Joined Jan 29, 2017, 10:45 PM
Last Online Apr 2, 2025, 7:04 PM

doogy_rev Unfollow Follow

Best posts made by doogy_rev

  • RE: What have I been working on......

    @cyberphox Booooooo … I am Canada too :-(

    posted in Show your Mirror
    D
    doogy_rev
    Jun 28, 2020, 5:33 PM
  • 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:

    0_1577807363009_IMG_0294.jpeg

    posted in System
    D
    doogy_rev
    Dec 31, 2019, 3:50 PM
  • 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:

    posted in System
    D
    doogy_rev
    Jan 1, 2020, 4:45 PM

Latest posts made by doogy_rev

  • RE: Default Calendar Custom Events

    Got it, Thank you! @sdetweil

    posted in Troubleshooting
    D
    doogy_rev
    Oct 31, 2024, 12:46 AM
  • RE: Default Calendar Custom Events

    @sdetweil Where am I supposed to put the calendar URL in again? not sure I am understanding.

    posted in Troubleshooting
    D
    doogy_rev
    Oct 30, 2024, 11:16 PM
  • 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

    posted in Troubleshooting
    D
    doogy_rev
    Oct 30, 2024, 10:25 PM
  • 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 :-)

    posted in Troubleshooting
    D
    doogy_rev
    Oct 30, 2024, 9:14 PM
  • 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

    posted in Troubleshooting
    D
    doogy_rev
    Oct 30, 2024, 7:43 PM
  • 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.

    posted in Utilities
    D
    doogy_rev
    Jul 6, 2023, 2:15 PM
  • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

    @sdetweil I just emailed you the file, and yes I am setting the positions using the positions drop down menu at the bottom.

    posted in Utilities
    D
    doogy_rev
    Jul 5, 2023, 10:00 PM
  • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

    Hi All,

    I reinstalled my MM this week and decided to use this module to do the configurations. Its all installed and I can see all my modules, however it seems to be hit and miss on enabling and setting the positions. for example,

    default clock - this would not enable, I manually enabled it in the config and now shows Blue but can not set the position, either from the page or in the config.

    Default calendar - this enabled ok, shows blue, but can not set the position, does not save

    MMM-OpenWeatherForecast - works perfectly

    newsfeed - works perfectly.

    Any ideas on why some modules seem to be hit or miss?

    Sorry for the thread resurrection, was not sure where to post.

    Thanks

    posted in Utilities
    D
    doogy_rev
    Jul 5, 2023, 9:34 PM
  • RE: How to add custom birthdays to the calendar module?

    @sdetweil If it was set back to 2 tables columns

    Column 1 = Name + Age + Align Left
    Column 2 = Date + Align right

    Would that work? Guess it depends if you can put Name + Age in the same cell space

    posted in Troubleshooting
    D
    doogy_rev
    Jul 11, 2021, 3:39 PM
  • RE: How to add custom birthdays to the calendar module?

    @sdetweil This is what I have now…

    Screen Shot 2021-07-11 at 7.31.15 AM.png

    just wondering if this makes more sense? (quick photoshop)

    Screen Shot 2021-07-11 at 7.31.15 AM copy.png

    Sorry if I am being a PITA

    posted in Troubleshooting
    D
    doogy_rev
    Jul 11, 2021, 2:39 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy