@nowayto No bother. If you raise a request on my Github page I will look at creating a minimalistic version when i have a bit of time.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Growatt
-
RE: MMM-Growatt
@nowayto Hi. As it stands it is probably not possible. Am I right that you are looking for a scaled down version? There is another MMM-Growatt module out there that does that. You can check it out. I can build a smaller version that would give a similar tabular view but will take some time.
-
RE: MMM-BibleVerseClock
@Tydyrium Nice. Can you add some pictures to the module?
-
RE: How Can I Display Live Qibla Direction on My MagicMirror Without Lag?
@sdetweil How do you get the coordinates if the Pi does not have location services for Google Maps to determine your location? It will give it if you tell it where you are.
-
RE: How Can I Display Live Qibla Direction on My MagicMirror Without Lag?
@Munya-Pualani Without location services this would be near impossible. You can get a GPS module and add that onto the PI and maybe integrate that. As the Raspberry Pi does not have built-in location services you will not be able to auto determine the position of the mirror. If you change the location of the mirror, you will have to manually update the module with the new facing direction. You can possibly use your location, lat and lon but that would not 100% determine direction either. Using the Embedded URL module will not work either as the page relies on location services running.
The only way I can see is to get a GPS module and add that onto the PI.
-
RE: Default clock module accuracy?
@plainbroke Out of interest and to see if you get the same issue, can you try my MMM-SweepClock and see if it has the same issue? Just want to see if it may be the module that is loosing time?
-
RE: MMM-RUGBY
@manu85340 It seems like apiSport has made some changes to their API plan.
{ "get": "standings", "parameters": { "league": "16", "season": "2024" }, "errors": { "plan": "Free plans do not have access to this season, try from 2021 to 2023." }, "results": 0, "paging": { "current": 1, "total": 1 }, "response": [] }Unfortunately nothing I can do about that unless you want to upgrade to the paid plan?
-
RE: MMM-RUGBY
@manu85340 Hi. Mine is working. Can you check for any errors and advise?
-
RE: MMM-Rugby
@manu85340 Hi. Not normal behavior. Please check if you have any errors in the logs, either PM2 or the terminal if you started the mirror with npm.
-
RE: Stop and Start MM on a schedule
@DarrenO-0 I would suggest having a look at the following post I created. I use it to turn my monitor on and off at scheduled times. Not restarting the Pi though.
-
RE: scaling gone wonky
@cyclonej Seems like a default screen resolution issue for me as some of the other modules are overlapping as well and they look unusually big. Suggest you try a different resolution setting and see if that resolves?
-
RE: Having trouble with screen on and off? Here are some tips that could help
-
RE: Having trouble with screen on and off? Here are some tips that could help
@captsi HDMI-A-2 is probably because you plugged into 2. Glad it helped you though.
-
RE: # MMM-NRL - National Rugby League 🏉
@sdetweil Ah, I generally look for the link not in the instructions… 🤣
-
RE: # MMM-NRL - National Rugby League 🏉
@ewwyumyuck You left out link to the module. Also make sure to add to the 3rd party module list.
-
RE: MMM-NewsAPI
@ufransa Can you check if there are any errors? Check the Console Tab in the Developers Window and check in the pm2 logs if you using pm2 or the terminal if you starting MM with npm start
-
RE: MMM-NewsAPI
@ufransa Ok, I don’t see anything in your config that would cause a problem. However, you do have both MMM-NewsAPI and MMM-calendarExt3 in the exact same position. I am thinking that MMM-CalendarExt3 may be pushing the module off the screen, they both cannot occupy the same space. Try using it in a different position and use the
verticaloption. -
RE: MMM-NewsAPI
@ufransa You will need to advise which other module you are using. I am assuming that the config you passing in may not be correct. When I run
domains: "bbc.co.uk"it worked fine for me without that extra config. Can you confirm which other module you are using so I can check if you have specified that config setting correct. -
RE: Contributing to a GitHub repository - a bit stuck
@evroom Just launch a terminal in VsCode

Make sure it is set to bash.

Then you can run the same commands
git addandgit commit -m "your commit text"andgit pushfrom the terminal. -
RE: MMM-NewsAPI
@sdetweil I am assuming he is using your fork of MMM-pages and was probably trying to do the below.
{ module:"MMM-NewsAPI", classes:"sport", }If I remember the README from your fork it calls for page1 page2 etc. I kinda remember carousel has the type of config he was trying to implement but a little different.
@ufransa can you confirm what you are trying to achieve or which module you using for page control?