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

    trix2k

    @trix2k

    3
    Reputation
    7
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    trix2k Unfollow Follow

    Best posts made by trix2k

    • RE: adding google calendar

      this helps a lot, thank you @ember1205

      posted in Troubleshooting
      T
      trix2k

    Latest posts made by trix2k

    • RE: Blank screen after update 2023

      @sdetweil

      cd ~/MagicMirror
      rm -rf node_modules
      rm package- lock. json
      npm install

      then for whatever module was causing problem
      cd ~/MagicMirror/modules/modulename

      do the same last 3 steps as above

      AND THEN

      npm install request --save

      posted in General Discussion
      T
      trix2k
    • RE: Blank screen after update 2023

      @sdetweil after some digging i found another thread you helped on and i got it going again

      thank you

      posted in General Discussion
      T
      trix2k
    • Blank screen after update 2023

      Hi all

      I just did an update and after MM starts all i get is a black screen?

      any suggestions would be great

      posted in General Discussion
      T
      trix2k
    • HDMI wire or Raspberry pi board

      so I have had some issues with with from the get go, and I taught it was something I did in the programing but now im not sure.

      has anyone run into the problem with either the HDMI wire or the raspberry pi board given you issues for resolution? sometime I can jiggle the wire and it wont get me select certain resolutions (see pictures below
      screen res.PNG

      screen res 2.PNG

      posted in Troubleshooting
      T
      trix2k
    • RE: adding google calendar

      this helps a lot, thank you @ember1205

      posted in Troubleshooting
      T
      trix2k
    • RE: adding google calendar

      well, i now have it syncing with my google calendar and with my iphone. the last issues i have is its not showing birthdays on the MM, i dont know if that its because its an all day event but i dont think it has to do with the MM i think its a google calendar thing…i hope :)

      posted in Troubleshooting
      T
      trix2k
    • RE: adding google calendar

      so originally MM was not even booting up said i had a bad config file. but now that i know about the brackets at the end of the url (that i removed) the program is booting up fine.

      New problem is, its not loading my google calendar. i got the url from my google account with the private-XXXX numbers, but it is still not loading anything i have set in the calendar.

      e3c2467a-0b6a-4b17-9f30-c4ad229a63de-image.png

      posted in Troubleshooting
      T
      trix2k
    • adding google calendar

      i am racking my brain here trying to figure out how to add my google calendar and i tried to follow some steps i found but i keep getting config file error. i am very new to programing but I don’t know where i am going wrong. any help would be great

      module: "calendar",
      			header: "Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "https://www.calendarlabs.com/ical-calendar/ics/39/Canada_Holidays.ics"					}				
      					},
      					{
      						symbol: "mycalendar",
      						url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxx/public/basic.ics"					}				
      					}
      					]
      			}
      		},
      		{
      
      posted in Troubleshooting
      T
      trix2k
    • RE: Help for a newbie

      @lavolp3 yes the mirror is the same. I did check that and it’s set for 1024x768

      posted in Troubleshooting
      T
      trix2k
    • RE: Help for a newbie

      @Mykle1 thanks for the suggestion. but it was a no go still. i should point out also but its not just the MM that seams like its over lapping and just large its also the deskop

      after2.PNG

      after3.PNG

      posted in Troubleshooting
      T
      trix2k