@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
@sirfm @KristjanESPERANTO I found an API
paralympic
paralympic
Paralympic Winter Games 2022
Link to module: https://github.com/fewieden/MMM-OlympicGames
@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
@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.
@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.
@crush that shouldn’t matter. Maybe you forgot to rename something that you fixed with renaming again.
@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.
@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.
@r3d6 you have two options.
Either you change it globally for your mirror here (recommended, because it also controls the units for other modules):
Or only for this module specifically:
countryList
.Link to module https://github.com/fewieden/MMM-OlympicGames
Thanks to dannoh for his contribution for the next version.
MagicMirror² version >= 2.15.0 required.
showPlayoffSeries
to display playoff series informationLink to module https://github.com/fewieden/MMM-NHL