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

    KMH0

    @KMH0

    1
    Reputation
    651
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    KMH0 Unfollow Follow

    Best posts made by KMH0

    • RE: Mirror mirror on the wall alexa skill

      @broberg You are a hero mate! :) Thanks

      posted in Troubleshooting
      K
      KMH0

    Latest posts made by KMH0

    • My config.js file is messed up. someone want to help? :P
      var config = {
              port: 8080,
              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
              language: 'en',
              timeFormat: 24,
              units: 'metric',
      
              modules: [
                      {
                              module: 'alert',
                      },
                      {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              module: 'clock',
                              position: 'top_left'
                      },
                      {
                              module: 'calendar',
                              header: 'US Holidays',
                              position: 'top_left',
                              config: {
                                      calendars: [
                                              {
                                                      symbol: 'calendar-check-o ',
                                                      url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                                              }
                                      ]
                              }
                      },
      
                      {
                               module: 'MMM-SoccerLiveScore',
                               position: 'top_left',
                               header: 'Live-Scores',
                               config: {
                               leagues: [17, 17, 17],
                               showNames: true,
                               showLogos: true,
                               displayTime: 60 * 1000,
                               showTables: true
      
                      },
                      {
                               module: 'MMM-Globe',
                               position: 'center',
                               config: {
                               style: 'europeDiscNat',
                               imageSize: 600,
                               ownImagePath:'',                         updateInterval: 10*60*1000
      
                              }
                      },
      
                      {
                               module: 'helloworld',
                               position: 'bottom_right', // This can be any of the regions.
                               config: {
                                                                                               // See 'Configuration options' for$
                               text: 'MIA by Karl M. Holst'
                                                              }
                      },
                      {
                              module: 'MMM-Carousel',
                              config: {
                              transitionInterval: 30000,
                              ignoreModules: ['clock', 'alert', 'currentweather'],
                              mode: 'slides',
                              slides: [
                                      ['calendar', 'MMM-Globe', 'weatherforecast', 'helloworld'],
                                      ['weatherforecast', 'MMM-Globe', 'MMM-SoccerLiveScore', 'helloworld'],
                                      ['MMM-iHaveBeenThere']
                              ],
      
                      },
      
                      {
                              module: 'MMM-ethereum',
                              position: 'top_right',
      			 config: {
                              updateInterval: 30000,
                              exchange: "bitfinex"
                      }
                },
                ]
      
      
              };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      posted in Troubleshooting
      K
      KMH0
    • RE: Mirror mirror on the wall alexa skill

      @joanaz Would have been awzome! Thanks for the help :)

      posted in Troubleshooting
      K
      KMH0
    • RE: Mirror mirror on the wall alexa skill

      @broberg thanks, anyway! :)

      posted in Troubleshooting
      K
      KMH0
    • RE: Mirror mirror on the wall alexa skill

      @broberg Wy did I start this journey, haha. You mind explaining the next steps? :)

      1. go to your local copy of this repo, create a folder called certs inside the src folder
      2. place all the credentials in the certs folder
      3. open MirrorMirror.js, replace the keyPath, certPath, and caPath with your own credentials’ paths
      posted in Troubleshooting
      K
      KMH0
    • RE: Mirror mirror on the wall alexa skill

      @broberg You are a hero mate! :) Thanks

      posted in Troubleshooting
      K
      KMH0
    • RE: Mirror mirror on the wall alexa skill

      @broberg Ive found the folder, but when I type chmod +x start.sh nothing happens

      posted in Troubleshooting
      K
      KMH0
    • RE: Mirror mirror on the wall alexa skill

      @broberg How do I navigate to my documents in Terminal? :)

      posted in Troubleshooting
      K
      KMH0
    • Mirror mirror on the wall alexa skill

      Im following the setup of an AWS IoT device, and I can’t figure out how to get past step (7)

      7.Download credentials and run the start.sh script, wich will generate a root-CA.crt

      I have downloaded it, but when i press the start.sh file it just opens in leafpad :( How do i run it?

      posted in Troubleshooting
      K
      KMH0
    • RE: How do I edit config, I see every new module starts whit going to config.js

      @yawns Thank you so much! But how do I add modules ? Do I just copy paste in to the config?

      posted in Troubleshooting
      K
      KMH0
    • RE: How do I edit config, I see every new module starts whit going to config.js

      @broberg

      var config = {
              port: 8080,
              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
              language: 'en',
              timeFormat: 24,
              units: 'metric',
      
              modules: [
                      {
                              module: 'alert',
                      },
                      {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              module: 'clock',
                              position: 'top_left'
                      },
                      {
                              module: 'calendar',
                              header: 'US Holidays',
                              position: 'top_left',
                              config: {
                                      calendars: [
                                              {
                                                      symbol: 'calendar-check-o ',
                                                      url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                                              }
                                      ]
                              }
                      },
                      {
                              module: 'compliments',
                              position: 'lower_third'
                      },
                      {
                              module: 'currentweather',
                              position: 'top_right',
                              config: {
                                      location: 'New York',
                                      locationID: '',  //ID from http://www.openweathermap.org
                                      appid: 'YOUR_OPENWEATHER_API_KEY'
                              }},
                      {
                              module: 'newsfeed',
                              position: 'bottom_bar',
                              config: {
                                      feeds: [
                                              {
                                                      title: "New York Times",
                                                      url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                              }
                                      ],
                                      showSourceTitle: true,
                                      showPublishDate: true
                              }
                      },
              };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      posted in Troubleshooting
      K
      KMH0