Read the statement by Michael Teeuw here.
Posts
-
RE: Module to show local traffic information - UK
@nickb23 I was able to achieve this with MMM-iFrameReload and an html file in that folder… It looks something like this.
{
module: ‘MMM-iFrameReload’,
header:‘Traffic Map’,
position: ‘top_right’, // This can be any of the regions.
config: {
// See ‘Configuration options’ for more information.
url: “http://localhost:8080/modules/MMM-iFrameReload/nameofhtmlfile.html”,
width: “580px”, // Optional. Default: 400px
height: “1100px”, // Optional. Default: 800px
refreshInterval: 600 //Optional. Default: 3600 = 1 hour
}
},with this code below to make the map and save the html in the iframe folder
https://developers.google.com/maps/documentation/javascript/examples/layer-traffic
-
RE: Display lastest pics from insta hashtag
+1 this would allow me / my friends to add pics to my mirror without a seperate instagram account and posting twice
-
RE: Calendar Heading Changes
couldn’t you use different font awesome symbols when you put the calendar in the config
-
RE: How do you develop locally and push to the Pi?
@MattG use VNC
https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi#enable-vnc
then download vnc viewer for the mac
-
RE: How do you develop locally and push to the Pi?
I use textwrangler and Netatalk:
sudo apt-get install netatalk
as far as I know u need to restart your mm pm2 everytime
I also setup VNC to see it remotely but you can use the ipofthemm:8080 in your web browser as long as u setup whitelisting propperly
-
Error Running Magic Mirror on Google Compute
I want to run MM2 on google compute engine jessie so multiple clients can access it as a website… I seem to have it running minus the ip whitelist isn’t working…
i pasted
ipWhitelist: ["::fff:0.0.0.0/1", "::fff:128.0.0.0/2", "::fff:192.0.0.0/3", "::fff:224.0.0.0/4", "127.0.0.1", "::ffff:127.0.0.1", "::1"],
into the config… It runs the node serveronly fine , but displays
This device is not allowed to access your mirror.
Please check your config.js or config.js.sample to change this.admin@magicmirror:~/MagicMirror$ node serveronly/ Starting MagicMirror: v2.1.0 Loading config ... WARNING! Could not load config file. Starting with default configuration. Error found: TypeError: Object # has no method 'accessSync' Loading module helpers ... No helper found for module: updatenotification. No helper found for module: helloworld. All module helpers loaded. Starting server op port 8080 ... Server started ... Sockets connected & modules started ... Ready to go! Please point your browser to: http://localhost:8080 Access denied to IP address: my.home.ip.here
any ideas or is there any way to disable whitelisting completely?