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

    carlywarly

    @carlywarly

    4
    Reputation
    103
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    carlywarly Unfollow Follow

    Best posts made by carlywarly

    • MyMirror Version 3.0

      Hi all,
      After some prototypes, ended up using American Light Oak, stained with Danish Oil.

      IMG_20200527_192730.jpg

      IMG_20200528_175631.jpg

      DSC030311.JPG

      Well please with it and the rich colour!

      Now to write some modules… :anguished_face:

      Carly Warly

      posted in Show your Mirror
      C
      carlywarly
    • MMM-BinCollection

      Hi all,
      Found MM and think it’s the bee’s knees… Have not been able to stopping thinking about how to use it :)

      Looked at some of the bin collections modules and they are brilliant but I didn’t want to use CSV files. So I came up with a way to reuse the calendar module. Create a bin collection calendar in Google Calendar and then adding recurring entries for collections, for me it’s every two weeks on a Monday:
      0_1572704304955_77e4f5f9-f5cf-4d2a-9905-5500b10178a3-image.png
      Moved any individual dates that clashed with Public Holidays (Easter Monday) etc and then added a new entry in config.js

      	{
      		module: "calendar",
      		header: "Bin Collection",
      		position: "bottom_left",
      		config: {
      			maximumEntries: 3,  // as I only have 3 bins
      			fetchInterval: 3600000, // update every hour
      			timeFormat: "dateheaders",  // group by date
      			maximumNumberOfDays: 14,  // it's a two week cycle for me
      			fade: false,  // no fade please
      			calendars: [
      				{
      					symbol: "trash", // trash icon :)
      					url: "webcal://calendar.google.com/calendar/ical/..../basic.ics" // update this to point to your bin calendar
      				}
      			]
      		}
      	},
      

      and now the below is exactly what I need:

      0_1572703892247_6ef84419-dd2d-4640-83fe-7db759fc9a2b-image.png

      Hope this is of use to someone :)
      Carl

      posted in General Discussion
      C
      carlywarly

    Latest posts made by carlywarly

    • RE: Black screen after 2.13 update - tentatively resolved

      @sdetweil said in Black screen after 2.13 update:

      history of commands…

      525 cd ./MagicMirror
      526 git pull
      527 sudo reboot

      << black screen >>

      528 sudo apt update
      529 sudo apt upgrade
      530 sudo reboot
      531 cd /MagicMirror
      532 cd node_modules/
      533 ls
      534 sudo rm -r electron
      535 cd …
      536 npm install
      537 pm2 logs --lines=100
      540 sudo reboot

      << black screen >>

      541 ifconfig
      542 sudo reboot
      543 history

      Working again…??? I think it my pi possibly had a problem talking to the internet… maybe the reboot gods strike again???

      BTW thx for the quick reply :)

      CarlyWarly

      posted in Troubleshooting
      C
      carlywarly
    • RE: Black screen after 2.13 update - tentatively resolved

      Same here, no messages, just black screen.

      posted in Troubleshooting
      C
      carlywarly
    • MyMirror Version 3.0

      Hi all,
      After some prototypes, ended up using American Light Oak, stained with Danish Oil.

      IMG_20200527_192730.jpg

      IMG_20200528_175631.jpg

      DSC030311.JPG

      Well please with it and the rich colour!

      Now to write some modules… :anguished_face:

      Carly Warly

      posted in Show your Mirror
      C
      carlywarly
    • MMM-BinCollection

      Hi all,
      Found MM and think it’s the bee’s knees… Have not been able to stopping thinking about how to use it :)

      Looked at some of the bin collections modules and they are brilliant but I didn’t want to use CSV files. So I came up with a way to reuse the calendar module. Create a bin collection calendar in Google Calendar and then adding recurring entries for collections, for me it’s every two weeks on a Monday:
      0_1572704304955_77e4f5f9-f5cf-4d2a-9905-5500b10178a3-image.png
      Moved any individual dates that clashed with Public Holidays (Easter Monday) etc and then added a new entry in config.js

      	{
      		module: "calendar",
      		header: "Bin Collection",
      		position: "bottom_left",
      		config: {
      			maximumEntries: 3,  // as I only have 3 bins
      			fetchInterval: 3600000, // update every hour
      			timeFormat: "dateheaders",  // group by date
      			maximumNumberOfDays: 14,  // it's a two week cycle for me
      			fade: false,  // no fade please
      			calendars: [
      				{
      					symbol: "trash", // trash icon :)
      					url: "webcal://calendar.google.com/calendar/ical/..../basic.ics" // update this to point to your bin calendar
      				}
      			]
      		}
      	},
      

      and now the below is exactly what I need:

      0_1572703892247_6ef84419-dd2d-4640-83fe-7db759fc9a2b-image.png

      Hope this is of use to someone :)
      Carl

      posted in General Discussion
      C
      carlywarly