Search found 34 matches
- 31 Aug 2022 04:12
- Forum: User Help / Bug Reports
- Topic: Strange Error I just noticed but probably been ongoing
- Replies: 1
- Views: 5225
Strange Error I just noticed but probably been ongoing
So, I was checking the full log (first time in forever) and came across done strange errors and wanted to know if anyone has ideas for solution. Apparently Automagic is having trouble writing image files to cache. I have S22 Ultra with Android 12. See some of the error below(there are many similar):...
- 04 May 2021 15:59
- Forum: User Help / Bug Reports
- Topic: The End of Automagic
- Replies: 54
- Views: 4599421
Re: The End of Automagic
Hi, I'm not sure if it's an EAP issue or device specific, but if I update the the latest EAP release 1.38 the service won't run and it says licence expired. Is there a way to use this still? I uninstalled and went back to 1.37 but would like the features of 1.38 (launcher trigger). I had to factory ...
- 14 Mar 2019 13:08
- Forum: User Help / Bug Reports
- Topic: getting weather info - simple
- Replies: 10
- Views: 28005
Re: getting weather info - simple
funny enough the site i was told to use is sometimes wrong as heck, or weird. Like on some days it says "smoke", and i'm like "what, is the entire city on fire?" go outside, completely clear. some days when it's just overcast it says rain, all day. Wow, what site is that? Dark sky has a list of ava...
- 14 Mar 2019 13:01
- Forum: User Help / Bug Reports
- Topic: Text instead of image for notification on status bar
- Replies: 11
- Views: 29605
Re: Text instead of image for notification on status bar
Custom fonts also possible with little changes in script. Fonts you have created looks very small here. You should have made it in 96px. The png files? They were premade I just extract them. If I were to want to use a custom font in java would it need be in system or could it be ttf file in a folder?
- 14 Mar 2019 07:48
- Forum: General
- Topic: Detect current opened window
- Replies: 9
- Views: 30665
Re: Detect current opened window
The problem is you don't know if getTextInActiveWindow() will catch the time or maybe the time is not using HH:mm format when stored. You need to try to log the getTextInActiveWindow() content to see the result when the power shade window open and closed. BTW, I still don't get what you need. Maybe...
- 14 Mar 2019 07:40
- Forum: Flow Sharing Area
- Topic: Weather Widgets
- Replies: 7
- Views: 26013
Re: Weather Widgets
V2.0 has many updates. Removed many many global's (like 30), switched to a global_list option which should make things even easier in the future to add more days or a detailed day view. Again if you don't want notification just turn the flow off. Delete all previous flows AND widgets as changes occu...
- 13 Mar 2019 19:11
- Forum: User Help / Bug Reports
- Topic: Text instead of image for notification on status bar
- Replies: 11
- Views: 29605
Re: Text instead of image for notification on status bar
Thanks very interesting, will keep for future. I went with the widget to image method so I can use custom fonts (well I actually made single choice input with 3 option of ways to do it).
- 13 Mar 2019 16:11
- Forum: Flow Sharing Area
- Topic: Weather Widgets
- Replies: 7
- Views: 26013
Re: Weather Widgets
Was an error in first temperature folder. Updated link above
- 13 Mar 2019 14:42
- Forum: User Help / Bug Reports
- Topic: Text instead of image for notification on status bar
- Replies: 11
- Views: 29605
Re: Text instead of image for notification on status bar
I had read its possible to convert text to bitmap on android via "canvas", but is not currently an option on automagic I think. Its possible in Automagic using java functions. I have a flow which creates images using text provided. You can use that flow to create image. Later use Automagic action t...
- 13 Mar 2019 13:00
- Forum: Flow Sharing Area
- Topic: Weather Widgets
- Replies: 7
- Views: 26013
Re: Weather Widgets
I'm looking forward to 5 day forecast and rain prediction. One more thing I noticed: you have a lot of global variables. I think you can avoid them if you update the widgets by using setWidgetElementProperty in your scripts. I will consider that in future, currently I'm ok with a lot of globals (I ...