Hi @pat59,
why doesn’t Magic Mirror start in full screen mode? Can you show me the module config?
Hi @pat59,
why doesn’t Magic Mirror start in full screen mode? Can you show me the module config?
@sdetweil Sure, it’s nice solution. But docker makes it a bit more difficult to troubleshot. If a new user takes the standard way, he probably would better understand how everything works and find the step where it fails.
@mcirim Why did you choose mirror os? I think, it would be easier to use the normal Raspberry Pi OS and install MagicMirror the “standard way”.
@Sn4Pz If your module works and may be useful for more people than you, it qualifies for the list. MagicMirror is a community project, and many module developers are not programmers - the quality (measured against professional programming standards) of some modules reflects this. But that’s not a problem; MagicMirror is a project to learn and tinker 😃 If someone finds an issue in your module, they can address it or even create a PR to improve it. That is one of the huge advantages of open source.
As soon as you add your module to the list, a few automatic tests will be ran (within 24 hours), resulting in a list of recommendations - but following these is entirely optional.
@Sn4Pz That’s cool :-D
Don’t forget to add it to the module list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
@plainbroke Please update to v2.10.3 and check. If it doesn’t work: Any unusual log entries in the node or browser console? Show me your config.
@alfi153 I did’t test it, but have you tried <br> ?
@1a2a3a Any unusual log entries in the node or browser console? Do you use the current MM version?
@bernie Nice! Don’t forget to add it to the module list 🙂
@wyovino Okay, I’m glad we were able to improve the situation 🙂 Can this thread marked as solved?
the horizontal scroll works but it stutters badly on a Zero2W.
There are some performance hints in the README: https://github.com/jalibu/MMM-Jast#performance-on-raspberry-pi. Feedback would be nice if these are helpfull.
The ticker scrolls up until it gets to the last instrument, then scrolls in the opposite direction. This is fairly ugly. Can it be made to continually scroll in one direction?
Oh I didn’t noticed that before. I doubt that this was intentional, so I just changed it. Please update to the new release v2.10.1 🙂
I didn’t want to start a separate thread for this, but I didn’t want to leave it unmentioned here in the forum either 🙂 The website has undergone a major modernization. Mainly technical changes under the hood and the design has been retained except for a few details.
But there are also a few things that regular users of the site might notice: For example there is now a dark mode, responsiveness and accessibility have been improved, there is a favicon, an animated GIF showing the MagicMirror interface and faster loading times.
@Snille That was tricky, but I think I’ve solved that too. Please take a look at the new release v4.1.5 🙂
@wyovino Please update to the new release v2.10.0. That should fix it 🙂
@Snille Thanks for the detailed report. I think I’ve fixed it. Please update to the new release v4.1.4 and give me some feedback 🙂
@wyovino I’m working on a new release for MMM-Jast. I think today or tomorrow it will be out 🙂
@meikelrix Did you set showModuleApiMenu like this?
{
module: "MMM-Remote-Control",
position: "bottom_right",
config: {
showModuleApiMenu: true,
....
Do you also have modules with recognizable notifications? Newsfeed is quite good for testing, for example.

If it doesn’t work, show me your config (without secrets of course).