• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Manu85
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
M
Offline
  • Profile
  • Following 2
  • Followers 2
  • Topics 10
  • Posts 287
  • Groups 0

Manu85

@Manu85

11
Reputation
775
Profile views
287
Posts
2
Followers
2
Following
Joined Feb 26, 2017, 9:08 AM
Last Online Apr 10, 2024, 6:48 AM

Manu85 Unfollow Follow

Best posts made by Manu85

  • RE: Changing icons of the modules Current Weather and Weather Forecast

    @sdetweil ok it’s done and it’s actually much better

    posted in Development
    M
    Manu85
    Jan 17, 2024, 5:41 PM
  • ISS tracker

    Hello everyone, I need your help because I do not have the technical capacity to do this, do you think it would be possible to build a module to complete MMM-ISS-Live which would allow you to follow the route of the ISS with the names of the countries and cities, on the internet I found this site which does exactly what I would like, by zooming in on the map it gives the names of the cities, I made a screenshot, thank you for your help because I am unable to do this, the site is as follows:
    https://isstracker.pl/en
    the screenshot below
    bd8ce320-9ad6-4c33-9f43-f5f3e49ca258-image.png

    posted in Requests
    M
    Manu85
    Feb 6, 2024, 3:58 PM
  • RE: Changing icons of the modules Current Weather and Weather Forecast

    @sdetweil Ok, I will try, thanks for your help, you are the best:clapping_hands:

    posted in Development
    M
    Manu85
    Jan 17, 2024, 2:53 PM
  • RE: ISS tracker

    @karsten13 Bravo and thank you for your responsiveness, this card is more beautiful, the best would be to have a more colorful card, but you are at the top again, congratulations for your work

    ddee7ce4-1104-49d9-a881-9f88e0cd16c8-image.png

    posted in Requests
    M
    Manu85
    Feb 14, 2024, 9:34 PM
  • RE: Changing icons of the modules Current Weather and Weather Forecast

    @sdetweil Thanks to you, I finally managed to configure the weather module with animated icons, I finally understood the advantages and the settings possible with the console (ctrl+shift+i) it also allowed me to make other settings on other modules, it’s been 5 years since I did this MM and I learned more with you in 3 days than in 5 years, a big thank you for your help

    ef2d9f2f-a4d6-479c-939c-4b3c32a72b60-image.png

    posted in Development
    M
    Manu85
    Jan 19, 2024, 2:24 PM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj ok, thank you very much, I got there, I have a few questions to ask you I will do that tomorrow because it must be dark at your place too!

    posted in Requests
    M
    Manu85
    Mar 2, 2024, 10:22 PM
  • RE: Changing icons of the modules Current Weather and Weather Forecast

    @sdetweil I found, you have to set this setting to “0”, otherwise it reloads every 30 seconds

    NextURLInterval: 0,
    
    posted in Development
    M
    Manu85
    Jan 20, 2024, 3:31 PM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj I restarted MM and also the PI I reset config.js, tell me if I made a mistake please?

    {
            		module: "MMM-Rugby",  //https://github.com/mumblebaj/MMM-Rugby/tree/main
            		position: "top_right",
            		disabled: false,
                    	config: {
                            updateInterval: 1000*60*60,
    			autoUpdate: true,
    			rotateInterval: 60000,
                            rankingLimit: 14,
                            matchesLimit: 10,
                            matchesOlderThan: 7,
                            collectionType: "apiSport", // api-key required
                            apiSports: {
                                apiSportStandingLeagueId: 16,  //16=top 14
                                apiSportKey: "91d1ae3cdbxxxxxxxxxx",
                                apiSportTZ: "Europe/Paris",
                                numberofGamesToDisplay: 10,
                                apiSportsNumRankings: 14,
                                apiSportDaysPast: 7,
                                apiSportsDaysFuture: 14
                            }
                    }
      		},
    
    posted in Requests
    M
    Manu85
    Mar 19, 2024, 2:07 PM
  • RE: Changing icons of the modules Current Weather and Weather Forecast

    @sdetweil I put that in my css…

    .MMM-OneCallWeather .weather-icon  p {
        top: -65px !important;    
        left: 16px  !important;  
    }
    
    posted in Development
    M
    Manu85
    Jan 30, 2024, 7:51 PM
  • RE: Changing icons of the modules Current Weather and Weather Forecast

    @sdetweil thanks to you I succeeded, I hope I understood the logic well, I will try on other icons to be sure I understand, you are the best

    56c1d9eb-7e75-4786-a23e-346ecd8d35c1-image.png

    posted in Development
    M
    Manu85
    Jan 30, 2024, 7:50 PM

