Hi, I am new to coding and electronics in general so please excuse me if I get anything wrong in my wording (I am also a little new to this forum so I am not sure if this is the right section to put this in).
So basically, I have trouble trying to configure my mirror. I am following each step carefully but even after re-flashing my SD card twice, I am getting stuck at the same step. Whenever I try to change anything in my mirror it says that I need to add a configuration file or to correct it because it might be wrong. So now I am stuck with the default mirror that I use and can’t even change the timezone. I can add in a weather API for weather forecast but not anything else.
This is the line I use to put into the terminal to change my configurations:
cd MagicMirror/config
nano config.js
And this is the code that I have:
{
module: 'clock',
position: 'top_left'
config: {
displayType: 'both',
analogSize: '150px',
analogFace: 'face-005',
analogPlacement: 'left'
}
},