MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. EphraimB
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 12
    • Best 1
    • Controversial 0
    • Groups 0

    EphraimB

    @EphraimB

    1
    Reputation
    4
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    EphraimB Unfollow Follow

    Best posts made by EphraimB

    • RE: MMM-WeatherBackground

      @bhepler It works now. Thank you!

      posted in Utilities
      E
      EphraimB

    Latest posts made by EphraimB

    • RE: Trying to make my own LIRR live map module but don't know where to start

      @sdetweil I don’t need a Google maps layer?

      posted in Development
      E
      EphraimB
    • Trying to make my own LIRR live map module but don't know where to start

      This module would take up the whole screen and have LIRR feeds with when trains depart Atlantic Terminal, Penn Station and and station of you’re choosing. It will be very customizable. Where do I start? Google Maps as the background? Make the map and lines myself? It will show where all the trains are all the time. All the LIRR modules are outdated due to the older api being discontinued. Any help is appreciated.

      posted in Development
      E
      EphraimB
    • RE: MMM-WeatherBackground

      @bhepler It works now. Thank you!

      posted in Utilities
      E
      EphraimB
    • RE: Raspberry Pi display not autostarting magic mirror

      @EphraimB I got it to work now. Thank you.

      posted in Troubleshooting
      E
      EphraimB
    • RE: Raspberry Pi display not autostarting magic mirror

      @EphraimB https://youtu.be/7VVcJsOaJJc

      posted in Troubleshooting
      E
      EphraimB
    • RE: Raspberry Pi display not autostarting magic mirror

      @sdetweil

      /home/ephraimb/.pm2/logs/mm-error.log last 15 lines:
      0|mm       | [8401:0722/083808.387458:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      0|mm       | [8449:0722/083808.554707:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
      0|mm       | [8410:0722/083808.663954:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      0|mm       | /home/ephraimb/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      0|mm       | [8816:0722/083948.777454:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      0|mm       | [8860:0722/083948.944901:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
      0|mm       | [8825:0722/083949.008201:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      0|mm       | /home/ephraimb/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      0|mm       | [9539:0722/084423.587492:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      0|mm       | [9583:0722/084423.754159:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
      0|mm       | [9546:0722/084423.836816:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      0|mm       | /home/ephraimb/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      0|mm       | [1692:0722/090756.740898:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      0|mm       | [1734:0722/090757.250763:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
      0|mm       | /home/ephraimb/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      
      ^C
      ephraimb@raspberrypi:~ $ echo $DISPLAY
      
      ephraimb@raspberrypi:~ $
      
      posted in Troubleshooting
      E
      EphraimB
    • Raspberry Pi display not autostarting magic mirror

      My Raspberry Pi isn’t autostarting Magic Mirror with the 7 inch display connected. It autostarts correctly when connected to a monitor however. Is there something in the pm2 script that I have to do?

      posted in Troubleshooting
      E
      EphraimB
    • /etc/udev/rules.d/backlight-permissions.rules crashes the command line

      I tried installing this: https://github.com/mjtice/MMM-Screendimmer but when I tried editing /etc/udev/rules.d/backlight-permissions.rules, the command line in putty crashed. Now the 7 inch Raspberry Pi display is booted up but it keeps showing the thinking _ repeatedly. I don’t know what do do. It keeps saying that /etc/udev/rules.d/backlight-permissions.rules isn’t found when trying to edit it now.

      posted in Bug Hunt
      E
      EphraimB
    • RE: MMM-CalendarExt3

      @MMRIZE Thank you. It’s fixed.

      posted in Utilities
      E
      EphraimB
    • RE: MMM-CalendarExt3

      [17.07.2022 12:36.14.788] [INFO] Calendar-Fetcher: Broadcasting 10 events.

      		{
      			module: "calendar",
      			//position: "top_left",	// This can be any of the regions. Best results in left or right regions.
      			config: {
      				instanceId: "WeeklyCalendar",
      				colored: true,
      				showLocation: true,
      				maxTitleLength: 50,
      				maxLocationTitleLength: 50,
      				calendars: [
      					{
      						url: 'https://calendar.google.com/calendar/ical/emb16social%40gmail.com/public/basic.ics',
      						symbol: 'calendar'
      					},
      				],
      			}
      		},
      		{
      		  module: "MMM-CalendarExt3",
      		  position: "bottom_center",
      		  title: "Personal calendar",
      		  config: {
      			mode: "week",
      			instanceId: "WeeklyCalendar",
      			weekIndex: 0,
      			weeksInView: 1,
      			firstDayOfWeek: 0,
      			calendarSet: ['personal']
      		  }
      		},
      

      It displays on the calendar but not the ext3 extention

      posted in Utilities
      E
      EphraimB