@captsi HDMI-A-2 is probably because you plugged into 2. Glad it helped you though.
Read the statement by Michael Teeuw here.
Posts made by mumblebaj
-
RE: Having trouble with screen on and off? Here are some tips that could help
-
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
vertical
option. -
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 add
andgit commit -m "your commit text"
andgit push
from 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?
-
RE: MMM-NewsAPI
Hi. What is the below config for?
@ufransa said in MMM-NewsAPI:pages: { “sport”: “bottom_bar” },