Latest posts made by Manu85

  • RE: hello, forum connection problems

    @sdetweil Thank you Sam you are a champion

    posted in Forum
    M
    Manu85
    Apr 9, 2024, 4:52 PM
  • hello, forum connection problems

    Hello everyone, I don’t know if I’m posting in the right place, but I have a question, I can’t connect to the forum either with “google chrome” or with “Mozilla firefox” I can only connect with the avast browser
    do you know if this is normal? Thanks for your help

    posted in Forum
    M
    Manu85
    Apr 9, 2024, 4:25 PM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj Hi, this morning everything works :-)

    posted in Requests
    M
    Manu85
    Mar 20, 2024, 8:54 AM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj I restarted MM and also the PI I reset config.js, tell me if I made a mistake please?

    {
            		module: "MMM-Rugby",  //https://github.com/mumblebaj/MMM-Rugby/tree/main
            		position: "top_right",
            		disabled: false,
                    	config: {
                            updateInterval: 1000*60*60,
    			autoUpdate: true,
    			rotateInterval: 60000,
                            rankingLimit: 14,
                            matchesLimit: 10,
                            matchesOlderThan: 7,
                            collectionType: "apiSport", // api-key required
                            apiSports: {
                                apiSportStandingLeagueId: 16,  //16=top 14
                                apiSportKey: "91d1ae3cdbxxxxxxxxxx",
                                apiSportTZ: "Europe/Paris",
                                numberofGamesToDisplay: 10,
                                apiSportsNumRankings: 14,
                                apiSportDaysPast: 7,
                                apiSportsDaysFuture: 14
                            }
                    }
      		},
    
    posted in Requests
    M
    Manu85
    Mar 19, 2024, 2:07 PM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj hi, I made an error in the correspondence for the French translation it should be:
    “L” = “D” and “D” = “N”
    sorry for this error, I ask you a lot of things and I am not capable of making a simple correspondence :-(
    I made the settings for the top 14 in the config.js and the following thing happens:
    I have the ranking table which is displayed for 20 or 30 seconds and then an empty table “Mens Rugby Unions” and 1 minute after another empty table “Rugby World Ranking” and after that it only remains on these two empty tables which it’s running every minute, I’ll give you my config.js, I don’t see where I made a mistake, thanks again

    {
            		module: "MMM-Rugby",  //https://github.com/mumblebaj/MMM-Rugby/tree/main
            		position: "top_right",
            		disabled: false,
                    	config: {
                            updateInterval: 1000*60*60*24,
    			rotateInterval: 60000,
                            rotateInterval: 60000,
                            rankingLimit: 14,
                            matchesLimit: 10,
                            matchesOlderThan: 7,
                            collectionType: "apiSport", // api-key required
                            apiSports: {
                                apiSportStandingLeagueId: 16,  //16=top 14
                                apiSportKey: "91d1ae3cdbxxxxxxxxxxxxxx",
                                apiSportTZ: "Europe/Paris",
                                numberofGamesToDisplay: 10,
                                apiSportsNumRankings: 14,
                                apiSportDaysPast: 7,
                                apiSportsDaysFuture: 14
                            }
                    }
      		},
    
    posted in Requests
    M
    Manu85
    Mar 19, 2024, 8:25 AM
  • RE: Hello everyone, I have a module resizing problem

    @kayakbabe ok, thank you for your answer, have a nice day

    posted in Requests
    M
    Manu85
    Mar 17, 2024, 7:41 AM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj excuse me, I know that the module is not for me but for the community and that the more users there are the better, I think that I expressed myself badly and that the translator does not make things easier , I’m sorry if my words offended

    posted in Requests
    M
    Manu85
    Mar 17, 2024, 6:56 AM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj I’m going to ask him anyway, he’s already done two or three modules for me

    posted in Requests
    M
    Manu85
    Mar 16, 2024, 6:12 PM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj Hi I saw that @KristjanESPERANTO had made a football module like your Rugby module with the selection of different leagues, do you think that the module is adaptable with yours? it’s just a question :-)

    https://github.com/0m4r/MMM-SoccerLiveScore

    posted in Requests
    M
    Manu85
    Mar 16, 2024, 4:08 PM
  • RE: Hello everyone, do you know if there is an MM module for rugby

    @mumblebaj ah ok, but I see that there are more than 2,000 views on this post, maybe someone will be interested in this! :beaming_face_with_smiling_eyes:

    posted in Requests
    M
    Manu85
    Mar 15, 2024, 5:16 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy