@mumblebaj I understand thank you for all the work you do, what is a “PR”?
Read the statement by Michael Teeuw here.
Posts
-
RE: Hello everyone, do you know if there is an MM module for rugby
-
RE: Hello everyone, I have a module resizing problem
@kayakbabe Thank you for your answer, in conclusion, if I understood correctly, this is not possible?!
-
RE: Hello everyone, do you know if there is an MM module for rugby
@mumblebaj that would have removed the competition column which takes up a lot of space, but once again these are just suggestions to make your module the most beautiful in MM :-)
-
RE: Hello everyone, do you know if there is an MM module for rugby
@mumblebaj I had in mind the possibility of having a table per competition, for example six nations, then another rugby Europe trophy another rugby Europe international championship etc. but it is certainly very complicated
-
RE: Hello everyone, do you know if there is an MM module for rugby
@mumblebaj you’re right, it’s just that since I only had one competition it made me feel weird, but you’re completely right
-
RE: Hello everyone, do you know if there is an MM module for rugby
@mumblebaj Hi, I saw that you had a new “autoUpdate” option, great, you took 1 hour on days from Sunday to Friday and 30 minutes on Saturday. but the matches are also played on Sunday, for example the top 14 or the six nations, the ideal would be to activate this option 30 minutes Saturday and Sunday, have a good day
-
RE: Hello everyone, I have a module resizing problem
@kayakbabe hello and thank you for your response and indeed I would like to size the image but as you say it is not possible, I tried to look for this source elsewhere but I cannot find another or something similar on Current link is:
https://isstracker.spaceflight.esa.int/
I understand that this image is “blocked” to avoid the hack but I am frankly annoyed, I saw on live iss videos on YouTube that some people had managed to reduce this image in a YouTube stream but I do not don’t know how to link:
https://www.youtube.com/watch?v=xRPjKQtRXR8 -
RE: Hello everyone, do you know if there is an MM module for rugby
@mumblebaj ok after searching, searching, searching, I just saw that you have to put “Six Nations 2024” in "league_data.json there is “Six Nations” that’s what was causing the problem, I saw that there was a new module update an hour ago maybe that’s it?, but now it works, great
{ "leagueId": 51, "leagueName": "Six Nations", "leagueType": "Cup", "leagueFlag": "https://media.api-sports.io/rugby/leagues/51.png", "leagueCountryId": 25, "leagueCountryName": "Europe", "leagueCountryCode": null, "leagueCountryFlag": null, "currentSeasons": [ { "season": 2024, "current": true, "start": "2024-02-02", "end": "2024-03-16" } ] },
-
Hello everyone, I have a module resizing problem
Hello everyone, I have a module resizing problem, thanks to @sdetweil I installed a module to recover the image of the iss position for the day/night zone (see my screenshot) the problem is that if I want to reduce the size of the image then it cuts the image what I would like is a zoom which allows me to keep the entire image by reducing the module, I also put my config.js, thank you to all the specialists for their help
{ disabled: false, module: 'MMM-SmartWebDisplay', position: 'top_left', // This can be any of the regions. config: { // See 'Configuration options' for more information. logDebug: false, //set to true to get detailed debug logs. To see them : "Ctrl+Shift+i" height: "350px", width: "610px", updateInterval: 0, //in min. Set it to 0 for no refresh (for videos) NextURLInterval: 0, //in min, set it to 0 not to have automatic URL change. If only 1 URL given, it will be updated displayLastUpdate: true, //to display the last update of the URL displayLastUpdateFormat: 'ddd - HH:mm:ss', //format of the date and time to display url: ["https://isstracker.spaceflight.esa.int/"], //source of the URL to be displayed scrolling: "no", // allow scrolling or not. html 4 only shutoffDelay: 10000 //delay in miliseconds to video shut-off while using together with MMM-PIR-Sensor } },
-
RE: Hello everyone, do you know if there is an MM module for rugby
{ module: "MMM-Rugby", position: "top_right", disabled: false, config: { updateInterval: 1000*60*60*24, rotateInterval: 60000, sport: "mru", rankingLimit: 10, matchesLimit: 10, matchesOlderThan: 7, competitions: ["Six Nations"], collectionType: "free" } },