Read the statement by Michael Teeuw here.
MMM-MyTasklist
-
I Just published v1.2.0
This is an update with EDIT possibility in the Webinterface -
@htilburgs I love this module already due to its simplicity. One small issue: the web interface always jumps back to Netherlands on a reload. Maybe this can be saved in the json with the tasks. Or as an Option in the config.
And on a phone display the text for edit and delete is quite wide. Maybe just symbols would be better. -
@chrisfr1976
That was the reason for me to create this (Simple) module.
Just this and nothing more.On my site, the language is saved in the tasks.json and reloaded when I reload the page. I have to check. I’m Currently in a short holliday, but if you can you can make an issue in github so I don’t forget. I come back to you.
-
@chrisfr1976 you can change line 214 in .public/script.js from
lang = data.lang || “nl”;
into
lang = data.lang || “en”;This loads english for me as default now. Maybe that can be put into the config.js?
-
@meikelrix @chrisfr1976
MMM-MyTasklist is updated to v1.2.1 with correct language support in the Webinterface -
Maybe someone can help.
I cannot seem to reach the web interface using http://localIP:8448.I know I got it right because I connect to my RaspberryPi in VNC and SSH without issue, but when I put the IP:8448 i get a “Site Unreachable” error.
I’m not running anything but Magic Mirror on the device.
-
@Getinthegames by default MagicMirror is at 8080
Did you update the config.js? And to allow outside system connections?port:
address:
ipWhitelist: -
@sdetweil
My bad. Case of CamelToe.Installed it in MMM-MyTaskList instead of MyTasklist
Works fine now.
-
Seems like a case of CamelToe.
I installed MyTaskList instead of MyTasklist.
Works great now and love it. Simple for a family shared list.
-
@Getinthegames
Thank you, that was the reason for me to create this module, simplicity.
I didn’t need all the extras, just a simple list.
