@sdetweil ok it’s done and it’s actually much better
Read the statement by Michael Teeuw here.
Best posts made by Manu85
-
RE: Changing icons of the modules Current Weather and Weather Forecast
-
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
-
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:
-
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
-
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
-
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!
-
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,
-
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 } } },
-
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; }
-
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