MMRIZE / MMM-CalendarExt3

MagicMirror calendar view module
MIT License
58 stars 22 forks source link

webOS 6 incompatibility? #29

Closed elorand closed 2 years ago

elorand commented 2 years ago

Hey,

first off, this is my very first interaction on github, so if I this isn't the right place to write this, I am very sorry.

I am using MagicMirror on my RaspberryPi4b in serveronly mode. When I use my the browser of my LGTV with webOS 6.3.1-414 to show the MagicMirror page, some modules are not shown (default weather, default weather-forecast and MMM-CalendarExt3) and it seems the browser wont stop loading the page (the reload-icon looks like an abort-icon). I have tested my configuration on Safari 15.6.1 running on macOS 12.5.1 and other devices, like iPad and even a amazon FireTV stick, which show no problems.

I am not sure about the source of this problem, since I have no clue, what just those 3 modules have in common, that they can't be shown, when all the other modules work perfectly. Maybe you can help me.

eouia commented 2 years ago

Sorry, WebOS 6 seems not to support modern JS. WebOS 6 depends on Chromium 79(latest 104) and NodeJS 12.14.1.(latest 18.8) Unfortunately, many features of my module depend on newer JS, so the legacy environment cannot handle them.

elorand commented 2 years ago

Ah I see. Thank you for your quick help!

eouia commented 2 years ago

Seems answered.