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

    Posts

    Recent Best Controversial
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      @waynerigley Remove the double quotes from your entire file. For example, it should look like this:

      Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
      

      Not this:

      "Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree"
      

      Also, remove them from the beginning and end of all following lines.

      posted in Productivity
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      @waynerigley

      In putty, once you ssh into your raspberry pi, do:

      cd /home/pi/MagicMirror/modules/MMM-MyWastePickup
      

      Then:

      sudo nano schedule_custom.csv
      

      You’re now viewing the contents of schedule_custom.csv. I don’t remember if it included a sample or not, but just edit/type/paste your data here. When done, press Control X to exit. It will ask to save, and say “Y” for yes. The contents of the file should look like my post above from 2 months ago.

      posted in Productivity
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      @waynerigley The screenshot of your google drive isn’t helpful, because the final result likely has leading/trailing blank spaces, or some other issue that prevents it from parsing correctly. Edit schedule_custom.csv directly at the command line on your raspberry pi.

      posted in Productivity
      twosquirrelsT
      twosquirrels
    • RE: MMM-Parcel

      @martinkooij

      I installed the update and used the new module code. It worked, although the “hideDelivered” doesn’t seem to be working. I have it set for “3” and as of April 5, I still have a March 28 delivery showing as delivered.

        hideDelivered: 3, // Hide delivered parcels after 15 days. 
      
      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-Parcel

      Great! But… I seem to have messed up the update, perhaps because I tried to update from the /config folder:

      pi@magicmirror:~/MagicMirror/config $ git pull https://github.com/martinkooij/MMM-Parcel.git
      warning: no common commits
      remote: Counting objects: 241, done.
      remote: Compressing objects: 100% (23/23), done.
      remote: Total 241 (delta 11), reused 14 (delta 4), pack-reused 214
      Receiving objects: 100% (241/241), 682.03 KiB | 0 bytes/s, done.
      Resolving deltas: 100% (119/119), done.
      From https://github.com/martinkooij/MMM-Parcel
       * branch            HEAD       -> FETCH_HEAD
      fatal: refusing to merge unrelated histories
      
      pi@magicmirror:~/MagicMirror/modules/MMM-Parcel $ git pull
      Updating a4093aa..31ec835
      Fast-forward
       MMM-Parcel.js  | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
       README.md      | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------
       node_helper.js |  10 +++++----
       package.json   |   2 +-
       4 files changed, 199 insertions(+), 108 deletions(-)
      

      It’s stuck at “Loading Parcel module…” How do I remove MMM-Parcel so that I can put it back correctly?

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: default newsfeed and prohibitedWords

      Thank you! My news feed is now Chump free!

      posted in Troubleshooting
      twosquirrelsT
      twosquirrels
    • default newsfeed and prohibitedWords

      I’m truly sick of seeing “Trump” appear in my news headlines, unless it’s to notify me that he’s being impeached. It makes me not want to look at my magic mirror.

      I’m not sure how to add prohibitedWords to my config to make him disappear. Any suggestions? Here’s what I have now. It works, but anywhere I try to put prohibitedWords: ‘trump’ , it breaks the module or magic mirror won’t load.

      {
                      module: "newsfeed",
                      position: "bottom_bar", // This can be any of the regions. Best results in center regions.
                      config: {
                              // The config property is optional.
                              // If no config is set, an example calendar is shown.
                              // See 'Configuration options' for more information.
      
                              feeds: [
                                      {
                                              title: "New York Times",
                                              url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
                                      },
                                      {
                                              title: "The Verge",
                                              url: "https://www.theverge.com/rss/index.xml",
                                      },
                              ],
                      }
              },
      
      
      posted in Troubleshooting
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      @j.e.f.f

      Ohh right, number of weeks. I was thinking it was number of events. Makes sense!

      posted in Productivity
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      @j.e.f.f

      Wow, that was fast! Thanks!

      I believe I have it setup right, but it looks like it’s giving me +1 than what I’m asking for, perhaps because it’s not including tomorrow?:

      Setting ‘2’ gives me 3 total:
      alt text

      Setting ‘3’ gives me 4 total:
      alt text

      posted in Productivity
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      Yesterday, my pickup schedule looked like this:
      alt text

      Today, it looks like this:
      alt text

      Is there a way to have it always display the next 3 events? My waste pickup is weekly, but recycling is every 2 weeks and I’d like to always see when the next recycling pickup is.

      Thanks for another great module!

      posted in Productivity
      twosquirrelsT
      twosquirrels
    • 1 / 1