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
    • MMM-ShipmentTracking

      [card:fewieden/MMM-ShipmentTracking]

      Preview

      Currently there is only DHL (can someone test if this is also working for non german ids?) included, when i get some tracking ids for other carriers i will implement them as well, if you don’t mind you can send me some per personal message.

      posted in Utilities shipment tracking
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-KVV - Local Karlsruhe transport (KVV) departure times

      two weeks ago i was in karlsruhe, could have need your module back then :D

      ps there are leftovers of your inspirational modules like this

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      @ooom416354 if you can provide me a free api i will create those modules or you explain me in detail what you want to have displayed per personal message and i do screen scraping

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-WeatherChart

      the module should update every hour automatically, for testing purpose you could try in the config.js

      {
              module: 'mmm-weatherchart',
              position: 'bottom_left', // this can be any of the regions
              config: {
                  country: 'Germany', // as determined above
                  area: 'North_Rhine-Westphalia', // as determined above
                  city: 'Duisburg', // as determined above
                  updateInterval: 15 * 1000,
                  hideBorder: true, // whether or not a border with city name should be shown
              }
          }
      

      this should update every 15 seconds then open the dev console (Command+Shift+I) and see in the network tab if the picture is getting reloaded all the time or you having any errors in the console

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Email

      multiple adresses are currently not possible

      posted in Productivity
      strawberry 3.141S
      strawberry 3.141
    • Sound cards of different Pi models

      To optimize one of my modules, I would like to ask you guys to type cat /proc/asound/cards in your console and provide the output together with your raspberry pi module and what kind of microphone you’re using

      Raspberry Pi 3 / USB Microphone

      0 [ALSA           ]: bcm2835 - bcm2835 ALSA
                            bcm2835 ALSA
      1 [TP6920         ]: USB-Audio - TP6920
                            TP6920 TP6920 at usb-3f980000.usb-1.2, full speed
      
      posted in Development microphone sound card
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      Changelog:

      • new config option network, for those who can’t receive us television can hide this column
      • automatic time conversion for those outside of est timezone, you need to set your timezone in the os for it
      • due to the time conversion there’s also a new config option format to customise the display of the date column

      TODO:

      • after the next weekend there will be an automatic detection for live matches and fetching data every minute while at least one match is running

      [card:fewieden/MMM-NFL]

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: DB departure Table

      this one works with db already

      [card:Bangee44/MMM-TrainConnections]

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Carousel ignoreModules

      You have to put the Module names in Quotes like ‘clock’

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Get user input

      @veryaner if you want you can have a look in my Module, i did a similar approach, this might get you started.

      [card:fewieden/MMM-syslog]

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Adjust brightness of the screen in the night

      @Cato this will prevent touchscreen ability for Those with Touch screen

      I would go for a Filter like

      body {
      -webkit-filter: brigthness(50%);
      }

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      [card:fewieden/MMM-NFL]

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: Viewing Mirror through browser on network

      this should be fixed with version 2.0.3 try git pull and see if it is fixed

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: jquery not working on magic mirror

      did you try this?

      getScripts: function() {
      		return [this.file("js/jquery.js")];
      },
      

      in mm-hide-all.js

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

      @darkeagl105 it’s done from the api after the first matchday this should be fixed automatically

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

      @darkeagl105 can you please test the newest version if it fixes you problem?

      Changelog:
      exchanged flexbox with table to support smaller screens
      added i18n for english and german
      replaced icons with font-awesome

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: STIB Brussels Transport Waiting time at stops

      @lhanneus the module developer did not provide a package.json file, so you have to create one yourself with npm init in the module directory and after that run the command npm install --save request and npm install --save xml2js or install the dependencies globally with npm install -g request and npm install -g xml2js

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

      @darkeagl105 no worries i will fix it tonight

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

      Propably your Region has not enough Space on this Monitor, Maybe it’s working for you if you exchange the Region with an other Module.

      Solution would be then to exchange flexbox with Standard html table

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • MMM-MovieInfo

      Module for upcoming movies as requested from @tyho @luvien

      [card:fewieden/MMM-MovieInfo]

      Preview

      posted in Entertainment movie theatre
      strawberry 3.141S
      strawberry 3.141
    • 1 / 1