MagicMirror Forum

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

    hawkeyepilot69

    @hawkeyepilot69

    0
    Reputation
    1
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hawkeyepilot69 Unfollow Follow

    Latest posts made by hawkeyepilot69

    • RE: MMM-Scenes not working with Calendars

      @MMRIZE thank you. I got everything working great now. Thanks for all your help.

      posted in Bug Hunt
      H
      hawkeyepilot69
    • RE: MMM-aviationwx (Aviation weather)

      @sdetweil Like I had said, im very new to this and dont know how to do that.

      posted in Transport
      H
      hawkeyepilot69
    • Autostart Magic Mirror not working

      ive used this link to the “T” and watched numerous videos and cannot get the pi to autoboot to magic mirror. Any help would be appreciated.https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror
      When I try the ‘chmod +x mm.sh’ nothing happens.

      pi@raspberrypi:~ $ pm2 start mm.sh
      [PM2] Applying action restartProcessId on app [mm](ids: [ 0 ])
      [PM2] mm ✓
      [PM2] Process successfully started
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0 │ mm │ fork │ 1 │ online │ 0% │ 2.9mb │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      pi@raspberrypi:~ $ pm2 save
      [PM2] Saving current process list…
      [PM2] Successfully saved in /home/pi/.pm2/dump.pm2
      pi@raspberrypi:~ $

      Another question:
      I would like the magic mirror to turn on and off at certain times. Is the pi supposed to run continuously and just start and stop magic mirror or is everything supposed to turn on and off? Im new to all this and slowly working my way through.

      posted in Troubleshooting
      H
      hawkeyepilot69
    • RE: MMM-aviationwx (Aviation weather)

      @Mykle1 is this module no longer working?

      posted in Transport
      H
      hawkeyepilot69
    • RE: MMM-Scenes not working with Calendars

      @MMRIZE I got the scenes to work. It seems like it has a problem when i try to set two different groups of calendars. One group for the default calendar and another default calendar group for my MMM-CalendarExt3 to use. I dont want to see all the calendars on the default calendar but the only way to get everything to work is to have all of them there. I was trying to have 2 separate default calendars, one that is shown for 2 certain calendars and the other that is hidden to display the events I want to see on my MMM-calendarExt3. How can I go about hiding some events on the default calendar or creating 2 default calendars one that is shown and one that is not?```
      {
      module: “calendar”,
      header: “Upcoming Sports”,
      position: “top_left”,
      classes:“scene3”,
      hiddenOnStartup: true,
      config: {
      colored: true,
      calendars: [
      {
      symbol: “”,
      url: “”,
      name: “race”,

      			},
      			{
      					symbol: "",
      					url: "", 
      					name: "stars",
      					color: "#03C04A",
      			
      				},
      				{
      					symbol: "",
      					url: "", 
      					name: "apple",
      			
      				},
      				{
      				symbol: "",
      					url: "", 
      					name: "outlook",	
      				
      				},
      				
      				
      				]
      			      }
      			    },
      
      I want to see the "race" and "stars" schedule in the default calendar and "apple" and "outlook" in my MMM-CalendarExt3. this is the way I have it currently set up.
      posted in Bug Hunt
      H
      hawkeyepilot69
    • RE: Auto-Start Failed

      @jaerenull
      any update? this is what mine is currently doing.

      posted in Troubleshooting
      H
      hawkeyepilot69
    • MMM-Scenes not working with Calendars

      Im new to all this. Ive managed to figure a lot of this out but I cant figure out why MMM-scenes wont work with my calendar modules. Is it due to MMM-CalendarExt3? If so is there a work around? Ill add the code to the calendar here.
      I finally got it to work after removing the code below:
      {
      module: “MMM-CalendarExt3”,
      position: “bottom”,
      title: “”,
      config: {
      mode: “week”,
      instanceId: “basicCalendar”,
      locale: ‘en-US’,
      maxEventLines: 5,
      firstDayOfWeek: 0,
      calendarSet: [‘apple’,‘outlook’],
      weekIndex: -1,
      weeksInView: 4,
      fontSixe: ‘10px’,
      eventHeight: ‘25px’,
      }
      },

      {
      		module: "calendar",
      		header: "Upcoming Sports",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					symbol: "",
      					url: "https://calendar.google.com/calendar", 
      					name: "race",
      			},
      			{
      					symbol: "",
      					url: "https://calendar.google.com/calendar/ic", 
      					name: "stars",
      			
      				}
      				]
      			}
      				},
      			{
      		module: "calendar",
      		header: "apple",
      		position: "",
      		config: {
      			calendars: [
      				{
      					symbol: "",
      					url: "webcal://p137-caldav.icloud.com/published/2/MTAzNz", 
      					name: "apple",
      			
      				},
      				{
      				symbol: "",
      					url: "https://outlook.live.com/owa/", 
      					name: "outlook",	
      				},
      				]
      			}
      				},
      
      posted in Bug Hunt
      H
      hawkeyepilot69
    • RE: New to Magic Mirror and need Help

      @sdetweil
      Where can I find the most up to date modules?
      Can you explain what exactly I did wrong? Did I not npm install it into the directory? I went step by step and thats why I am confused where I went wrong.

      Thanks

      posted in Troubleshooting
      H
      hawkeyepilot69
    • New to Magic Mirror and need Help

      Im brand new to magic mirror and ive tried two different modules and cannot get either to work. Both of them lead to a black screen with nothing loading. I tried to follow another thread on here to no avail.

      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘xml2js’
      Require stack:

      • /home/johnnyprosniewski/MagicMirror/modules/MMM-PilotWX/node_helper.js
      • /home/johnnyprosniewski/MagicMirror/js/app.js
      • /home/johnnyprosniewski/MagicMirror/js/electron.js
      • /home/johnnyprosniewski/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js

      [ERROR] Whoops! There was an uncaught exception…
      [17.03.2023 20:57.38.797] [ERROR] Error: Cannot find module ‘xml2js’

      this is what it says farther down in the code.

      I am under the thought process that I am doing everything right as I watched videos on how to install the modules but i could be doing it wrong for all i know. ive got a rasberri pi 4 running the 64bit version.

      Any help would be appreciated.
      MMM-aviationwx is the other i could not get to work

      posted in Troubleshooting
      H
      hawkeyepilot69