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: City of Vienna - Public Transport Realtime Monitor

      maintenance on their API :(

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: NHL Module

      @nhl just give me a notice when it’s changed and i will have a look into this

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: NHL Module

      thats not nhl data there are only country names

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: NHL Module

      @nhl do you got a free api for it?

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: Change module position

      @samydp the module name is case sensitive so you have to write it like in the config file e.g. in your case it would be .clock

      .clock{
        left : 100 px,
        top:50 px
      }
      

      also think about using position with the values fixed, absolute or relative

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: City of Vienna - Public Transport Realtime Monitor

      I had a first look into this, but I could’t find a documentation neither I got a api_key from them.

      So I’m trying to get into this on my own, but therefore you guys need to test if the module is working for your needs. I will work on this tonight so propably you can test it today already

      You can follow the developing process here when I have started

      [card:fewieden/MMM-WienerLinien]

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: Change module position

      @samydp you don’t need to link the custom.css file it’s already working with the content in this file

      of course you can change the font as well

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Change module position

      @samydp those are all valid positions you can enter in the config.js https://forum.magicmirror.builders/topic/286/regions

      however you can make your custom layout in ~/MagicMirror/css/custom.css

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: modules day and time Depending represented

      @bjoern you can make another cron task on the endtime

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Mirror, mirror on the wall. Who has the biggest of them all?

      @dominic Of course, the client specific modules (like the globe) are kept private

      posted in Show your Mirror
      strawberry 3.141S
      strawberry 3.141
    • RE: assign a symbol to a module

      @Plati do you know how regular expression works?makes no sense to remove the asterisks symbol, you need the asterisk because it is in the string otherwise you dont detect the value!

      problem is that the asterisk has a special function in the regular expression context so you need to escape it like this var temperatureRegExp = /Temperature = (.*?) \*C/ig;

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: City of Vienna - Public Transport Realtime Monitor

      @cpramhofer I applied for an API key, but still have to war for it, then I will have a look into it

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: This might be a daft question, but...

      @Mitchfarino feel free to contact me via personal message

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: assign a symbol to a module

      @dominic ou can add a fontawesome icon in the header like the following lines here https://github.com/fewieden/MMM-Fuel/blob/master/MMM-Fuel.js#L49

      and add

      getStyles: function () {
              return ["font-awesome.css"];
      },
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      The changes are now merged to master branch

      To update do the following

      cd ~/MagicMirror/modules/MMM-NFL
      git pull
      npm install
      

      If you tested the bugfix branch you have to do the following

      cd ~/MagicMirror/modules/MMM-NFL
      git checkout master
      git pull
      
      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: This might be a daft question, but...

      to install the dependencies listed in the package.json file

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • 1 / 1