@bugphunk The sliding option is a really nice idea. I’ve just implemented it to the code. If you discover any bugs or new improvement ideas please let me know :)
Read the statement by Michael Teeuw here.
Posts
- 
RE: MMM-EventSearch - show events in your city from google
- 
EVCC Dashboard MM moduleHello, I’m using EVCC for load PV surplus. Currently I’m using parts of the EVCC dashboard in an I-Frame. This is not as nice as it could be. For all who don’t know what it is: EVCC. Has anyone tried to create something for the MM project? BR Chris. 
- 
RE: Cannot find module '#server_functions'@sdetweil Hey, no problem generally but I‘m out until Thursday. I‘ll send it then. 
- 
RE: MM-Watcher - MagicMirror Config.js Auto-Refresh Script@sdetweil thats why I made the module. The Pi is completely headless. So I’m in the kitchen with my laptop and enjoy this autorefresh now. Before that I’ve used a Script on my Smartphone. Also manual and annoying :-) 
 And sure, also the xdotool command is just pressing “ctrl+r” for me.
- 
RE: MMM-euro2024@0m4r There is a problem with the token. I think, I’m stupid, but: You write for the config token: [YOUR_TOKEN]So I’ve tried token:[1234567890],With this I get an error in the config.js and the mirror does not start up.
 Then I’ve triedtoken:1234567890,. Same issue.
 Then I’ve triedtoken:"1234567890",Then the config.js is okay and electron starts. But in this case I get an error message:
 [ERROR] MMM-euro2024 fetchTeams 2018 {"message":"Your API token is invalid.","errorCode":400}…of course I received a real API-key from Daniel. Copy+paste, so the key real in my config is okay. How should I enter the API-Key? :thinking_face: 
- 
MM-Watcher - MagicMirror Config.js Auto-Refresh ScriptHi, I’m currently working on a new module. I had a lot of updates to do in my code to adjust the layout. After saving changes, I had to manually refresh the MagicMirror application every time. This process is tedious, especially if you’re frequently experimenting with configurations. That’s where this script comes in. By monitoring your config.js file (or a module.js file) for changes, it automates the refresh process. Now, every time I save my config.js, the Mirror refreshes itself instantly. It’s seamless, efficient, and saves you from the hassle of restarting the application manually. Perfect for developers and tinkerers alike, this script ensures your MagicMirror reflects your updates in real-time, letting you focus on creativity instead of logistics. https://github.com/ChrisF1976/MM-Watcher Give it a try… Regards, 
 Chris.