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-OlympicGames

      @sirfm @KristjanESPERANTO I found an API

      1.4.0

      Added

      • Data provider: paralympic

      Changed

      • Default provider: paralympic
      • Default title: Paralympic Winter Games 2022

      Link to module: https://github.com/fewieden/MMM-OlympicGames

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: Volvo on Call

      @mz-ber officially there is no space in between the numbers and the suffix, but I work for a provider of a mobility platform and I can tell you that users frequently come up with their own formats like AB-CD123 (no space) or AB-CD 123 E (extra space).

      Your regex works, but it would also cover some invalid plates like the following in case you want a challenge to improve your regex:

      • AB-CD 0E5E8

      • The number can’t start with a 0

      • The E can only be in the end not mixed with the numbers

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Volvo on Call

      @mz-ber you are missing some german number plates:

      AB-CD 123E electric vehicles

      AB-CD 123H oldtimer, but probably not relevant because they do not have the digital information :D

      The other exceptions are not relevant for private vehicles.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Gas Still Working?

      @sifuhall I just tried it with your config and it didn’t show up either.

      I then noticed that the repository is called MMM-GAS, but the files and config are MMM-Gas. After renaming the directory of the module to MMM-Gas it was working fine.

      If you followed the git clone command in the read me file it already has the correct directory name, but if you know how to clone a repo or copied the git clone command provided by Github itself then you probably have the same issue.

      e06774c3-0b19-457d-8086-e8c3ea86439f-image.png

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Multiple Vehicles MMM-BMWConnected

      @crush that shouldn’t matter. Maybe you forgot to rename something that you fixed with renaming again.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Multiple Vehicles MMM-BMWConnected

      @crush are you sure you also changed the module name for the second instance in the config file? It sounds like you have forgotten to rename something. If you need more help you can contact me on the discord channel and I can have a look.

      @mumblebaj the notifications are bidirectional with the node_helper, after renaming the module correctly MagicMirror will spawn a node_helper A for module A and node_helper B for module B. They communicate directly with each other (sendSocketNotification) so the other module will not receive the notification.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Multiple Vehicles MMM-BMWConnected

      @crush the module doesn’t support multiple instances by itself.

      By the design of the MagicMirror framework, all instances of the module share one node_helper, which in the case of this module is overwriting the config.

      You could ask the author in the Github repo for multi-instance support.

      There is also a workaround to achieve this, until the module provides multi-instance support out of the box, by duplicating the module directory and renaming it to MMM-BMWConnected2. Inside that directory, you have to rename files like MMM-BMWConnected.js to MMM-BMWConnected2.js. Also inside the files, you have to change all occurrences from MMM-BMWConnected to MMM-BMWConnected. Don’t forget to change the module name in the config.js for your second entry. You should repeat this process after every update of the module that you install to stay up-to-date.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: question about MMM-MarineWeather module

      @r3d6 you have two options.

      Either you change it globally for your mirror here (recommended, because it also controls the units for other modules):

      c9dfec93-e69b-4e47-a281-41c6d9bcc8b7-image.png

      Or only for this module specifically:

      fb2c2ee1-9674-40e8-91d9-0821b82e99c0-image.png

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

      1.3.0

      Added

      • Added option for user to input list of countries to display, see config option countryList.
      • Added French language translations.

      Changed

      • Uniform spelling for MagicMirror²
      • Upgraded development dependencies
      • Updated preview images

      Link to module https://github.com/fewieden/MMM-OlympicGames

      92fdfd7f-e3c2-4bb4-9928-a019b7f88872-image.png
      f4597fdb-a2b6-4682-8fb2-f252eb7d9a7e-image.png

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

      Thanks to dannoh for his contribution for the next version.

      v2.2.0

      MagicMirror² version >= 2.15.0 required.

      Added

      • Added new config option showPlayoffSeries to display playoff series information

      Changed

      • Node helper logs are now done through MagicMirror logger
      • Updated project config files
      • Updated Github config files

      Fixed

      • Changed Logo Urls to support all teams (specifically all-star teams)
      • Added support for teams with no short name when showNames is true

      Link to module https://github.com/fewieden/MMM-NHL

      a53065d0-2670-4121-8f10-37207e82fef4-image.png

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

      v2.1.0

      MagicMirror² version >= 2.15.0 required.

      Added

      • Added config option updateInterval
      • Github actions

      Changed

      • Node helper logs are now done through MagicMirror logger
      • Github config files

      Removed

      • Travis-CI integration

      Link to module https://github.com/fewieden/MMM-ip

      [card:fewieden/MMM-ip]

      posted in System
      strawberry 3.141S
      strawberry 3.141
    • RE: Alert module no longer accepts HTML for notifications

      This is most likely caused by my transformation of the module from plain HTML to nunjuck templates.

      I suggest to open a Github issue for this in the repository https://github.com/MichMich/MagicMirror/issues/new with all necessary information.

      It would also be interesting there which module is trying to send alerts in HTML.

      posted in Bug Hunt
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-OlympicGames

      @sirfm the locale ca-FR represents Catalan (France) in your case it should be fr-CA for French (Canada).

      In general, the locale format is mostly language code - region code.

      There are some labels that could also be translated to french https://github.com/fewieden/MMM-OlympicGames/blob/master/translations/en.json

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

      Link to module https://github.com/fewieden/MMM-OlympicGames

      [1.2.0]

      Added

      • Added another data source, see new config option provider.

      Changed

      • Countries with same medals share the same rank

      [card:fewieden/MMM-OlympicGames]

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

      Most sport news sites including the official olympic games website still show 0 medals.

      medals.png

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

      In the beginning, I had the same issues with the invalid response. But I never had to click the link in order to fix it, I just started using the fake user agent in the module. Every time I restart the mirror it’s loading the data for me.

      The module is not using an official API. Everything else I found is charging money for it or does not return data.

      I was hoping once the games are starting that some other APIs start spitting out some data, so I could potentially switch.

      I’m open to links from free JSON APIs that would solve your issues.

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

      @mlhote I had the same issue initially, but after telling the API that I’m not a server but actually using the latest version of the Google Chrome browser here it worked for me and I didn’t experience the same issue again.

      Maybe you changed the reload interval to something that is too frequent.

      Can you please show your config of the module?

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

      Link to module https://github.com/fewieden/MMM-OlympicGames

      [1.1.0]

      MagicMirror² version >= 2.15.0 required.

      Fixed

      • Installation instructions

      Added

      • Nunjuck template
      • Dependency: node-fetch
      • Dependency: lodash
      • Github actions: build and changelog
      • Github config files

      Changed

      • Data source
      • Preview image
      • Config options
      • Country names are now translated with the Intl object
      • Translations

      Removed

      • Dependency: request
      • Travis-CI integration

      d2483796-1e10-4308-9349-72aaeee13b2f-image.png

      [card:fewieden/MMM-OlympicGames]

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

      With MMM-NFL another module has now integrated the modals.

      Statistic modal

      See the full list at https://github.com/fewieden/MMM-Modal/wiki/Depending-Modules

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

      Link to module https://github.com/fewieden/MMM-NFL

      1.3.0

      MagicMirror² version >= 2.15.0 required.

      Added

      • Nunjuck templates
      • Remote team logos
      • Readded live game fetching
      • More statistic types
      • Integrated MagicMirror logger on server side
      • Integrated MMM-Modal
      • Implemented suspend, resume and stop behavior
      • Added instructions for global config options
      • Github actions: changelog and build
      • Github config files

      Changed

      • Data structure
      • Dimmed bye week
      • Project config files
      • Dependency updates
      • Preview pictures

      Removed

      • API provider: NFL XML API
      • Local team logos
      • Config option: helmets

      8ee29d40-18e3-434d-b709-710e1e396cf3-image.png

      aa529eb3-7ba4-44c5-ba2d-aca5c73ca02c-image.png

      [card:fewieden/MMM-NFL]

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