• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. SURYA
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
S
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 2
  • Groups 0

Posts

Recent Best Controversial
  • RE: Any simple clean monthly calendar display (with google events)

    there is no need for module just edit the module name calendar in config file
    Step 1: go to google calendar settings select the calendar you want to display copy the public key in ical format URL
    Step 2: open config file
    {
    module: “calendar”,
    header: “Upcoming Events”,
    position: “top_left”,
    config: {
    calendars: [
    {
    symbol: “My events”,
    url: “paste the URL here” }
    ]
    }
    },

    posted in Requests
    S
    SURYA
    Feb 27, 2020, 7:02 AM
  • auto start assistant.py fo Module MMM-GoogleAssistant

    Step 1: Terminal—>nano google_auto_start.sh
    Step 2: type the following command
    #!/bin/bash

    source env/bin/activate
    cd ~/MagicMirror/modules/MMM-GoogleAssistant/pi
    python assistant.py

    Step 3: ctrl+x—>y
    Step 4: Terminal—>ls -l google_auto_start.sh
    Step 5: Terminal—> sudo chmod +x google_auto_start.sh
    Step 6: Terminal—>ls -l google_auto_start.sh (google_auto_start.sh must be in green colour)
    Step 7: Terminal—>./google_auto_start.sh (to check whether the script is working)
    Step 8: pm2 start google_auto_start.sh
    Step 9: pm2 save

    posted in Troubleshooting
    S
    SURYA
    Feb 27, 2020, 6:57 AM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy