MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. strawberry 3.141
    3. Best
    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-Fuel

      [card:fewieden/MMM-Fuel]

      Changelog:

      Implemented voice commands to show the gas stations on a map with traffic layer

      alt text

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: How do you turn Off/On the monitor if not in use - Be Green

      @mpires with voice control

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: wrapper.innerHTML

      @adadws in the start function your module is not rendered yet. so it doesnt exist, if your trying for module specific stuff, but it would exist for elements like the body

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: I cant seem to insall 3rd party modules correctly, what am i doing wrong?

      @jiggly the picture of your file tree shows that your module folder is called MMM-Coinmarketcap instead of MMM-CoinMarketCap. You should change that otherwise magicmirror can’t find the module

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      i will check it this afternoon

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: Magic Mirror minus the mirror

      @cyberphox coloricon: true

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Is node_helper really required?

      @E3V3A that is not true.

      A node helper is not required for a module, but if a module has a nodehelper this statement required, because it imports this file into your node helper https://github.com/MichMich/MagicMirror/blob/master/modules/node_modules/node_helper/index.js

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: .txt file include

      @saschasp you can change your regular expressions to the following:
      /Meldung (.*)/ig;, /Zone (.*)/ig; and /Zeit (.*)/ig;. This should help you displaying the data. For the problem with the newest file you need to do the following steps: Scan the directory, sort file list by highest number, read the first file.

      Scan the directory https://nodejs.org/api/fs.html#fs_fs_readdir_path_options_callback

      Sort the file names https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort

      Read the file https://nodejs.org/api/fs.html#fs_fs_readfile_path_options_callback

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      @Dom1n1c

      • null @jets is propably that they inserted the house number in the street name and the house number value returns null
      • for the street names i would split at the space character and then for each array item charAt(0).toUpperCase() and the rest of the string lowercase and finally join them together
      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: try to find module

      @Fonfon

      calendars: [
        {
          symbol: 'calendar-check-o',
          url: 'first adress ical'
        },
        {
          symbol: 'calendar-check-o',
          url: 'second adress ical'
        }
      ]
      
      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • 1 / 1