MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    1 old noob + 1 rPi = I can't believe I did it! (revisited)

    Scheduled Pinned Locked Moved Show your Mirror
    193 Posts 29 Posters 407.5k Views 28 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer
      last edited by

      @johnnyboy said in 1 old noob + 1 rPi = I can’t believe I did it! (revisited):

      Your a mind reader from across the pond lol… I was thinking about changing the clock over to centre 5 mins ago…

      I wasn’t suggesting that you move the clock. I was only inquiring if you had the clock installed because you thought that the sunset time was the clock, stuck at 17:20

      Create a working config
      How to add modules

      johnnyboyJ 1 Reply Last reply Reply Quote 0
      • S Offline
        sitobcn82
        last edited by

        Hi! I’m not able to find inside amazon, this king of acrylic plastic. Can you put the link please ?

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @sitobcn82
          last edited by

          @sitobcn82

          https://www.amazon.com/12-Acrylic-See-Through-Mirror-3mm/dp/B01G4MQ5OW/ref=sr_1_4?ie=UTF8&qid=1487615457&sr=8-4&keywords=12"x24"+3mm+acrylic

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • johnnyboyJ Offline
            johnnyboy @Mykle1
            last edited by johnnyboy

            This post is deleted!
            Mykle1M 1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @johnnyboy
              last edited by Mykle1

              @johnnyboy said in 1 old noob + 1 rPi = I can’t believe I did it! (revisited):

              change out the calendar for something else or see if calender is editable?

              Well, that’s the beauty of having modules. You can always change them to something more to your liking. I like the calendar because it allows me to link my Google calendar into it, so I see my events (birthdays, weddings, party dates, etc) as well as the US Holidays. You can also change the dates from relative (in 22 days) to absolute (Mar 14th) in the config’js file, which is nice. And there’s always the custom.css file for coloring, positioning, sizing, etc.

              Initially, my biggest problem was wanting to put as many modules as I could fit on the screen, but I soon realized that it looked too busy, too cluttered. So, I decided less is more. I decided what modules were really important to me and where I wanted them. I’m happy with my design

              Create a working config
              How to add modules

              johnnyboyJ 1 Reply Last reply Reply Quote 0
              • johnnyboyJ Offline
                johnnyboy @Mykle1
                last edited by johnnyboy

                This post is deleted!
                johnnyboyJ Mykle1M 2 Replies Last reply Reply Quote 0
                • johnnyboyJ Offline
                  johnnyboy @johnnyboy
                  last edited by johnnyboy

                  This post is deleted!
                  Mykle1M 1 Reply Last reply Reply Quote 0
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @johnnyboy
                    last edited by paviro

                    @johnnyboy

                    body {
                    
                    }
                    
                    .MMM-WunderGround .max-temp {
                      color: #f66;
                    }
                    
                    .MMM-WunderGround .min-temp {
                      color: #0ff;
                    }
                    
                    .MMM-WunderGround .day {
                      color: #6f6;
                    }
                    

                    That’s my custom.css entry for coloring

                    Create a working config
                    How to add modules

                    johnnyboyJ 1 Reply Last reply Reply Quote 0
                    • johnnyboyJ Offline
                      johnnyboy @Mykle1
                      last edited by johnnyboy

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @johnnyboy
                        last edited by paviro

                        @johnnyboy

                        {
                        			module: 'calendar',
                        			position: 'top_left',
                        			config: {
                        			urgency: 0,
                        			getRelative: 1,
                        			fadePoint: 0.25, // Start on 1/4th of the list.
                        				calendars: [
                        					{
                        						symbol: 'calendar-check-o ',
                        						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                        					},
                        					{
                        						url: 'https://calendar.google.com/calendar/ical/THIS COMES FROM GOOGLE CALENDAR/private-YOUR GOOGLE CALENDAR API GOES HERE/basic.ics'
                        					},
                        				],
                        			}
                        		},
                        
                        

                        Change your getRelative: 1 as above in your config.js file
                        Add your google calendar as above in your config.js file

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 19
                        • 20
                        • 4 / 20
                        • First post
                          Last post
                        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