Not sure what changed. I had the MM running overnight and when I checked it this morning the Feels like temp was correct. My guess is that there was an issue with the OpenWeather api.
Thanks,
Not sure what changed. I had the MM running overnight and when I checked it this morning the Feels like temp was correct. My guess is that there was an issue with the OpenWeather api.
Thanks,
@justjim1220 , here is my calendar config. Hopefully this helps.
{
module: "calendar",
header: "Family",
position: "top_left",
config: {
calendars: [
{
url: 'https://xxxxxxx:port/caldav/xxxxxxxx/eopscxu/',
symbol: 'calendar',
auth: {
user: 'username',
pass: 'password',
method: 'basic'
}
},
]
}
},
Hello,
I’m having an issue where my calendar times out about 24 hours and I have to either manually refresh the screen or reboot the system. I opted to setup a cron job that will reboot every morning. The only problem is now when it reboots sometimes it just boots to a black screen and if I do a manually refresh it refreshes the screen and everything is good until the next morning.
Thanks,
Good Morning,
I did a sudo apt-get udpate && sudo apt-get upgrade to my raspi this morning and now MM stalls out on npm start and hangs on the black screen. I’ve even tried to use the original sample config but get the same results. Not sure where to go from here.
edit: Not sure what the differece is but I have this in a virtual enviornment and after rebooting the server the VM is on, seemed to boot up. Not sure what was hanging up.
Has anyone attempted or successfully installed a MM in a mirror without using a Raspi? I have mine setup through a virtual machine as proof of concept and would like to keep it in the VM and I could in theory run the display through Ethernet. But I can’t quiet wrap my head around the logistics just yet.
Not sure what changed. I had the MM running overnight and when I checked it this morning the Feels like temp was correct. My guess is that there was an issue with the OpenWeather api.
Thanks,
@michmich Was this ever pushed? I believe I’m having the same issue.
@waynerigley I have the config units set as imperial which is why I get the 90.0. I’ve even tried do set the units in the module config as well but get the same results.
Is this something that I’ve done wrong or is the data from the api incorrect? I thought it felt a little warm outside :)
@hriereb Sorry I couldn’t help with those errors.