Do you have touch functionalities? I like action tiles (like Windows mobile has) but without touch I don’t see the benefit :)
Read the statement by Michael Teeuw here.

Posts
-
RE: Magic Mirror with actiontiles (smarthome)
-
RE: mmm-wu-moon-phases - Moonphases from Weather Underground
@kurt
what do you mean by “doesn’t load any more” ? Do you see any error message? Did the whole mirror stop working? Or is it simply “gone” ? -
RE: Update says to "commit your changes or stash them before you can merge." ?
This is why you should not modify the default modules and css/main.css … treat them as “system files” and don’t touch.
Option 1 - save your changes, remove them temporary to do the update and apply them afterwards
Risk is, that your own changes could interfere with changes provided by the update.git stash git pull git stash pop npm install
Option 2 - remove all changes
git reset --hard git pull npm install
-
RE: Display values from a JSON file hosted online
Glad it gets you going. Of course you can add more divs/spans or even a table to place your output and adjust proper css to single lines or values.
If you need explanation of single commands or routines just let us know.@looolz said in Display values from a JSON file hosted online:
@yawns HAVE MY BABIES!
I doubt my wife would be happy with that :rofl:
-
RE: MMM-voice
mmm-voice
is no apt package, it is a module for magic mirror.
To remove it you do thiscd ~/MagicMirror/modules rm -r mmm-voice
-
RE: v2.1.1 Update Error
@bluecaka69
No, not the config file. You changed things inclock.js
andcompliments.js
and thereforegit pull
cannot update these files to be exactly like the updates ones in the repository. -
RE: dealing with applications via the mirror..
@jujz
Yes, it is.
Of course you could add buttons to launch other applications or send commands to these apps. But it is rather difficult to code interfaces for every app you want to control and parse the response of this app back to the MagicMirror front-end.
I guess best would be if the apps you want to control have some web interface or a command line interface sending standardized responses -
RE: Fridge-mounted display
@shashank
It is a tablet, hence it allows touch -
MMM-Solartemp
Description
to be added!
Screenshot
Download
[card:yawnsde/MMM-Solartemp]