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

    Posts

    Recent Best Controversial
    • RE: CalendarExt2 won't load with Weather Forecast

      @aunrea said in CalendarExt2 won't load with Weather Forecast:
      No position: in config CalendarExt2 config maybe?

      {
               module: 'MMM-CalendarExt
               disabled: false,
               config: {
      	   position: "top_left",
      	   beforeDays: 2,
                 afterDays: 365,
                 calendars : [
      	       {
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Weather module not loading

      Are you using the open weather key and not Darksky?

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: MMM-CalendarExt the mirror knocks me down?

      @chrixbrown

      I am doing my configurations in virtual box and if I have everything correct I do not know why it gives me that error.
      

      So the magic mirror is not running on a pi but a pc runing virtual box with pi OS??

      posted in Tutorials
      D
      DJBOOB66
    • RE: I'd like to add a voice command command using the Google Assistant module.

      @rikan there is a bug in the system thinking it Youtube end mine has stopped working as well (today) and I was helping someone on Bugs site with the same problem mine was working for a few days then stopped then out of the blue worked again. Bugs is on Holidays but I will repost that it not working again he may have a look. keep trying it maybe working tomorrow who knows?

      posted in Requests
      D
      DJBOOB66
    • RE: I'd like to add a voice command command using the Google Assistant module.

      In Magic mirror Config.js GAv3 config.
      youtubeconfig.PNG

      posted in Requests
      D
      DJBOOB66
    • RE: MMM-CalendarExt the mirror knocks me down?

      @chrixbrown said in MMM-CalendarExt the mirror knocks me down?:

      @chrixbrown

      So you do have VNC on your PC as well?
      you have added configs to the config.js file???

      And MMM-CalendarExt will not load on your mirror just keeps saying LOADING is this the case?
      Have you added your details to CalendarExt?
      Can you post your config here?
      have you connected Pi OS to the internet???

      posted in Tutorials
      D
      DJBOOB66
    • RE: I'd like to add a voice command command using the Google Assistant module.

      @rikan You Do have MMM-GoogleassistantV3 and youtube in GA config.
      If so command is “Jarvis -Youtube Baby shark”

      posted in Requests
      D
      DJBOOB66
    • RE: Third Party modules not working

      Im not a alexa guy i use Google assistant V3 myself but below need fixing.
      config fix.PNG

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Third Party modules not working

      @delta-1 said in Third Party modules not working:

      Alexa
      your config must line up

         {
      		module: 'MMM-Screencast',
      		position: 'bottom_right',
      		config: {
      			position: 'bottomRight',
      			height: 300,
      			width: 500,
      		}
          },    
          {
              module: "MMM-awesome-alexa",
              position: "bottom_bar",
              config: {
                  wakeWord: "Alexa",
                  clientId: "YOUR_CLIENT_ID",
                  clientSecret: "YOUR_CLIENT_SECRET",
                  deviceId: "YOUR_DEVICE_ID",
                  refreshToken: "YOUR_REFRESH_TOKEN",
                  lite: false,
                  isSpeechVisualizationEnabled: false
              }
          },
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Third Party modules not working

      fix your config

      {
          module: "MMM-awesome-alexa",
          position: "bottom_bar",
          config: {
              wakeWord: "Alexa",
              clientId: "YOUR_CLIENT_ID",
              clientSecret: "YOUR_CLIENT_SECRET",
              deviceId: "YOUR_DEVICE_ID",
              refreshToken: "YOUR_REFRESH_TOKEN",
              lite: false,
              isSpeechVisualizationEnabled: false
          }
      }
      
      posted in Troubleshooting
      D
      DJBOOB66
    • 1 / 1