@LaeHarr yes, if you are vnc connected, you have the browser menu and developers support
administrators
Posts
-
RE: More weeks using MMM-MonthlyCalendar?
-
RE: More weeks using MMM-MonthlyCalendar?
@LaeHarr sure
in the MM config set
address:"0.0.0.0", ipWhitelist:[],now restart your MM
now you can access the MM system from any browser you like from
anywhere on your networkin that browser open the developer tools window
on chrome and edge that is ctrl-shift-i on the page to work on
on safari you need to use the browser menu, settings, advanced, enable developer tools, new browser menu, develop, show web inspector (it will toggle to close ) -
RE: iCal parsing failed: Cannot find package 'ics-filter
@Beginner_123 what was the ‘fix’ ? open a new window?
-
RE: iCal parsing failed: Cannot find package 'ics-filter
@Beginner_123 can you run
hash -rand then
which nodethen
node -vfor this release its node 22.22.2
nvm changes the actual path for its installed node version,
so you may have to open another terminal windowkeyboard shortcut
ctrl-alt-t -
RE: iCal parsing failed: Cannot find package 'ics-filter
@Beginner_123 this sounds like you updated,
but the npm run install-mm failed…this typically happens because the version of nodejs was not updated during the upgrade
you can verify this by doin
cd ~/MagicMirror npm run install-mmplease confirm it outputs a message like (here I installed node 16)
npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: magicmirror@2.37.0 npm ERR! notsup Not compatible with your version of node/npm: magicmirror@2.37.0 npm ERR! notsup Required: {"node":">=22.21.1 <23 || >=24"} npm ERR! notsup Actual: {"npm":"8.19.4","node":"v16.20.2"}to fix the easiest way, run my upgrade script
from here
https://github.com/sdetweil/MagicMirror_scriptsand use the upgrade copy/paste with apply at the end of the command,
change the word apply to force -
RE: Implementation of an php website banner
@DO7FIR what do you mean by bind?
Extract the graphical view of the drawn banner at the url?
Then
Make a button?
Show a link?IFrame will drag the whole contents of the page at the url
After that you would have to fetch the contents at the url and then extract the contents you want, and create the element you want -
RE: MMM-EnvCanada?
another user posted upcoming updates
https://forum.magicmirror.builders/topic/20337/upcoming-enviromment-canada-changes -
RE: Version upgrade from 2.34.0 to 2.36.0 Calendar Probs
@MyMirror I wasn’t suggesting you change anything… just for others watching, there are other options…
my backup/restore won’t save/restore files from inside the default_modules… cause they are not supposed to change -
RE: Version upgrade from 2.34.0 to 2.36.0 Calendar Probs
@MyMirror cool. You could have done the files and folders in the config folder
path="config/xxx.ics" or png Or url("/config/public/xxx.png") -
RE: Modular configuration generation
@braijuvrou thanks… and the MMM-Config user doesn’t know, or need to know, how all this was constructed…