• 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. sdetweil
  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 108
  • Topics 85
  • Posts 19,880
  • Groups 1

Posts

Recent Best Controversial
  • RE: Calendar not updating

    @FreelanceMKE true and false should not be in quotes, also fetchInterval and maximumNumberOfDays.

    Only text strings need quotes

    posted in Troubleshooting
    S
    sdetweil
    Jun 24, 2019, 11:17 PM
  • RE: Execute shell commands when AssistantMk2 starts or stops

    on linux you can replace the command being executed to play audio with a shell script of the same name (and rename the old file and call it from the script) and then add your own behavior.

    posted in Troubleshooting
    S
    sdetweil
    Jun 24, 2019, 12:03 PM
  • RE: MMM-AssistantMk2 Mic/Hotword Sensitivity

    i always have to mute the mirror (or TV) when audio is playing, even with my true Echo.

    posted in General Discussion
    S
    sdetweil
    Jun 23, 2019, 5:35 PM
  • RE: Newsfeed "loading..."

    @DocVooDoo no… no cache

    posted in Troubleshooting
    S
    sdetweil
    Jun 21, 2019, 11:59 AM
  • RE: Newsfeed "loading..."

    @DocVooDoo ok, i changed mine to add that parm, and don’t see any different behavior… still get feed items displayed.

    posted in Troubleshooting
    S
    sdetweil
    Jun 21, 2019, 11:50 AM
  • RE: Newsfeed "loading..."

    @DocVooDoo open the developers window, ctrl-shift-i, and select the console tab, then scroll up to see if there are any errors… usually red text…

    let us know

    posted in Troubleshooting
    S
    sdetweil
    Jun 21, 2019, 11:42 AM
  • RE: "MMM-BackgroundSlideshow" the path to the image in the USB folder?

    @prism great!.. can u mark this is resolved…

    posted in Troubleshooting
    S
    sdetweil
    Jun 20, 2019, 12:26 PM
  • RE: Who is home? Presence tracking

    @tc60045 so, can u collect the info in python, then pass that info to the module and have it display?

    home do you want this to look?

    posted in Utilities
    S
    sdetweil
    Jun 20, 2019, 3:03 AM
  • RE: "MMM-BackgroundSlideshow" the path to the image in the USB folder?

    @prism who u calling elderly!. I am 68 in 2 weeks…lol!

    the link (ln) command provides for a local folder (or ) file, actually being someplace else

    so,

    ln -s "the usb folder" "some_new_directory in the MMM-BackgroundSlideshow folder"
    

    then config the module to show images from the “some_new_directory in the MMM-BackgroundSlideshow folder”

    in my case

    lrwxrwxrwx  1 odroid odroid   18 Apr 29 12:40 uploads -> /media/odroid/misc/
    

    uploads (here) points to my external disk shared over the network and mounted at /media/odroid/misc

    so my commands were

    cd MagicMirror/modules/MMM-ImageSlideShow
    ln -s /media/odroid/misc uploads
    
    posted in Troubleshooting
    S
    sdetweil
    Jun 19, 2019, 3:10 PM
  • RE: "MMM-BackgroundSlideshow" the path to the image in the USB folder?

    @prism you will have to make a link from the module folder to the USB folder, then it will work…

    the MM web server root is the MagicMirror/modules folder

    see the ln command

    posted in Troubleshooting
    S
    sdetweil
    Jun 19, 2019, 2:54 PM
  • 1
  • 2
  • 1852
  • 1853
  • 1854
  • 1855
  • 1856
  • 1987
  • 1988
  • 1854 / 1988
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