Pi

Tor Proxy


????????


ref; https://opensource.com/article/20/4/tor-proxy-raspberry-pi

notes

DC1

TorPi-DC1

x.x.100.112

9050

TorPi-DC2

x.x.51.115

9050

MagicMirror

sudo apt-get update

sudo apt-get upgrade

bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"


cd ~/MagicMirror

. run-start.sh


#Run full screen

nano MagicMirror/css/custom.css


Put this in your custom.css file. Adjust accordingly.

body {

margin: 20px; /* This will give you a 20px border. */

height: calc(100% - 40px);

width: calc(100% - 40px);

}


ref;

#Add background photos

https://github.com/roramirez/MMM-ImagesPhotos

#add weather

sign up for free API key

Grab the location ID for the URL bar when search location

https://home.openweathermap.org/users/sign_in

edit details in config/config.js


A module to cast to the MagicMirror². Currently, only YouTube casting is supported. Hopefully, I will have time to add more casting options.

https://github.com/kevinatown/MMM-Screencast


https://magicmirror.builders/

https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules



https://github.com/sdetweil/MagicMirror_scripts/blob/master/README.md

https://maker.pro/raspberry-pi/projects/how-to-create-a-smart-mirror-using-raspberry-pi-and-magic-mirror

https://docs.magicmirror.builders/