Not sure if it’s ok for me to be replying to my own post (happy to remove if this is all now redundant). But incase anyone else has this problem I’ve found my solution to make it all mouse only on a windows tablet:
So I installed MagicMirror and have it all running as I want on my windows 8 tablet, to load it up with only a mouse I:
- Pinned git bash to my taskbar
- Pinned sticky notes to my taskbar
- Have a sticky note with:
‘’'cd MagicMirror
npm start
‘’’
The two lines of empty spaces under ‘npm start’ are there on purpose, including these and copy pasting it into Git bash makes the cd and start code lines run and bring up MagicMirror.