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

    Posts

    Recent Best Controversial
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      plans are:

      • i18n
      • integration of my voice recognition module (also wip), this goes with more use of the api like fixtures etc.
      • cup support
      • smaller screen support

      probably I’m going one step back and will put league codes configurable again

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      [card:fewieden/MMM-soccer]

      as I said it’s work in progress and not finished

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      @ianperrin well that’s kind of an old version meanwhile, I have a work in progress of a newer version on github already

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: Need a custom plugin - kind of syslog

      @PointPubMedia i could have a look into it if you provide me more details (pm)

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: Unrecognized Config file

      @dejayou you’re still using the wrong ones

      /* Magic Mirror Config Sample
      
          By Michael Teeuw http://michaelteeuw.nl
      
          MIT Licensed.
          */
          var config = {
          port: 8080,
      
          language: 'en',
          timeFormat: 24,
          units: 'metric',
      
          modules: [{
          module: 'alert'
          }, {
          module: 'wuforecast',
          position: 'top_right', // This can be any of the regions.
          // Best results in left or right regions.
          config: {
          // See ‘Configuration options’ for more information.
          location: 'Cleveland',
          appid: '5095830b868b90bcc31affdad4911325' //wunderground.com API key.
          }
          }, {
          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: 'Cleveland',
          locationID: '4614088', //ID from bulk.openweather.org/sample/
          appid: '5095830b868b90bcc31affdad4911325'
          }
          }, {
          module: 'weatherforecast',
          position: 'top_right',
          header: 'Weather Forecast',
          config: {
          location: 'Cleveland',
          locationID: '4614088', //ID from bulk.openweather.org/sample/
          appid: '5095830b868b90bcc31affdad4911325'
          }
          }, {
          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
      strawberry 3.141S
      strawberry 3.141
    • RE: System temperature really hot

      My mirror is around 65°, but I’m using cpu intensive voice recognition

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Unrecognized Config file

      @dejayou i can find a couple of errors in your config

      module: 'alert',  // remove comma
      
      module: ‘wuforecast’, // you often used wrong single quotes
      
      {
      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
      }
      }, ]  // remove comma
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: VoiceControl module

      @tyho try this.sendSocketNotification('go_to_sleep', {}); in notification.js otherwise the node_helper doesnt’t get any msg and will not perform any action

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: ServerStatus from IP list: up or down?

      @amanzimdwini font is now configurable. whats bad about the readme should i add some infos?

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-ip

      @KirAsh4 done

      posted in System
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 165 / 170